|
@@ -2528,7 +2528,7 @@ int snd_cs46xx_mixer(struct snd_cs46xx *chip, int spdif_device)
|
|
|
#ifdef CONFIG_SND_CS46XX_NEW_DSP
|
|
|
if (chip->nr_ac97_codecs == 1) {
|
|
|
unsigned int id2 = chip->ac97[CS46XX_PRIMARY_CODEC_INDEX]->id & 0xffff;
|
|
|
- if (id2 == 0x592b || id2 == 0x592d) {
|
|
|
+ if ((id2 & 0xfff0) == 0x5920) { /* CS4294 and CS4298 */
|
|
|
err = snd_ctl_add(card, snd_ctl_new1(&snd_cs46xx_front_dup_ctl, chip));
|
|
|
if (err < 0)
|
|
|
return err;
|