ALSA: hda: cs35l41: Add support for CS35L41 in HDA systems
authorLucas Tanure <tanureal@opensource.cirrus.com>
Fri, 17 Dec 2021 11:57:05 +0000 (11:57 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Jan 2022 16:08:16 +0000 (17:08 +0100)
commit7b2f3eb492dac7665c75df067e4d8e4869589f4a
treea02eec337c6068ce1377b4d5d53fddc9ecfd29ea
parent2aac550da3257ab46e8c7944365eb4a79ccbb3a1
ALSA: hda: cs35l41: Add support for CS35L41 in HDA systems

Add support for CS35L41 using a new separated driver
that can be used in all upcoming designs

Signed-off-by: Lucas Tanure <tanureal@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20211217115708.882525-8-tanureal@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
MAINTAINERS
sound/pci/hda/Kconfig
sound/pci/hda/Makefile
sound/pci/hda/cs35l41_hda.c [new file with mode: 0644]
sound/pci/hda/cs35l41_hda.h [new file with mode: 0644]
sound/pci/hda/cs35l41_hda_i2c.c [new file with mode: 0644]
sound/pci/hda/cs35l41_hda_spi.c [new file with mode: 0644]
sound/pci/hda/hda_component.h [new file with mode: 0644]