diff options
| author | Mark Brown <broonie@kernel.org> | 2026-02-25 14:58:04 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-02-25 14:58:04 +0300 |
| commit | 61af3f6ed058a455c4868d6b5baa4ddcbf6a2fe9 (patch) | |
| tree | 2147328c628123a5f8434c5436c36618c15b6eb9 /include | |
| parent | 70bbd833986ae6691b3609a0052a733ff2421565 (diff) | |
| parent | ada32396f90951e12465224c04742607ca56a982 (diff) | |
| download | linux-61af3f6ed058a455c4868d6b5baa4ddcbf6a2fe9.tar.xz | |
ASoC: SDCA: Initial support for Cirrus Logic CS47L47
Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:
The CS47L47 is a SDCA smart codec with UAJ (headset, jack detect) and DMIC.
This series adds the initial support for the Cirrus Logic CS47L47 codec.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/soc_sdw_utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc_sdw_utils.h b/include/sound/soc_sdw_utils.h index 227347c8f0b3..98531e500cbb 100644 --- a/include/sound/soc_sdw_utils.h +++ b/include/sound/soc_sdw_utils.h @@ -259,6 +259,8 @@ int asoc_sdw_cs42l43_spk_rtd_init(struct snd_soc_pcm_runtime *rtd, struct snd_so int asoc_sdw_cs42l43_dmic_rtd_init(struct snd_soc_pcm_runtime *rtd, struct snd_soc_dai *dai); int asoc_sdw_cs42l45_hs_rtd_init(struct snd_soc_pcm_runtime *rtd, struct snd_soc_dai *dai); int asoc_sdw_cs42l45_dmic_rtd_init(struct snd_soc_pcm_runtime *rtd, struct snd_soc_dai *dai); +int asoc_sdw_cs47l47_hs_rtd_init(struct snd_soc_pcm_runtime *rtd, struct snd_soc_dai *dai); +int asoc_sdw_cs47l47_dmic_rtd_init(struct snd_soc_pcm_runtime *rtd, struct snd_soc_dai *dai); int asoc_sdw_cs_spk_rtd_init(struct snd_soc_pcm_runtime *rtd, struct snd_soc_dai *dai); int asoc_sdw_maxim_spk_rtd_init(struct snd_soc_pcm_runtime *rtd, struct snd_soc_dai *dai); /* TI */ |
