ASoC: davinci-mcasp: Fix overwriting of ahclkx
authorJim Lodes <jim.lodes@garmin.com>
Mon, 25 Apr 2016 16:08:10 +0000 (11:08 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 29 Apr 2016 17:19:14 +0000 (18:19 +0100)
commit823ecdd684e28d4e71686fc8787b6d31b1223382
treeb02ca7c246d4db038c6d4f7a9f17b37c914ce35f
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
ASoC: davinci-mcasp: Fix overwriting of ahclkx

The mcasp davinci_mcasp_set_dai_fmt function was overriding ahclkx
input/output status that had already been set by the
davinci_mcasp_set_sysclk function. This commit removes clearing
of the ahclkx input/output status from davinci_mcasp_set_dai_fmt.

Signed-off-by: Jim Lodes <jim.lodes@garmin.com>
Signed-off-by: J.D. Schroeder <jay.schroeder@garmin.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/davinci/davinci-mcasp.c