diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-03-01 14:38:49 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-01 14:38:49 +0300 |
commit | 12c2a682b55a40f2a986e36d6632110029bc63a5 (patch) | |
tree | ba21f049e4859411f6c135d597dc26260963ce7c /sound/pci/echoaudio/indigodj.c | |
parent | a86ba28583987b85845ed61be5f12aafb5fc4971 (diff) | |
parent | aefbd3e823d4fe219bb6420b0cac505847270507 (diff) | |
download | linux-12c2a682b55a40f2a986e36d6632110029bc63a5.tar.xz |
Merge branch 'topic/misc' into for-linus
Diffstat (limited to 'sound/pci/echoaudio/indigodj.c')
-rw-r--r-- | sound/pci/echoaudio/indigodj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/echoaudio/indigodj.c b/sound/pci/echoaudio/indigodj.c index 2db24d29332b..8816b0bd2ba6 100644 --- a/sound/pci/echoaudio/indigodj.c +++ b/sound/pci/echoaudio/indigodj.c @@ -68,7 +68,7 @@ static const struct firmware card_fw[] = { {0, "indigo_dj_dsp.fw"} }; -static struct pci_device_id snd_echo_ids[] = { +static DEFINE_PCI_DEVICE_TABLE(snd_echo_ids) = { {0x1057, 0x3410, 0xECC0, 0x00B0, 0, 0, 0}, /* Indigo DJ*/ {0,} }; |