Skip to content

Commit

Permalink
SoC: intel: sof_sdw: Add support for product Ripto
Browse files Browse the repository at this point in the history
Ripto is another product based on TGL with the same
audio hardware configuration as Volteer.

Signed-off-by: Rander Wang <[email protected]>
  • Loading branch information
RanderWang committed Aug 13, 2020
1 parent 1ab1be7 commit d78c512
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sound/soc/intel/boards/sof_sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
.driver_data = (void *)(SOF_SDW_TGL_HDMI | SOF_SDW_PCH_DMIC |
SOF_SDW_FOUR_SPK),
},
{
.callback = sof_sdw_quirk_cb,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
DMI_MATCH(DMI_PRODUCT_NAME, "Ripto"),
},
.driver_data = (void *)(SOF_SDW_TGL_HDMI | SOF_SDW_PCH_DMIC |
SOF_SDW_FOUR_SPK),
},

{}
};
Expand Down

0 comments on commit d78c512

Please sign in to comment.