[ALSA] add __devinitdata to all pci_device_id
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:

committed by
Jaroslav Kysela

szülő
71b2ccc3a2
commit
396c9b928d
@@ -60,7 +60,7 @@ enum {
|
||||
VX_PCI_VX222_NEW
|
||||
};
|
||||
|
||||
static struct pci_device_id snd_vx222_ids[] = {
|
||||
static struct pci_device_id snd_vx222_ids[] __devinitdata = {
|
||||
{ 0x10b5, 0x9050, 0x1369, PCI_ANY_ID, 0, 0, VX_PCI_VX222_OLD, }, /* PLX */
|
||||
{ 0x10b5, 0x9030, 0x1369, PCI_ANY_ID, 0, 0, VX_PCI_VX222_NEW, }, /* PLX */
|
||||
{ 0, }
|
||||
|
Reference in New Issue
Block a user