Skip to content

Commit 6fd9b5b

Browse files
committed
ac97: Update supported controller list on readme
1 parent 4656669 commit 6fd9b5b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ac97/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ DOS and Linux tool for probing AC'97 audio controllers and codecs.
44

55
Usage
66
-----
7-
Run `ac97` on a system with an Ensoniq AudioPCI (Creative Sound Blaster PCI), VIA or Intel AC'97 audio controller. **On Linux, make sure all relevant `snd_*` modules are unloaded to avoid interference.** On the first stage, audio controller information will be displayed on screen. On the second stage, AC'97 codec registers corresponding to optional features will be probed, and a register dump will be displayed and saved to `CODbbddf.BIN` where `bb`=bus, `dd`=device, `f`=function where the controller is located.
7+
Run `ac97` on a system with one or more of the following audio controllers. **On Linux, make sure all `snd_*` modules are unloaded** to avoid external interference.
8+
9+
* Ensoniq AudioPCI or Sound Blaster PCI (except ES1370/5507)
10+
* Sound Blaster Live! or Audigy
11+
* Intel, Nvidia or VIA AC'97
12+
13+
On the first stage, audio controller information will be displayed on screen. On the second stage, AC'97 codec registers corresponding to optional features will be probed, and a register dump will be displayed and saved to `CODbbddf.BIN` where `bb`=bus, `dd`=device, `f`=function where the controller is located.
814

915
The optional `-s` parameter makes the second stage silent, only saving the codec register dump to file, which is useful if multiple audio controllers are being probed at once.
1016

0 commit comments

Comments
 (0)