Skip to content

Commit

Permalink
ASoC: Intel: skl_hda_dsp_generic: use common module for DAI links
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
brentlu committed Aug 19, 2024
1 parent 882c73f commit eea26b9
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 379 deletions.
1 change: 1 addition & 0 deletions sound/soc/intel/boards/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ config SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH
tristate "Skylake+ with HDA Codecs"
depends on SND_HDA_CODEC_HDMI
select SND_SOC_INTEL_HDA_DSP_COMMON
select SND_SOC_INTEL_SOF_BOARD_HELPERS
select SND_SOC_DMIC
# SND_SOC_HDAC_HDA is already selected
help
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/intel/boards/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ snd-soc-kbl_rt5663_max98927-y := kbl_rt5663_max98927.o
snd-soc-kbl_rt5663_rt5514_max98927-y := kbl_rt5663_rt5514_max98927.o
snd-soc-kbl_rt5660-y := kbl_rt5660.o
snd-soc-skl_rt286-y := skl_rt286.o
snd-soc-skl_hda_dsp-y := skl_hda_dsp_generic.o skl_hda_dsp_common.o
snd-soc-skl_hda_dsp-y := skl_hda_dsp_generic.o
snd-skl_nau88l25_max98357a-y := skl_nau88l25_max98357a.o
snd-soc-skl_nau88l25_ssm4567-y := skl_nau88l25_ssm4567.o
snd-soc-ehl-rt5660-y := ehl_rt5660.o
Expand Down
156 changes: 0 additions & 156 deletions sound/soc/intel/boards/skl_hda_dsp_common.c

This file was deleted.

38 changes: 0 additions & 38 deletions sound/soc/intel/boards/skl_hda_dsp_common.h

This file was deleted.

Loading

0 comments on commit eea26b9

Please sign in to comment.