linux/sound/soc/intel/boards
Pierre-Louis Bossart b062938fd9
ASoC: Intel: sof-sdw: fix missing SPI_MASTER dependency
The addition of the Cirrus Logic 'sidecar' amps adds a dependency on SPI_MASTER.

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for SND_SOC_CS35L56_SPI
   Depends on [n]:
     SOUND [=y] && SND [=y] && SND_SOC [=y] && SPI_MASTER [=n] &&
     (SOUNDWIRE [=y] || !SOUNDWIRE [=y])
   Selected by [y]:
    - SND_SOC_INTEL_SOUNDWIRE_SOF_MACH [=y] && SOUND [=y] && SND [=y]
      && SND_SOC [=y] && SND_SOC_INTEL_MACH [=y] &&
      SND_SOC_SOF_INTEL_SOUNDWIRE [=y] && I2C [=y] && ACPI [=y] &&
      (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n]) &&
      (SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES [=y] || COMPILE_TEST
      [=n]) && SOUNDWIRE [=y]

Fixes: b831b4dca4 ("ASoC: intel: sof_sdw: Add support for cs42l43-cs35l56 sidecar amps")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202405140758.o2HY4nYD-lkp@intel.com/
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://msgid.link/r/20240527191940.30107-1-pierre-louis.bossart@linux.intel.com
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-05-29 11:07:48 +01:00
..
bdw_rt286.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
bdw-rt5650.c ASoC: intel: convert not to use asoc_xxx() 2023-09-26 17:18:40 +02:00
bdw-rt5677.c ASoC: intel: convert not to use asoc_xxx() 2023-09-26 17:18:40 +02:00
bridge_cs35l56.c ASoC: intel: sof_sdw: Add support for cs42l43-cs35l56 sidecar amps 2024-04-30 00:10:07 +09:00
bxt_da7219_max98357a.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
bxt_rt298.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
bytcht_cx2072x.c ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards 2024-02-11 16:57:23 +00:00
bytcht_da7213.c ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards 2024-02-11 16:57:23 +00:00
bytcht_es8316.c ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards 2024-02-11 16:57:23 +00:00
bytcht_nocodec.c ASoC: intel: convert not to use asoc_xxx() 2023-09-26 17:18:40 +02:00
bytcr_rt5640.c ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too 2024-04-08 13:38:47 +01:00
bytcr_rt5651.c ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards 2024-02-11 16:57:23 +00:00
bytcr_wm5102.c ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards 2024-02-11 16:57:23 +00:00
cht_bsw_max98090_ti.c ASoC: intel: convert not to use asoc_xxx() 2023-09-26 17:18:40 +02:00
cht_bsw_nau8824.c ASoC: intel: convert not to use asoc_xxx() 2023-09-26 17:18:40 +02:00
cht_bsw_rt5645.c ASoC: Intel: cht_bsw_rt5645: Cleanup codec_name handling 2024-02-11 16:57:24 +00:00
cht_bsw_rt5672.c ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards 2024-02-11 16:57:23 +00:00
ehl_rt5660.c ASoC: intel: convert not to use asoc_xxx() 2023-09-26 17:18:40 +02:00
hda_dsp_common.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
hda_dsp_common.h
hsw_rt5640.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
kbl_da7219_max98357a.c ASoC: Intel: Disable route checks for Skylake boards 2024-03-25 00:32:37 +00:00
kbl_da7219_max98927.c ASoC: Intel: Disable route checks for Skylake boards 2024-03-25 00:32:37 +00:00
kbl_rt5660.c ASoC: Intel: Disable route checks for Skylake boards 2024-03-25 00:32:37 +00:00
kbl_rt5663_max98927.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
kbl_rt5663_rt5514_max98927.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
Kconfig ASoC: Intel: sof-sdw: fix missing SPI_MASTER dependency 2024-05-29 11:07:48 +01:00
Makefile ASoC: intel: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:20 +09:00
skl_hda_dsp_common.c ASoC: soc-card: Create jack kcontrol without pins 2022-04-14 17:37:21 +01:00
skl_hda_dsp_common.h ASoC: Intel: skl_hda_dsp_generic: Allocate snd_soc_card dynamically 2024-04-30 00:09:58 +09:00
skl_hda_dsp_generic.c ASoC: Intel: skl_hda_dsp_generic: Use devm_kasprintf for the components string 2024-04-30 00:09:59 +09:00
skl_nau88l25_max98357a.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
skl_nau88l25_ssm4567.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
skl_rt286.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
sof_board_helpers.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
sof_board_helpers.h ASoC: Intel: sof-rt5682: add mclk_en to sof_rt5682_private 2024-04-29 23:49:16 +09:00
sof_cirrus_common.c ASoC: intel: convert not to use asoc_xxx() 2023-09-26 17:18:40 +02:00
sof_cirrus_common.h ASoC: Intel: ssp-common: relocate header file 2024-03-28 13:58:11 +00:00
sof_cs42l42.c ASoC: Intel: sof_cs42l42: add mtl_cs42l42_def for mtl boards 2024-03-28 13:58:26 +00:00
sof_da7219.c ASoC: Intel: sof_da7219: use max_98373_dai_link function 2024-05-10 07:11:42 +01:00
sof_es8336.c ASoC: intel: convert not to use asoc_xxx() 2023-09-26 17:18:40 +02:00
sof_hdmi_common.h ASoC: Intel: sof_hdmi: add common header for HDMI 2023-10-12 20:27:54 +01:00
sof_maxim_common.c ASoC: Intel: maxim-common: change max98373 data to static 2024-05-10 07:11:45 +01:00
sof_maxim_common.h ASoC: Intel: maxim-common: change max98373 data to static 2024-05-10 07:11:45 +01:00
sof_nau8825.c ASoC: Intel: sof_nau8825: use max_98373_dai_link function 2024-05-10 07:11:43 +01:00
sof_nuvoton_common.c ASoC: Intel: nuvoton-common: support nau8318 amplifier 2023-09-15 14:44:43 +01:00
sof_nuvoton_common.h ASoC: Intel: ssp-common: relocate header file 2024-03-28 13:58:11 +00:00
sof_pcm512x.c ASoC: intel: convert not to use asoc_xxx() 2023-09-26 17:18:40 +02:00
sof_realtek_common.c ASoC: Intel: realtek-common: remove 2-spk rt1015p config 2024-05-10 07:11:39 +01:00
sof_realtek_common.h ASoC: Intel: realtek-common: remove 2-spk rt1015p config 2024-05-10 07:11:39 +01:00
sof_rt5682.c ASoC: Intel: sof_rt5682: use max_98373_dai_link function 2024-05-10 07:11:44 +01:00
sof_sdw_amp_coeff_tables.h ASoC: Intel: sof_sdw_amp: mark coeff tables with __maybe_unused 2022-11-18 14:04:42 +00:00
sof_sdw_common.h ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_sdw_cs42l42.c ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_sdw_cs42l43.c ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_sdw_cs_amp.c ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_sdw_dmic.c
sof_sdw_hdmi.c ASoC: Intel: sof_sdw: use sof_hdmi_private to init HDMI 2023-10-12 20:27:59 +01:00
sof_sdw_maxim.c ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_sdw_rt700.c ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_sdw_rt711.c ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_sdw_rt712_sdca.c ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_sdw_rt722_sdca.c ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_sdw_rt5682.c ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_sdw_rt_amp.c ASoC: Intel: sof_sdw_rt_amp: use dai parameter 2024-05-10 07:11:50 +01:00
sof_sdw_rt_dmic.c ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_sdw_rt_sdca_jack_common.c ASoC: Intel: sof_sdw_rt_sdca_jack_common: Use name_prefix for -sdca detection 2024-05-14 12:08:51 +01:00
sof_sdw.c ASoC: Intel: sof_sdw: add dai parameter to rtd_init callback 2024-05-10 07:11:50 +01:00
sof_ssp_amp.c ASoC: Intel: boards: clarify Copyright information 2024-05-06 23:59:36 +09:00
sof_wm8804.c ASoC: intel: convert not to use asoc_xxx() 2023-09-26 17:18:40 +02:00