File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,6 @@ static const struct dmi_system_id sof_rt5682_quirk_table[] = {
76
76
SOF_SSP_PORT_CODEC (0 ) |
77
77
SOF_SSP_PORT_AMP (1 )),
78
78
},
79
- {
80
- .callback = sof_rt5682_quirk_cb ,
81
- .matches = {
82
- DMI_MATCH (DMI_SYS_VENDOR , "Intel Corporation" ),
83
- DMI_MATCH (DMI_PRODUCT_NAME , "Ice Lake Client" ),
84
- },
85
- .driver_data = (void * )(SOF_RT5682_MCLK_EN |
86
- SOF_SSP_PORT_CODEC (0 )),
87
- },
88
79
{
89
80
.callback = sof_rt5682_quirk_cb ,
90
81
.matches = {
@@ -808,6 +799,11 @@ static const struct platform_device_id board_ids[] = {
808
799
SOF_SSP_PORT_CODEC (2 ) |
809
800
SOF_SSP_PORT_AMP (1 )),
810
801
},
802
+ {
803
+ .name = "icl_rt5682_def" ,
804
+ .driver_data = (kernel_ulong_t )(SOF_RT5682_MCLK_EN |
805
+ SOF_SSP_PORT_CODEC (0 )),
806
+ },
811
807
{
812
808
.name = "cml_rt5682_def" ,
813
809
.driver_data = (kernel_ulong_t )(SOF_RT5682_MCLK_EN |
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_icl_machines[] = {
29
29
},
30
30
{
31
31
.id = "10EC5682" ,
32
- .drv_name = "sof_rt5682 " ,
32
+ .drv_name = "icl_rt5682_def " ,
33
33
.sof_tplg_filename = "sof-icl-rt5682.tplg" ,
34
34
},
35
35
{
You can’t perform that action at this time.
0 commit comments