sound: use DEFINE_PCI_DEVICE_TABLE
authorAlexey Dobriyan <adobriyan@gmail.com>
Fri, 5 Feb 2010 22:21:03 +0000 (00:21 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 9 Feb 2010 10:08:33 +0000 (11:08 +0100)
Use DEFINE_PCI_DEVICE_TABLE() to make PCI device ids go to
.devinit.rodata section, so they can be discarded in some cases,
and make them const.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found