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/layla24.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/layla24.c')
-rw-r--r-- | sound/pci/echoaudio/layla24.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/echoaudio/layla24.c b/sound/pci/echoaudio/layla24.c index e09e3ea7781e..ed1cc0abc2b8 100644 --- a/sound/pci/echoaudio/layla24.c +++ b/sound/pci/echoaudio/layla24.c @@ -87,7 +87,7 @@ static const struct firmware card_fw[] = { {0, "layla24_2S_asic.fw"} }; -static struct pci_device_id snd_echo_ids[] = { +static DEFINE_PCI_DEVICE_TABLE(snd_echo_ids) = { {0x1057, 0x3410, 0xECC0, 0x0060, 0, 0, 0}, /* DSP 56361 Layla24 rev.0 */ {0,} }; |