aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/via82xx.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-06-14 10:18:20 +0200
committerJaroslav Kysela <perex@suse.cz>2005-06-22 12:29:03 +0200
commitee3b4c60f452f8e24fe30ae73cb97da1beda0ca2 (patch)
tree78fd14246c0b077ba68c8b541c6c49dc525d0598 /sound/pci/via82xx.c
parent[ALSA] hda-codec - More fix of ALC880 codec support (diff)
downloadlinux-dev-ee3b4c60f452f8e24fe30ae73cb97da1beda0ca2.tar.xz
linux-dev-ee3b4c60f452f8e24fe30ae73cb97da1beda0ca2.zip
[ALSA] via82xx - Fix info text about dxs_support option
VIA82xx driver Fixed the info text about dxs_support option (suggest dxs_support=5). Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/pci/via82xx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
index e861a0110027..7e570a4a4c3a 100644
--- a/sound/pci/via82xx.c
+++ b/sound/pci/via82xx.c
@@ -2211,8 +2211,9 @@ static int __devinit check_dxs_list(struct pci_dev *pci)
* not detected, try 48k rate only to be sure.
*/
printk(KERN_INFO "via82xx: Assuming DXS channels with 48k fixed sample rate.\n");
- printk(KERN_INFO " Please try dxs_support=1 or dxs_support=4 option\n");
+ printk(KERN_INFO " Please try dxs_support=5 option\n");
printk(KERN_INFO " and report if it works on your machine.\n");
+ printk(KERN_INFO " For more details, read ALSA-Configuration.txt.\n");
return VIA_DXS_48K;
};