]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ASoC: sdw_utils: Add quirk to exclude amplifier function
authorMac Chiang <mac.chiang@intel.com>
Mon, 28 Oct 2024 07:26:29 +0000 (15:26 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 28 Oct 2024 12:35:13 +0000 (12:35 +0000)
When SKUs use the multi-function codec, which integrates
Headset, Amplifier and DMIC. The corresponding quirks provide
options to support internal amplifier/DMIC or not.

In the case of RT722, this SKU excludes the internal amplifier and
use an additional amplifier instead.

Signed-off-by: Mac Chiang <mac.chiang@intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20241028072631.15536-2-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdw_utils/soc_sdw_utils.c

index 8196177ff5e793c45c137070011d2952022cb21b..6610efe8af18513c5dea2cd0b87edcc48600e27f 100644 (file)
@@ -418,6 +418,8 @@ struct asoc_sdw_codec_info codec_info_list[] = {
                                .num_controls = ARRAY_SIZE(generic_spk_controls),
                                .widgets = generic_spk_widgets,
                                .num_widgets = ARRAY_SIZE(generic_spk_widgets),
+                               .quirk = SOC_SDW_CODEC_SPKR,
+                               .quirk_exclude = true,
                        },
                        {
                                .direction = {false, true},