ALSA: hda: realtek: Move hda_component implementation to module
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Wed, 24 Jan 2024 11:26:07 +0000 (11:26 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 25 Jan 2024 09:02:58 +0000 (10:02 +0100)
commitfd895a74dc1dca31f4ce7786b36812fda6727477
tree8aad924870304591f9ad5ed7c703dda26f5dcc23
parentcf0d956635e7dabc5e85f100e37a1d64a48becb4
ALSA: hda: realtek: Move hda_component implementation to module

Move the generic parts of the hda_component implementation into a new
hda_component module. This will allow other HDA codecs to add support
for the component binding API without duplicating all the code.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Tested-by: Gergo Koteles <soyer@irl.hu>
Link: https://lore.kernel.org/r/20240124112607.77614-3-rf@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
MAINTAINERS
sound/pci/hda/Kconfig
sound/pci/hda/Makefile
sound/pci/hda/hda_component.c [new file with mode: 0644]
sound/pci/hda/hda_component.h
sound/pci/hda/patch_realtek.c