]> err.no Git - linux-2.6/blobdiff - sound/pci/cmipci.c
[ALSA] Use posix clock monotonic for PCM and timer timestamps
[linux-2.6] / sound / pci / cmipci.c
index 8cb3436d0d9c796c754df0bdbf200b3dc585f019..bc0a1959f92017470c40f50a080e4eecf094f24a 100644 (file)
@@ -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));