[alsa-devel] [PATCH] sound/pci: supported cards update
From: Alexander Beregalov a.beregalov@gmail.com
sound/pci: supported devices update
Signed-off-by: Alexander Beregalov a.beregalov@gmail.com ---
sound/pci/ice1712/delta.h | 1 + sound/pci/ice1712/wtm.c | 2 +- sound/pci/intel8x0.c | 6 ++++++ sound/pci/intel8x0m.c | 1 + 4 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/sound/pci/ice1712/delta.h b/sound/pci/ice1712/delta.h index ea7116c..f7f14df 100644 --- a/sound/pci/ice1712/delta.h +++ b/sound/pci/ice1712/delta.h @@ -31,6 +31,7 @@ "{MidiMan M Audio,Delta DiO 2496},"\ "{MidiMan M Audio,Delta 66},"\ "{MidiMan M Audio,Delta 44},"\ + "{MidiMan M Audio,Delta 410},"\ "{MidiMan M Audio,Audiophile 24/96},"\ "{Digigram,VX442},"\ "{Lionstracs,Mediastation}," diff --git a/sound/pci/ice1712/wtm.c b/sound/pci/ice1712/wtm.c index a08d17c..784dfd4 100644 --- a/sound/pci/ice1712/wtm.c +++ b/sound/pci/ice1712/wtm.c @@ -508,7 +508,7 @@ struct snd_ice1712_card_info snd_vt1724_wtm_cards[] __devinitdata = { { .subvendor = VT1724_SUBDEVICE_WTM, .name = "ESI Waveterminal 192M", - .model = "WT192M", + .model = "wt192m", .chip_init = wtm_init, .build_controls = wtm_add_controls, .eeprom_size = sizeof(wtm_eeprom), diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 048d99e..a0c8492 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -59,6 +59,12 @@ MODULE_SUPPORTED_DEVICE("{{Intel,82801AA-ICH}," "{SiS,SI7012}," "{NVidia,nForce Audio}," "{NVidia,nForce2 Audio}," + "{NVidia,nForce3 Audio}," + "{NVidia,MCP04}," + "{NVidia,MCP501}," + "{NVidia,CK804}," + "{NVidia,CK8}," + "{NVidia,CK8S}," "{AMD,AMD768}," "{AMD,AMD8111}," "{ALI,M5455}}"); diff --git a/sound/pci/intel8x0m.c b/sound/pci/intel8x0m.c index faf674e..cdb55c6 100644 --- a/sound/pci/intel8x0m.c +++ b/sound/pci/intel8x0m.c @@ -54,6 +54,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel,82801AA-ICH}," "{NVidia,NForce2 Modem}," "{NVidia,NForce2s Modem}," "{NVidia,NForce3 Modem}," + "{AMD,AMD8111}," "{AMD,AMD768}}");
static int index = -2; /* Exclude the first card */
At Wed, 13 Aug 2008 00:14:43 +0400, Alexander Beregalov wrote:
diff --git a/sound/pci/ice1712/wtm.c b/sound/pci/ice1712/wtm.c index a08d17c..784dfd4 100644 --- a/sound/pci/ice1712/wtm.c +++ b/sound/pci/ice1712/wtm.c @@ -508,7 +508,7 @@ struct snd_ice1712_card_info snd_vt1724_wtm_cards[] __devinitdata = { { .subvendor = VT1724_SUBDEVICE_WTM, .name = "ESI Waveterminal 192M",
.model = "WT192M",
.model = "wt192m",
This change causes a regression when user already used this string. Keep it as is.
Takashi
2008/8/13 Takashi Iwai tiwai@suse.de:
At Wed, 13 Aug 2008 00:14:43 +0400, Alexander Beregalov wrote:
diff --git a/sound/pci/ice1712/wtm.c b/sound/pci/ice1712/wtm.c index a08d17c..784dfd4 100644 --- a/sound/pci/ice1712/wtm.c +++ b/sound/pci/ice1712/wtm.c @@ -508,7 +508,7 @@ struct snd_ice1712_card_info snd_vt1724_wtm_cards[] __devinitdata = { { .subvendor = VT1724_SUBDEVICE_WTM, .name = "ESI Waveterminal 192M",
.model = "WT192M",
.model = "wt192m",
This change causes a regression when user already used this string. Keep it as is.
Right, but this name gets out from style of models naming in ice1712/. Is it possible to fix it and how we can do it?
At Wed, 13 Aug 2008 12:33:17 +0400, Alexander Beregalov wrote:
2008/8/13 Takashi Iwai tiwai@suse.de:
At Wed, 13 Aug 2008 00:14:43 +0400, Alexander Beregalov wrote:
diff --git a/sound/pci/ice1712/wtm.c b/sound/pci/ice1712/wtm.c index a08d17c..784dfd4 100644 --- a/sound/pci/ice1712/wtm.c +++ b/sound/pci/ice1712/wtm.c @@ -508,7 +508,7 @@ struct snd_ice1712_card_info snd_vt1724_wtm_cards[] __devinitdata = { { .subvendor = VT1724_SUBDEVICE_WTM, .name = "ESI Waveterminal 192M",
.model = "WT192M",
.model = "wt192m",
This change causes a regression when user already used this string. Keep it as is.
Right, but this name gets out from style of models naming in ice1712/. Is it possible to fix it and how we can do it?
No need to fix. It's just a string id to be passed as a module parameter. It's enough to list correctly in the document, i.e. ALSA-Configuration.txt. It was set, so should be kept as is.
Takashi
participants (2)
-
Alexander Beregalov
-
Takashi Iwai