]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: cs4270: fix DAPM stream name mismatch
authormurray foster <mrafoster@gmail.com>
Sun, 9 Oct 2016 20:28:45 +0000 (13:28 -0700)
committerJiri Slaby <jslaby@suse.cz>
Thu, 24 Nov 2016 15:23:40 +0000 (16:23 +0100)
commit3b2b619b1de5cbe886c13465a7dca3c8d523e360
treeacf134999d4fcce4d84a4cecb9eb2f940aa4c8a8
parente515e61bcf2e1f9d936c3fc431d884e6c0ccee9a
ASoC: cs4270: fix DAPM stream name mismatch

commit aa5f920993bda2095952177eea79bc8e58ae6065 upstream.

Mismatching stream names in DAPM route and widget definitions are
causing compilation errors. Fixing these names allows the cs4270
driver to compile and function.

[Errors must be at probe time not compile time -- broonie]

Signed-off-by: Murray Foster <mrafoster@gmail.com>
Acked-by: Paul Handrigan <Paul.Handrigan@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
sound/soc/codecs/cs4270.c