mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 12:14:10 +08:00
[ALSA] Add PnP ID ADS7180
AD1816A driver Added PnP ID 'ADS7180' (AD1816?). Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
6d85be612d
commit
92bb010cd8
@ -83,6 +83,8 @@ struct snd_card_ad1816a {
|
|||||||
static struct pnp_card_device_id snd_ad1816a_pnpids[] = {
|
static struct pnp_card_device_id snd_ad1816a_pnpids[] = {
|
||||||
/* Analog Devices AD1815 */
|
/* Analog Devices AD1815 */
|
||||||
{ .id = "ADS7150", .devs = { { .id = "ADS7150" }, { .id = "ADS7151" } } },
|
{ .id = "ADS7150", .devs = { { .id = "ADS7150" }, { .id = "ADS7151" } } },
|
||||||
|
/* Analog Device AD1816? */
|
||||||
|
{ .id = "ADS7180", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
|
||||||
/* Analog Devices AD1816A - added by Kenneth Platz <kxp@atl.hp.com> */
|
/* Analog Devices AD1816A - added by Kenneth Platz <kxp@atl.hp.com> */
|
||||||
{ .id = "ADS7181", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
|
{ .id = "ADS7181", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
|
||||||
/* Analog Devices AD1816A - Aztech/Newcom SC-16 3D */
|
/* Analog Devices AD1816A - Aztech/Newcom SC-16 3D */
|
||||||
|
Loading…
Reference in New Issue
Block a user