File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -509,6 +509,31 @@ struct asoc_sdw_codec_info codec_info_list[] = {
509
509
},
510
510
.dai_num = 2 ,
511
511
},
512
+ {
513
+ .part_id = 0x3563 ,
514
+ .dais = {
515
+ {
516
+ .direction = {true, false},
517
+ .dai_name = "cs35l56-sdw1" ,
518
+ .dai_type = SOC_SDW_DAI_TYPE_AMP ,
519
+ .dailink = {SOC_SDW_AMP_OUT_DAI_ID , SOC_SDW_UNUSED_DAI_ID },
520
+ .init = asoc_sdw_cs_amp_init ,
521
+ .rtd_init = asoc_sdw_cs_spk_rtd_init ,
522
+ .controls = generic_spk_controls ,
523
+ .num_controls = ARRAY_SIZE (generic_spk_controls ),
524
+ .widgets = generic_spk_widgets ,
525
+ .num_widgets = ARRAY_SIZE (generic_spk_widgets ),
526
+ },
527
+ {
528
+ .direction = {false, true},
529
+ .dai_name = "cs35l56-sdw1c" ,
530
+ .dai_type = SOC_SDW_DAI_TYPE_AMP ,
531
+ .dailink = {SOC_SDW_UNUSED_DAI_ID , SOC_SDW_AMP_IN_DAI_ID },
532
+ .rtd_init = asoc_sdw_cs_spk_feedback_rtd_init ,
533
+ },
534
+ },
535
+ .dai_num = 2 ,
536
+ },
512
537
{
513
538
.part_id = 0x4242 ,
514
539
.dais = {
You can’t perform that action at this time.
0 commit comments