]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: remove disable_route_checks
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 9 Jan 2025 00:14:41 +0000 (00:14 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 9 Jan 2025 13:51:36 +0000 (13:51 +0000)
commitdd2395162c07e4102fc83878dc394ff63f2eaae8
treecde71965dbe55b5ae3af2cbc7b4af0597bb98c9f
parent61aff2da3e63a43f22e60aa1bc57026ce07d189e
ASoC: remove disable_route_checks

No driver is using disable_route_checks, let's remove it.

Because snd_soc_dapm_add_routes() itself will indicate detail error
when failed, this patch removes duplicate dev_err() not only
dev_warn() in error case.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Suggested-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Tested-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://patch.msgid.link/87tta8268e.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h
sound/soc/soc-core.c
sound/soc/soc-topology.c