ASoC: cs4270: fix DAPM stream name mismatch
authormurray foster <mrafoster@gmail.com>
Sun, 9 Oct 2016 20:28:45 +0000 (13:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Nov 2016 09:48:34 +0000 (10:48 +0100)
commita0476902938650cf33ebcaf2db1a2d291ca25dcd
treef074adcfa7ca432250fa228746ebc5e0ec563e8c
parentf3155797b91c28cb0afbb24fe8c914392eeb28f5
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/cs4270.c