]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda - Split codec->name to vendor and chip name strings
authorTakashi Iwai <tiwai@suse.de>
Sat, 16 May 2009 08:00:49 +0000 (10:00 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 16 May 2009 08:00:49 +0000 (10:00 +0200)
commit812a2cca295ee7f56cd1b988a0f93646285c214a
tree814133d9216d3da4707aceda00e24f3b83f8f910
parent2fc998907947f92b1b9113faad531d7f5a857987
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>
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_hwdep.c
sound/pci/hda/hda_proc.c
sound/pci/hda/patch_realtek.c