]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: arizona: Propagate errors from arizona_spk_init
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 18 Jan 2017 15:27:05 +0000 (15:27 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 18 Jan 2017 16:26:56 +0000 (16:26 +0000)
commitacff07d060d8175b2b54c5bc2d9bb910a6db1049
tree8bbd289f2c3104e9ec2af9e7eff452a0f706b6e6
parenta5de5b74a50113564a1e0850e2da96c37c35e55d
ASoC: arizona: Propagate errors from arizona_spk_init

arizona_spk_init uses snd_soc_dapm_new_control which since
commit 37e1df8c95e2 ("ASoC: dapm: handle probe deferrals") will
occasionally request a probe deferral. Which means we should propagate the
error out of our driver from it.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs47l24.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c
sound/soc/codecs/wm8997.c
sound/soc/codecs/wm8998.c