diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-03-16 07:50:49 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-16 07:50:49 +0100 |
commit | a9104f989916aac5d92bfa2c51915d5985fb2e6c (patch) | |
tree | 17bef4eac561e3ac90d98d68190978e686712b67 /sound/pci/echoaudio/indigodj.c | |
parent | Merge remote branch 'alsa/fixes' into fix/misc (diff) | |
parent | sound: fix opti92x-ad1848 build (diff) | |
download | linux-a9104f989916aac5d92bfa2c51915d5985fb2e6c.tar.xz linux-a9104f989916aac5d92bfa2c51915d5985fb2e6c.zip |
Merge branch 'topic/misc' into fix/misc
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,} }; |