commit | f873e536b6354214f80776382c3779b75e9e145f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Dec 20 16:58:39 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Jan 12 08:34:22 2013 +0100 |
tree | 06b37d6262883bf4af2935329872d66503a1b2c6 | |
parent | 7594aa33963eb4a795ca346ec6d7c0dfaa2485a2 [diff] |
ALSA: hda - Fix PCM name string for generic parser When a PCM name string is generated from the chip name, it might become strange like "CX20549 (Venice) Analog". In this patch, the parser tries to drop the invalid words like "(Venice)" in the PCM name string. Also, when the name string is given beforehand by the caller, respect it and use it as is. Signed-off-by: Takashi Iwai <tiwai@suse.de>