[alsa-devel] [PATCH 00/15] ASoC: use modern style for aux_dev

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Thu Aug 8 07:51:38 CEST 2019


Hi Mark, aux_dev users

I'm sorry to bother you.
I know I'm posting soc-core.c cleanup patches, and these are
still under reviewing,
but I want to post next patches before my summer vacation.

These patches support modern style for aux_dev.
I think it should work, but I can't test, because my platform doesn't use aux_dev.
Please test and review these.

These exchange aux_dev "style" only, do nothing from "technical" point of view.

Kuninori Morimoto (15):
  ASoC: soc-core: support snd_soc_dai_link_component for aux_dev
  ASoC: simple-card: use snd_soc_dai_link_component for aux_dev
  ASoC: intel: cht_bsw_max98090_ti: use snd_soc_dai_link_component for aux_dev
  ASoC: mediatek: mt8183-da7219-max98357: use snd_soc_dai_link_component for aux_dev
  ASoC: mediatek: mt8183-mt6358-ts3a227-max98357: use snd_soc_dai_link_component for aux_dev
  ASoC: meson: axg-card: use snd_soc_dai_link_component for aux_dev
  ASoC: rockchip: rockchip_max98090: use snd_soc_dai_link_component for aux_dev
  ASoC: samsung: neo1973_wm8753: use snd_soc_dai_link_component for aux_dev
  ASoC: samsung: speyside: use snd_soc_dai_link_component for aux_dev
  ASoC: samsung: tm2_wm5110: use snd_soc_dai_link_component for aux_dev
  ASoC: sunxi: sun4i-codec: use snd_soc_dai_link_component for aux_dev
  ASoC: ti: rx51: use snd_soc_dai_link_component for aux_dev
  ASoC: soc-core: remove legacy style of aux_dev
  ASoC: soc-core: add for_each_xxx macro for aux_dev
  ASoC: soc-core: add soc_unbind_aux_dev()

 include/sound/soc.h                                | 16 +++++--
 sound/soc/generic/simple-card.c                    |  2 +-
 sound/soc/intel/boards/cht_bsw_max98090_ti.c       |  3 +-
 sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c |  6 +--
 .../mt8183/mt8183-mt6358-ts3a227-max98357.c        |  6 +--
 sound/soc/meson/axg-card.c                         | 11 ++---
 sound/soc/rockchip/rockchip_max98090.c             |  6 +--
 sound/soc/samsung/neo1973_wm8753.c                 |  3 +-
 sound/soc/samsung/speyside.c                       |  3 +-
 sound/soc/samsung/tm2_wm5110.c                     | 10 ++---
 sound/soc/soc-core.c                               | 52 ++++++++--------------
 sound/soc/sunxi/sun4i-codec.c                      | 14 +++---
 sound/soc/ti/rx51.c                                | 14 +++---
 13 files changed, 66 insertions(+), 80 deletions(-)

-- 
2.7.4



More information about the Alsa-devel mailing list