From 15370a404c61de214bc8ff69d3feca6b5163e73d Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 14 Jun 2005 10:18:20 +0200 Subject: [PATCH] --- yaml --- r: 2662 b: refs/heads/master c: ee3b4c60f452f8e24fe30ae73cb97da1beda0ca2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/via82xx.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6fd8c92a0e46..758d15fd7975 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9edcee061a80181f0d6e7cada07e1898c14718e +refs/heads/master: ee3b4c60f452f8e24fe30ae73cb97da1beda0ca2 diff --git a/trunk/sound/pci/via82xx.c b/trunk/sound/pci/via82xx.c index e861a0110027..7e570a4a4c3a 100644 --- a/trunk/sound/pci/via82xx.c +++ b/trunk/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; };