13 Aug
2008
13 Aug
'08
10:23 a.m.
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