commit | 812a2cca295ee7f56cd1b988a0f93646285c214a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Sat May 16 10:00:49 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Sat May 16 10:00:49 2009 +0200 |
tree | 814133d9216d3da4707aceda00e24f3b83f8f910 | |
parent | 2fc998907947f92b1b9113faad531d7f5a857987 [diff] |
ALSA: hda - Split codec->name to vendor and chip name strings Split the name string in hda_codec struct to vendor_name and chip_name strings to be stored directly from the preset name. Since mostly only the chip name is referred in many patch_*.c, this results in the reduction of many codes in the end. Signed-off-by: Takashi Iwai <tiwai@suse.de>