Skip to content

Commit

Permalink
ASoC: Intel: sof_sdw: Add quirk for machine using codec speaker
Browse files Browse the repository at this point in the history
This patch adds machine-specific quirk for Google devices that utilize
rt712_vb codec's internal speaker output.

Signed-off-by: Mac Chiang <[email protected]>
  • Loading branch information
macchian committed Dec 3, 2024
1 parent 5fdcd61 commit 159c8c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sound/soc/intel/boards/sof_sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,13 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
},
.driver_data = (void *)(SOC_SDW_PCH_DMIC),
},
{
.callback = sof_sdw_quirk_cb,
.matches = {
DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Fatcat"),
},
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
},
{}
};

Expand Down

0 comments on commit 159c8c4

Please sign in to comment.