aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-02-26 09:56:46 -0500
committerJaroslav Kysela <perex@suse.cz>2007-05-11 10:55:44 -0400
commit6d7b1d7d09e00034325b09a3a7ac7b0ea5e29506 (patch)
tree18e851d96f2ef3875e9b972839ce6b57559aaf9b /Documentation/sound
parent8ad2da1937168d48a84dcf6d5cc2001c0e4a6992 (diff)
[ALSA] hda-codec - Allow model=generic always for generic parser
Accept model=generic option to specify the generic parser regardless of codec chips. This is helpful for testing and debugging. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'Documentation/sound')
-rw-r--r--Documentation/sound/alsa/ALSA-Configuration.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index 24ea129969ae..4d92a3e69525 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -924,6 +924,10 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
924 vaio Setup for VAIO FE550G/SZ110 924 vaio Setup for VAIO FE550G/SZ110
925 vaio-ar Setup for VAIO AR 925 vaio-ar Setup for VAIO AR
926 926
927 The model name "genric" is treated as a special case. When this
928 model is given, the driver uses the generic codec parser without
929 "codec-patch". It's sometimes good for testing and debugging.
930
927 If the default configuration doesn't work and one of the above 931 If the default configuration doesn't work and one of the above
928 matches with your device, report it together with the PCI 932 matches with your device, report it together with the PCI
929 subsystem ID (output of "lspci -nv") to ALSA BTS or alsa-devel 933 subsystem ID (output of "lspci -nv") to ALSA BTS or alsa-devel