Commit a934a89e authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

ENS1370/1+ driver
Trivial patch to enable rear out selection for ens1373 on
the Gigabyte GA-8IEXP motherboard.
Signed-off-by: default avatarAndrew Dennison <andrew-lists@optusnet.com.au>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 8aca8581
...@@ -1635,8 +1635,10 @@ static int snd_ensoniq_1371_mixer(ensoniq_t * ensoniq) ...@@ -1635,8 +1635,10 @@ static int snd_ensoniq_1371_mixer(ensoniq_t * ensoniq)
if (err < 0) if (err < 0)
return err; return err;
} }
if ((ensoniq->subsystem_vendor_id == 0x1274) && if (((ensoniq->subsystem_vendor_id == 0x1274) &&
(ensoniq->subsystem_device_id == 0x2000)) { /* GA-7DXR */ (ensoniq->subsystem_device_id == 0x2000)) || /* GA-7DXR */
((ensoniq->subsystem_vendor_id == 0x1458) &&
(ensoniq->subsystem_device_id == 0xa000))) { /* GA-8IEXP */
err = snd_ctl_add(card, snd_ctl_new1(&snd_ens1373_line, ensoniq)); err = snd_ctl_add(card, snd_ctl_new1(&snd_ens1373_line, ensoniq));
if (err < 0) if (err < 0)
return err; return err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment