• T
    ALSA: jack - Use card->shortname for input name · 2678f60d
    Takashi Iwai 提交于
    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: NTakashi Iwai <tiwai@suse.de>
    2678f60d
jack.c 4.8 KB