]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
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)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 20 May 2022 12:41:37 +0000 (14:41 +0200)
commit9f080ff3e871c1903681c7e8c9b7f07f99d127d9
treeba9897d39f046814bdf99955bee0c72d52b21320
parent37fa0db6fba137865c0704caf944ffd4a7efa2bc
ALSA: hda: cs35l41: Add support for CS35L41 in HDA systems

BugLink: https://bugs.launchpad.net/bugs/1965496
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>
(backported from commit 7b2f3eb492dac7665c75df067e4d8e4869589f4a)
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Acked-by: Andrea Righi <andrea.righi@canonical.com>
Acked-by: Paolo Pisati <paolo.pisati@canonical.com>
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]