ASoC: Fix boot warnings from S3C IISv2
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 30 Apr 2009 12:13:14 +0000 (13:13 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 30 Apr 2009 12:30:35 +0000 (13:30 +0100)
commit07736d48051869c37838635b41850618aa63b9a7
treec273de1f3c71a2808325a1502f27b2f9bef4bedc
parent553b1dd58c5cf1abd6d0965041169400a3cff1ad
ASoC: Fix boot warnings from S3C IISv2

On startup we try to make sure that the port is quiesced but if the
port is already stopped then this will generate a warning about the
RX/TX mode configuration. Configure the mode before doing the teardown
to suppress these warnings.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s3c24xx/s3c-i2s-v2.c