mbox series

[0/6] ASoC: use for_each_rtd_codec_dai() macro

Message ID 87lfp7ruxl.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: use for_each_rtd_codec_dai() macro | expand

Message

Kuninori Morimoto Feb. 13, 2020, 4:08 a.m. UTC
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(-)

Comments

Pierre-Louis Bossart Feb. 13, 2020, 3:29 p.m. UTC | #1
[adding Mark in Cc:]

> 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

Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

>   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(-)
>