File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1104,6 +1104,12 @@ static const struct platform_device_id board_ids[] = {
1104
1104
SOF_RT5682_SSP_AMP (1 ) |
1105
1105
SOF_RT5682_NUM_HDMIDEV (4 )),
1106
1106
},
1107
+ {
1108
+ .name = "jsl_rt5682" ,
1109
+ .driver_data = (kernel_ulong_t )(SOF_RT5682_MCLK_EN |
1110
+ SOF_RT5682_MCLK_24MHZ |
1111
+ SOF_RT5682_SSP_CODEC (0 )),
1112
+ },
1107
1113
{ }
1108
1114
};
1109
1115
MODULE_DEVICE_TABLE (platform , board_ids );
Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_jsl_machines[] = {
78
78
.quirk_data = & mx98360a_spk ,
79
79
.sof_tplg_filename = "sof-jsl-rt5682-mx98360a.tplg" ,
80
80
},
81
+ {
82
+ .comp_ids = & rt5682_rt5682s_hp ,
83
+ .drv_name = "jsl_rt5682" ,
84
+ .sof_tplg_filename = "sof-jsl-rt5682.tplg" ,
85
+ },
81
86
{
82
87
.id = "10134242" ,
83
88
.drv_name = "jsl_cs4242_mx98360a" ,
You can’t perform that action at this time.
0 commit comments