mbox series

[0/5] ASoC: MediaTek MT8195/86 Cleanups

Message ID 168311367500.26.5035588666989030191@mailman-core.alsa-project.org (mailing list archive)
Headers show
Series ASoC: MediaTek MT8195/86 Cleanups | expand

Message

AngeloGioacchino Del Regno May 3, 2023, 11:34 a.m. UTC
This series performs some cleanups for mainly MT8195 and switches
both MT8195 and MT8186's SOF driver to the snd_sof_ipc_process_reply()
helper.

AngeloGioacchino Del Regno (5):
  ASoC: SOF: mediatek: mt8195: Use snd_sof_ipc_process_reply() helper
  ASoC: SOF: mediatek: mt8186: Use snd_sof_ipc_process_reply() helper
  ASoC: mediatek: mt8195-afe-pcm: Simplify runtime PM during probe
  ASoC: mediatek: mt8195-afe-pcm: Simplify with dev_err_probe()
  ASoC: mediatek: mt8195-afe-pcm: Clean up unnecessary functions

 sound/soc/mediatek/mt8195/mt8195-afe-pcm.c | 99 ++++++++--------------
 sound/soc/sof/mediatek/mt8186/mt8186.c     | 36 +-------
 sound/soc/sof/mediatek/mt8195/mt8195.c     | 36 +-------
 3 files changed, 36 insertions(+), 135 deletions(-)