ASoC: ak4613: disable asymmetric audio interface format
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 May 2017 02:28:13 +0000 (02:28 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 14 May 2017 09:38:54 +0000 (18:38 +0900)
commitec185f95401e36f398b39706705f10d7fe7ff058
treec31bd394650bf5ebb51cc3232d52936892de5934
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6
ASoC: ak4613: disable asymmetric audio interface format

Asymmetric audio interface formats exist in ak4613 by same
register settings.

Capture Playback
24bit LEFT_J 16bit RIGHT_J
24bit LEFT_J 20bit RIGHT_J
24bit LEFT_J 24bit RIGHT_J
24bit LEFT_J 24bit LEFT_J
24bit I2S 24bit I2S

These asymmetric formats makes driver / behavior difficult.
It is not HW limitation, but SW limitation. To makes code reading
easy, this patch removes asymmetric format support.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ak4613.c