Skip to content

Commit 49b2597

Browse files
committed
ASoC: Intel: boards: updates for 6.12 - part 2
Merge series from Bard Liao <[email protected]>: Cleanup from Brent Lu and add HDMI-In capture supports from Balamurugan C.
2 parents f6e2e73 + 322706e commit 49b2597

File tree

14 files changed

+259
-386
lines changed

14 files changed

+259
-386
lines changed

include/sound/soc-acpi.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ static inline struct snd_soc_acpi_mach *snd_soc_acpi_codec_list(void *arg)
6262
* @platform: string used for HDAudio codec support
6363
* @codec_mask: used for HDAudio support
6464
* @dmic_num: number of SoC- or chipset-attached PDM digital microphones
65-
* @common_hdmi_codec_drv: use commom HDAudio HDMI codec driver
6665
* @link_mask: SoundWire links enabled on the board
6766
* @links: array of SoundWire link _ADR descriptors, null terminated
6867
* @i2s_link_mask: I2S/TDM links enabled on the board
@@ -80,7 +79,6 @@ struct snd_soc_acpi_mach_params {
8079
const char *platform;
8180
u32 codec_mask;
8281
u32 dmic_num;
83-
bool common_hdmi_codec_drv;
8482
u32 link_mask;
8583
const struct snd_soc_acpi_link_adr *links;
8684
u32 i2s_link_mask;

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/ehl_rt5660.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@ static void hdmi_link_init(struct snd_soc_card *card,
256256
{
257257
int i;
258258

259-
if (mach->mach_params.common_hdmi_codec_drv &&
260-
(mach->mach_params.codec_mask & IDISP_CODEC_MASK)) {
259+
if (mach->mach_params.codec_mask & IDISP_CODEC_MASK) {
261260
ctx->idisp_codec = true;
262261
return;
263262
}

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)