ASoC: samsung: odroidx2/u3: Remove unnecessary system clock setting
authorHuang Chao <chao7.huang@samsung.com>
Thu, 12 Jun 2014 06:42:58 +0000 (14:42 +0800)
committerChanho Park <chanho61.park@samsung.com>
Thu, 7 Aug 2014 05:32:09 +0000 (14:32 +0900)
commit4953886e1b42e2d92dbbfec01d874b24572e68db
tree1b6df2dfa87e56b2516fef8a7e094725ca469daa
parent2f7d9d7a0abef9a6ba51e96e6135a927e2d574d4
ASoC: samsung: odroidx2/u3: Remove unnecessary system clock setting

This patch removes the redundant sysclk setting of odroid cpu_dai.
Since the audio working mode has been changed from I2S master mode
to I2S slave mode, so we don't need to set the cpu_dai I2S clock
mode to operation any more. Besides, the hw_params function will
set cpu_dai I2S sysclk to CDCCLK mode, which makes the cpu_dai to
use the system clock generated by audio codec max98090.

Change-Id: Ia09f9774c07d22991a706eff6553892b9d7ca39c
Signed-off-by: Huang Chao <chao7.huang@samsung.com>
sound/soc/samsung/odroidx2_max98090.c