]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: and adn use snd_soc_ret()
authorMark Brown <broonie@kernel.org>
Thu, 6 Feb 2025 20:44:54 +0000 (20:44 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 6 Feb 2025 20:44:54 +0000 (20:44 +0000)
commitf2d161e5804d8da070988624b9edd179ef31b478
tree4b4365e07205321d2d965e0b45274dad948a6d99
parent96dd187c93afe0ae0535276a92ed488759ace5a2
parent8d83282e53185ec257a4ce08812e8fabee2c7212
ASoC: and adn use snd_soc_ret()

Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

Each ASoC framwark is using own snd_xxx_ret() function, but we can share
these. This patch-set adds new snd_soc_ret() and use it.

checkpatch indicates that ENOTSUPP is not a SUSV4 error code, prefer to
use EOPNOTSUPP. So this patch-set adds it, but not remove existing ENOTSUPP.

Link: https://lore.kernel.org/r/8734gvsg5i.wl-kuninori.morimoto.gx@renesas.com