mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 08:00:52 +07:00
[ALSA] intel8x0 - Add quirk for Compaq Deskpro EN
Added the ac97_quirk hp_only for Compaq Deskpro EN. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
b4818494ed
commit
0d9ac27afa
@ -1708,6 +1708,12 @@ static struct ac97_pcm ac97_pcm_defs[] __devinitdata = {
|
||||
};
|
||||
|
||||
static struct ac97_quirk ac97_quirks[] __devinitdata = {
|
||||
{
|
||||
.subvendor = 0x0e11,
|
||||
.subdevice = 0x000e,
|
||||
.name = "Compaq Deskpro EN", /* AD1885 */
|
||||
.type = AC97_TUNE_HP_ONLY
|
||||
},
|
||||
{
|
||||
.subvendor = 0x0e11,
|
||||
.subdevice = 0x008a,
|
||||
|
Loading…
Reference in New Issue
Block a user