1. 15 Jun, 2023 4 commits
  2. 14 Jun, 2023 11 commits
  3. 13 Jun, 2023 21 commits
  4. 12 Jun, 2023 4 commits
    • Mark Brown's avatar
      ASoC: Intel: avs: remove redundant dapm routes · 597d364c
      Mark Brown authored
      Merge series from Brent Lu <brent.lu@intel.com>:
      
      This patch series remove redundant dapm routes declared in multiple machine
      drivers. These routes will be created by snd_soc_dapm_connect_dai_link_widgets()
      during soundcard initialization. Following is the kernel log from a KBL
      chromebook nocturne.
      
      dmic:
      [   13.773455] avs_dmic avs_dmic: connected DAI link dmic-codec:Capture -> dmic-platform:DMIC Rx
      [   13.773460] avs_dmic avs_dmic: connected DAI link dmic-codec:Capture -> dmic-platform:DMIC WoV Rx
      
      max98373:
      [   14.079536] avs_max98373 avs_max98373.1: connected DAI link avs_max98373.1-platform:ssp0 Tx -> i2c-MX98373:00:Right HiFi Playback
      [   14.079545] avs_max98373 avs_max98373.1: connected DAI link i2c-MX98373:00:Right HiFi Capture -> avs_max98373.1-platform:ssp0 Rx
      [   14.079550] avs_max98373 avs_max98373.1: connected DAI link avs_max98373.1-platform:ssp0 Tx -> i2c-MX98373:01:Left HiFi Playback
      [   14.079554] avs_max98373 avs_max98373.1: connected DAI link i2c-MX98373:01:Left HiFi Capture -> avs_max98373.1-platform:ssp0 Rx
      
      hdaudio:
      [   14.094818] avs_hdaudio avs_hdaudio.2: connected DAI link hdaudioB0D2-platform:hdaudioB0D2-cpu0 Tx -> hdaudioB0D2:HDMI 0 Playback
      [   14.094824] avs_hdaudio avs_hdaudio.2: connected DAI link hdaudioB0D2-platform:hdaudioB0D2-cpu1 Tx -> hdaudioB0D2:HDMI 1 Playback
      [   14.094828] avs_hdaudio avs_hdaudio.2: connected DAI link hdaudioB0D2-platform:hdaudioB0D2-cpu2 Tx -> hdaudioB0D2:HDMI 2 Playback
      597d364c
    • Mark Brown's avatar
      ASoC: mediatek: mt8173: Fix error paths · 487db53b
      Mark Brown authored
      Merge series from Ricardo Ribalda Delgado <ribalda@chromium.org>:
      
      ASoC: mediatek: mt8173, presented a couple of error paths errors, lets
      fix them.
      487db53b
    • Kuninori Morimoto's avatar
      ASoC: audio-graph-card2-custom-sample.dtsi: remove DT warning · fd6f2236
      Kuninori Morimoto authored
      Current audio-graph-card2-custom-sample.dtsi is missing
      address-cells / size-cells / reg. Thus it get too many DT warnings.
      This patch solved it.
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Link: https://lore.kernel.org/r/87a5x5qw3d.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      fd6f2236
    • Uwe Kleine-König's avatar
      ASoC: Switch two more i2c drivers back to use .probe() · 947e3960
      Uwe Kleine-König authored
      The previous conversion back to .probe() applied in commit 9abcd240
      ("ASoC: Switch i2c drivers back to use .probe()") was created based on
      v6.3. Since then two more drivers were added which need to be convert
      back in the same way before eventually .probe_new() can be dropped from
      struct i2c_driver.
      Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Link: https://lore.kernel.org/r/20230612070608.836186-1-u.kleine-koenig@pengutronix.deSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      947e3960