commit | 3809688980205622f75ed5d5890759430da4e7e4 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Fri Oct 12 06:31:00 2018 +0000 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 12 18:52:06 2018 +0200 |
tree | 06e290e243c400e56ec7ec587d5f1cddae2743be | |
parent | a23f5dc8448694a0ffe2127a04aa5787b9cf9e5f [diff] |
ASoC: pcm3168a: add HW constraint for non RIGHT_J RIGHT_J only can handle 16bit data bits. Current driver just errored if user requests non RIGHT_J + 16bit combination. But it is not useful for user. This patch adds HW constraint for it, and avoid error on such situation. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>