Skip to content

Commit 2594196

Browse files
Hasun Parkbroonie
authored andcommitted
ASoC: amd: acp: add ASUS HN7306EA quirk for legacy SDW machine
Add a DMI quirk entry for ASUS HN7306EA in the ACP SoundWire legacy machine driver. Set driver_data to ASOC_SDW_ACP_DMIC for this board so the platform-specific DMIC quirk path is selected. Signed-off-by: Hasun Park <hasunpark@gmail.com> Link: https://patch.msgid.link/20260319163321.30326-1-hasunpark@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 215e5fe commit 2594196

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sound/soc/amd/acp/acp-sdw-legacy-mach.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ static const struct dmi_system_id soc_sdw_quirk_table[] = {
111111
},
112112
.driver_data = (void *)(ASOC_SDW_CODEC_SPKR),
113113
},
114+
{
115+
.callback = soc_sdw_quirk_cb,
116+
.matches = {
117+
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
118+
DMI_MATCH(DMI_PRODUCT_NAME, "HN7306EA"),
119+
},
120+
.driver_data = (void *)(ASOC_SDW_ACP_DMIC),
121+
},
114122
{}
115123
};
116124

0 commit comments

Comments
 (0)