From e7e79a076947d54c7f9fb118e773e988afbb5942 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Tue, 11 Dec 2007 08:55:16 +0100 Subject: [PATCH] --- yaml --- r: 81534 b: refs/heads/master c: 25543fa785a32ce22e7374ba403eb6d38854d037 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/cmipci.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c6987837b803..b02de1135e10 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 69a07304d52cc1080fa650c4ba7a82eed3cd143c +refs/heads/master: 25543fa785a32ce22e7374ba403eb6d38854d037 diff --git a/trunk/sound/pci/cmipci.c b/trunk/sound/pci/cmipci.c index 8cb3436d0d9c..bc0a1959f920 100644 --- a/trunk/sound/pci/cmipci.c +++ b/trunk/sound/pci/cmipci.c @@ -2733,6 +2733,10 @@ static int __devinit snd_cmipci_mixer_new(struct cmipci *cm, int pcm_spdif_devic } /* card switches */ + /* + * newer chips don't have the register bits to force modem link + * detection; the bit that was FLINKON now mutes CH1 + */ if (cm->chip_version < 39) { err = snd_ctl_add(cm->card, snd_ctl_new1(&snd_cmipci_modem_switch, cm));