diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-05-15 08:41:20 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 04:10:46 -0400 |
commit | 92bb010cd874e53e4c2e2a73510966e45cfa4525 (patch) | |
tree | bcd58a65c46817d4aa8f87da20d9b7595baf6b32 /sound/isa | |
parent | 6d85be612d8b6a6730d19e742329e5ffa60eafdd (diff) |
[ALSA] Add PnP ID ADS7180
AD1816A driver
Added PnP ID 'ADS7180' (AD1816?).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa')
-rw-r--r-- | sound/isa/ad1816a/ad1816a.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/isa/ad1816a/ad1816a.c b/sound/isa/ad1816a/ad1816a.c index 9fa7a78da6c3..563296d02894 100644 --- a/sound/isa/ad1816a/ad1816a.c +++ b/sound/isa/ad1816a/ad1816a.c | |||
@@ -83,6 +83,8 @@ struct snd_card_ad1816a { | |||
83 | static struct pnp_card_device_id snd_ad1816a_pnpids[] = { | 83 | static struct pnp_card_device_id snd_ad1816a_pnpids[] = { |
84 | /* Analog Devices AD1815 */ | 84 | /* Analog Devices AD1815 */ |
85 | { .id = "ADS7150", .devs = { { .id = "ADS7150" }, { .id = "ADS7151" } } }, | 85 | { .id = "ADS7150", .devs = { { .id = "ADS7150" }, { .id = "ADS7151" } } }, |
86 | /* Analog Device AD1816? */ | ||
87 | { .id = "ADS7180", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } }, | ||
86 | /* Analog Devices AD1816A - added by Kenneth Platz <kxp@atl.hp.com> */ | 88 | /* Analog Devices AD1816A - added by Kenneth Platz <kxp@atl.hp.com> */ |
87 | { .id = "ADS7181", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } }, | 89 | { .id = "ADS7181", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } }, |
88 | /* Analog Devices AD1816A - Aztech/Newcom SC-16 3D */ | 90 | /* Analog Devices AD1816A - Aztech/Newcom SC-16 3D */ |