ASoC: tlv320aic32x4: Fix mono playback
authorMarkus Pargmann <mpa@pengutronix.de>
Mon, 27 Jan 2014 12:03:05 +0000 (13:03 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 27 Jan 2014 18:13:40 +0000 (18:13 +0000)
Playback of a mono stream should output the same stream on both
channels. At the moment only the left analog signal is valid, the right
one is just noise.

This patch maps the left digital channel onto both DACs when receiving a
mono stream.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found