File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -892,6 +892,13 @@ static const struct platform_device_id board_ids[] = {
892
892
SOF_SSP_PORT_BT_OFFLOAD (2 ) |
893
893
SOF_BT_OFFLOAD_PRESENT ),
894
894
},
895
+ {
896
+ .name = "ptl_rt5682_c1_h02" ,
897
+ .driver_data = (kernel_ulong_t )(SOF_RT5682_MCLK_EN |
898
+ SOF_SSP_PORT_CODEC (1 ) |
899
+ /* SSP 0 and SSP 2 are used for HDMI IN */
900
+ SOF_SSP_MASK_HDMI_CAPTURE (0x5 )),
901
+ },
895
902
{ }
896
903
};
897
904
MODULE_DEVICE_TABLE (platform , board_ids );
Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ static const struct snd_soc_acpi_codecs ptl_lt6911_hdmi = {
32
32
};
33
33
34
34
struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_machines [] = {
35
+ {
36
+ .comp_ids = & ptl_rt5682_rt5682s_hp ,
37
+ .drv_name = "ptl_rt5682_c1_h02" ,
38
+ .machine_quirk = snd_soc_acpi_codec_list ,
39
+ .quirk_data = & ptl_lt6911_hdmi ,
40
+ .sof_tplg_filename = "sof-ptl-rt5682-ssp1-hdmi-ssp02.tplg" ,
41
+ },
35
42
{
36
43
.comp_ids = & ptl_rt5682_rt5682s_hp ,
37
44
.drv_name = "ptl_rt5682_def" ,
You can’t perform that action at this time.
0 commit comments