Skip to content

Commit b28b23d

Browse files
brentlubroonie
authored andcommitted
ASoC: Intel: skl_hda_dsp_generic: use common module for DAI links
Use intel_board module to create DAI link array for Intel iDisp HDMI, HDA external codec, DMIC01, DMIC16K, and BT audio offload DAI BE links. Signed-off-by: Brent Lu <[email protected]> Reviewed-by: Péter Ujfalusi <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent bd07676 commit b28b23d

File tree

5 files changed

+70
-379
lines changed

5 files changed

+70
-379
lines changed

sound/soc/intel/boards/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ config SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH
306306
tristate "Skylake+ with HDA Codecs"
307307
depends on SND_HDA_CODEC_HDMI
308308
select SND_SOC_INTEL_HDA_DSP_COMMON
309+
select SND_SOC_INTEL_SOF_BOARD_HELPERS
309310
select SND_SOC_DMIC
310311
# SND_SOC_HDAC_HDA is already selected
311312
help

sound/soc/intel/boards/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ snd-soc-sof_cs42l42-y := sof_cs42l42.o
2121
snd-soc-sof_es8336-y := sof_es8336.o
2222
snd-soc-sof_nau8825-y := sof_nau8825.o
2323
snd-soc-sof_da7219-y := sof_da7219.o
24-
snd-soc-skl_hda_dsp-y := skl_hda_dsp_generic.o skl_hda_dsp_common.o
24+
snd-soc-skl_hda_dsp-y := skl_hda_dsp_generic.o
2525
snd-soc-ehl-rt5660-y := ehl_rt5660.o
2626
snd-soc-sof-ssp-amp-y := sof_ssp_amp.o
2727
snd-soc-sof-sdw-y += sof_sdw.o \

sound/soc/intel/boards/skl_hda_dsp_common.c

Lines changed: 0 additions & 156 deletions
This file was deleted.

sound/soc/intel/boards/skl_hda_dsp_common.h

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)