We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed2216 commit e3209a1Copy full SHA for e3209a1
sound/soc/intel/boards/bytcr_rt5640.c
@@ -610,6 +610,17 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = {
610
BYT_RT5640_SSP0_AIF1 |
611
BYT_RT5640_MCLK_EN),
612
},
613
+ {
614
+ .matches = {
615
+ DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ARCHOS"),
616
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "ARCHOS 101 CESIUM"),
617
+ },
618
+ .driver_data = (void *)(BYTCR_INPUT_DEFAULTS |
619
+ BYT_RT5640_JD_NOT_INV |
620
+ BYT_RT5640_DIFF_MIC |
621
+ BYT_RT5640_SSP0_AIF1 |
622
+ BYT_RT5640_MCLK_EN),
623
624
{
625
.matches = {
626
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ARCHOS"),
0 commit comments