Re: [PATCH 0/7] ASoC: mediatek: AFE drivers cleanups

From: AngeloGioacchino Del Regno
Date: Thu Feb 01 2024 - 05:08:56 EST


Il 11/01/24 11:52, AngeloGioacchino Del Regno ha scritto:
This series converts MediaTek AFE drivers' probe functions to use
dev_err_probe() and devm functions where possible and, in some
cases, dropping the .remove_new() callback, reducing the size.

Cheers!

Gentle ping for this series, afraid that went out of the radar :-)

Cheers,
Angelo


AngeloGioacchino Del Regno (7):
ASoC: mediatek: mt8173-afe-pcm: Convert to devm_pm_runtime_enable()
ASoC: mediatek: mt8173-afe-pcm: Use devm_snd_soc_register_component()
ASoC: mediatek: mt8183-afe-pcm: Convert to devm_pm_runtime_enable()
ASoC: mediatek: mt8183-afe-pcm: Simplify with dev_err_probe()
ASoC: mediatek: mt8192-afe-pcm: Convert to devm_pm_runtime_enable()
ASoC: mediatek: mt8192-afe-pcm: Simplify with dev_err_probe()
ASoC: mediatek: mt8195-afe-pcm: Drop .remove_new() callback

sound/soc/mediatek/mt8173/mt8173-afe-pcm.c | 78 +++------------
sound/soc/mediatek/mt8183/mt8183-afe-pcm.c | 108 +++++++--------------
sound/soc/mediatek/mt8192/mt8192-afe-pcm.c | 95 ++++++------------
sound/soc/mediatek/mt8195/mt8195-afe-pcm.c | 12 +--
4 files changed, 81 insertions(+), 212 deletions(-)