ALSA: jack - Use card->shortname for input name
authorTakashi Iwai <tiwai@suse.de>
Wed, 18 Feb 2009 15:46:27 +0000 (16:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 18 Feb 2009 15:46:27 +0000 (16:46 +0100)
commit2678f60d2bc05a12580b93eb36f089f0e55693e0
tree16267723e509b204f36002bb8f4a09f0142738ee
parentd2f8d7ee1a9b4650b4e43325b321801264f7c37a
ALSA: jack - Use card->shortname for input name

Currently the jack layer refers to card->longname as a part of
its input device name string.  However, longname is often really long
and way too ugly as an identifier, such as,
"HDA Intel at 0xf8400000 irq 21".

This patch changes the code to use card->shortname instead.
The shortname string contains usually the h/w vendor and product
names but without messy I/O port or IRQ numbers.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/jack.c