]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda - Move up the fixup helper functions to the library module
authorTakashi Iwai <tiwai@suse.de>
Mon, 7 May 2012 15:17:32 +0000 (17:17 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 May 2012 16:01:33 +0000 (18:01 +0200)
commit23d30f28275ddd7fdb87f265e9a440baf4a4cf09
tree7a17854761b905a78a0c24978e701a6ae9d0d768
parent5536c6d69376273d5210ce05b7d5d462f0dff9d6
ALSA: hda - Move up the fixup helper functions to the library module

Move the fixup helper functions in patch_realtek.c to hda_auto_parser.c
so that they can be used in other codec drivers like patch_conexant.c.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Makefile
sound/pci/hda/hda_auto_parser.c [new file with mode: 0644]
sound/pci/hda/hda_auto_parser.h [new file with mode: 0644]
sound/pci/hda/patch_conexant.c
sound/pci/hda/patch_realtek.c