]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: use 32bit TDM width as default
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 10 Oct 2018 02:20:42 +0000 (02:20 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 10 Oct 2018 12:28:05 +0000 (13:28 +0100)
commit691ad41cb2afb9925812abcade4b53f125da6a0b
tree51d06cf0fa18f37c1033e70302d7b4bbb8fb5103
parent506dc45ec22e826f0e4ebba2e9f5d6c0b4948ba1
ASoC: rsnd: use 32bit TDM width as default

commit a877ee8d986f ("ASoC: rsnd: add support for 16/24 bit slot widths")
added TDM width check, and return error if it was not 16/24/32 bit.
But it is too strict. This patch uses 32bit same as default.

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