[alsa-devel] [PATCH 0/6] ASoC: use for_each_rtd_codec_dai() macro

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Thu Feb 13 05:08:15 CET 2020


Hi Mark

Some drivers aren't using for_each_rtd_codec_dai() macro.
This patch-set switches to use it.

Kuninori Morimoto (6):
  ASoC: soundwaire: qcom: use for_each_rtd_codec_dai() macro
  ASoC: qcom: sdm845: use for_each_rtd_codec_dai() macro
  ASoC: qcom: apq8016_sbc: use for_each_rtd_codec_dai() macro
  ASoC: intel: cml_rt1011_rt5682: use for_each_rtd_codec_dai() macro
  ASoC: intel: kbl_da7219_max98927: use for_each_rtd_codec_dai() macro
  ASoC: mediatek: mt8183-da7219-max98357: use for_each_rtd_codec_dai() macro

 drivers/soundwire/qcom.c                      |  7 ++++---
 sound/soc/intel/boards/cml_rt1011_rt5682.c    |  3 +--
 sound/soc/intel/boards/kbl_da7219_max98927.c  |  8 ++++----
 .../mediatek/mt8183/mt8183-da7219-max98357.c  |  8 ++++----
 sound/soc/qcom/apq8016_sbc.c                  |  7 +++----
 sound/soc/qcom/sdm845.c                       | 20 +++++++++----------
 6 files changed, 25 insertions(+), 28 deletions(-)

-- 
2.17.1



More information about the Alsa-devel mailing list