diff options
-rw-r--r-- | sound/pci/via82xx.c | 3 |
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) | |||
2211 | * not detected, try 48k rate only to be sure. | 2211 | * not detected, try 48k rate only to be sure. |
2212 | */ | 2212 | */ |
2213 | printk(KERN_INFO "via82xx: Assuming DXS channels with 48k fixed sample rate.\n"); | 2213 | printk(KERN_INFO "via82xx: Assuming DXS channels with 48k fixed sample rate.\n"); |
2214 | printk(KERN_INFO " Please try dxs_support=1 or dxs_support=4 option\n"); | 2214 | printk(KERN_INFO " Please try dxs_support=5 option\n"); |
2215 | printk(KERN_INFO " and report if it works on your machine.\n"); | 2215 | printk(KERN_INFO " and report if it works on your machine.\n"); |
2216 | printk(KERN_INFO " For more details, read ALSA-Configuration.txt.\n"); | ||
2216 | return VIA_DXS_48K; | 2217 | return VIA_DXS_48K; |
2217 | }; | 2218 | }; |
2218 | 2219 | ||