diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2024-10-16 05:03:42 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-10-17 13:11:46 +0200 |
commit | a6f7afb39362ef70d08d23e5bfc0a14d69fafea1 (patch) | |
tree | 0f6788a8bf4682a89e9c1365e3c4ac9977d5d0e2 /include/sound | |
parent | ASoC: sdw_utils: Add support for exclusion DAI quirks (diff) | |
download | linux-a6f7afb39362ef70d08d23e5bfc0a14d69fafea1.tar.xz linux-a6f7afb39362ef70d08d23e5bfc0a14d69fafea1.zip |
ASoC: sdw_utils: Add a quirk to allow the cs42l43 mic DAI to be ignored
To support some systems using host microphones add a quirk to allow the
cs42l43 microphone DAI link to be ignored.
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20241016030344.13535-3-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc_sdw_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc_sdw_utils.h b/include/sound/soc_sdw_utils.h index e16fccd48e6b..a25f94d6eb67 100644 --- a/include/sound/soc_sdw_utils.h +++ b/include/sound/soc_sdw_utils.h @@ -28,6 +28,7 @@ * - SOC_SDW_CODEC_SPKR | SOF_SIDECAR_AMPS - Not currently supported */ #define SOC_SDW_SIDECAR_AMPS BIT(16) +#define SOC_SDW_CODEC_MIC BIT(17) #define SOC_SDW_UNUSED_DAI_ID -1 #define SOC_SDW_JACK_OUT_DAI_ID 0 |