On Mon, 31 Oct 2022 20:56:39 +0100, Pierre-Louis Bossart wrote:
Yet another hardware variant we need to handle.
Link: https://github.com/thesofproject/linux/issues/3873 Signed-off-by: Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com Reviewed-by: Bard Liao yung-chuan.liao@linux.intel.com
I think that's ALSA HD-audio stuff, but it would make sense only with the combination of the change in ASoC side. So it's better to go through Mark's tree.
Reviewed-by: Takashi Iwai tiwai@suse.de
thanks,
Takashi
sound/hda/intel-dsp-config.c | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index b9eb3208f288..ae31bb127594 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -320,6 +320,11 @@ static const struct config_entry config_table[] = { {} } },
- {
.flags = FLAG_SOF,
.device = 0x34c8,
.codec_hid = &essx_83x6,
- }, { .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, .device = 0x34c8,
-- 2.34.1