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