]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit91f03affd6a4e27a1c6f1f175c7bc9814b23b56e
tree7a17854761b905a78a0c24978e701a6ae9d0d768
parentc27c96252005230c1216eead154a8faed7eb581b
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