diff options
Diffstat (limited to 'Documentation/video4linux/bttv/Sound-FAQ')
-rw-r--r-- | Documentation/video4linux/bttv/Sound-FAQ | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/video4linux/bttv/Sound-FAQ b/Documentation/video4linux/bttv/Sound-FAQ index b8c9c2605ce2..1e6328f91083 100644 --- a/Documentation/video4linux/bttv/Sound-FAQ +++ b/Documentation/video4linux/bttv/Sound-FAQ | |||
@@ -61,8 +61,8 @@ line for your board. The important fields are these two: | |||
61 | struct tvcard | 61 | struct tvcard |
62 | { | 62 | { |
63 | [ ... ] | 63 | [ ... ] |
64 | u32 gpiomask; | 64 | u32 gpiomask; |
65 | u32 audiomux[6]; /* Tuner, Radio, external, internal, mute, stereo */ | 65 | u32 audiomux[6]; /* Tuner, Radio, external, internal, mute, stereo */ |
66 | }; | 66 | }; |
67 | 67 | ||
68 | gpiomask specifies which pins are used to control the audio mux chip. | 68 | gpiomask specifies which pins are used to control the audio mux chip. |
@@ -126,11 +126,11 @@ muxsel - video mux, input->registervalue mapping | |||
126 | pll - same as pll= insmod option | 126 | pll - same as pll= insmod option |
127 | tuner_type - same as tuner= insmod option | 127 | tuner_type - same as tuner= insmod option |
128 | *_modulename - hint whenever some card needs this or that audio | 128 | *_modulename - hint whenever some card needs this or that audio |
129 | module loaded to work properly. | 129 | module loaded to work properly. |
130 | has_radio - whenever this TV card has a radio tuner. | 130 | has_radio - whenever this TV card has a radio tuner. |
131 | no_msp34xx - "1" disables loading of msp3400.o module | 131 | no_msp34xx - "1" disables loading of msp3400.o module |
132 | no_tda9875 - "1" disables loading of tda9875.o module | 132 | no_tda9875 - "1" disables loading of tda9875.o module |
133 | needs_tvaudio - set to "1" to load tvaudio.o module | 133 | needs_tvaudio - set to "1" to load tvaudio.o module |
134 | 134 | ||
135 | If some config item is specified both from the tvcards array and as | 135 | If some config item is specified both from the tvcards array and as |
136 | insmod option, the insmod option takes precedence. | 136 | insmod option, the insmod option takes precedence. |
@@ -144,5 +144,5 @@ Good luck, | |||
144 | 144 | ||
145 | PS: If you have a new working entry, mail it to me. | 145 | PS: If you have a new working entry, mail it to me. |
146 | 146 | ||
147 | -- | 147 | -- |
148 | Gerd Knorr <kraxel@bytesex.org> | 148 | Gerd Knorr <kraxel@bytesex.org> |