[ALSA] AC97 - renamed vendor/device to subvendor/subdevice where appropriate
AC97 Codec,ATIIXP driver,VIA82xx driver To avoid confusion, the structure members vendor/device were renamed to subvendor/subdevice, because we compare them with PCI subsystem vendor and subsystem device. Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
@@ -1334,8 +1334,8 @@ static irqreturn_t snd_atiixp_interrupt(int irq, void *dev_id, struct pt_regs *r
|
||||
|
||||
static struct ac97_quirk ac97_quirks[] __devinitdata = {
|
||||
{
|
||||
.vendor = 0x103c,
|
||||
.device = 0x006b,
|
||||
.subvendor = 0x103c,
|
||||
.subdevice = 0x006b,
|
||||
.name = "HP Pavilion ZV5030US",
|
||||
.type = AC97_TUNE_MUTE_LED
|
||||
},
|
||||
|
Reference in New Issue
Block a user