From: Harald Welte <laforge@gnumonks.org>
Date: Mon, 27 Jun 2005 13:10:56 +0000 (+0200)
Subject: [ALSA] Add new pci device id (SB400) to atiixp-modem
X-Git-Tag: firefly_0821_release~42639^2~48
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=548e7823bc33b8cde4de59dfafe0fd69d951d3b5;p=firefly-linux-kernel-4.4.55.git

[ALSA] Add new pci device id (SB400) to atiixp-modem

ATIIXP-modem driver
I didn't actually test whether the modem works, but at least the driver
loads and initializes fine.  Please consider inclusion.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---

diff --git a/sound/pci/atiixp_modem.c b/sound/pci/atiixp_modem.c
index a6b4b8d589fd..8d2002951bd7 100644
--- a/sound/pci/atiixp_modem.c
+++ b/sound/pci/atiixp_modem.c
@@ -265,6 +265,7 @@ struct snd_atiixp {
  */
 static struct pci_device_id snd_atiixp_ids[] = {
 	{ 0x1002, 0x434d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* SB200 */
+	{ 0x1002, 0x4378, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* SB400 */
 	{ 0, }
 };