diff options
author | Richard Fitzgerald <rf@opensource.cirrus.com> | 2024-01-24 12:26:07 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-01-25 10:02:58 +0100 |
commit | fd895a74dc1dca31f4ce7786b36812fda6727477 (patch) | |
tree | 8aad924870304591f9ad5ed7c703dda26f5dcc23 /MAINTAINERS | |
parent | ALSA: hda: realtek: Re-work CS35L41 fixups to re-use for other amps (diff) | |
download | linux-fd895a74dc1dca31f4ce7786b36812fda6727477.tar.xz linux-fd895a74dc1dca31f4ce7786b36812fda6727477.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d1052fa6a69..bfc7062cf7b1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5014,6 +5014,7 @@ F: include/linux/mfd/cs42l43* F: include/sound/cs* F: sound/pci/hda/cirrus* F: sound/pci/hda/cs* +F: sound/pci/hda/hda_component* F: sound/pci/hda/hda_cs_dsp_ctl.* F: sound/soc/codecs/cs* |