]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: es8328: Enabling support for 192k
authorRomain Perier <romain.perier@collabora.com>
Wed, 1 Mar 2017 09:11:06 +0000 (10:11 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 6 Mar 2017 10:40:17 +0000 (11:40 +0100)
commit404785f9eff34086a3f67a9b5cefe6495d7b0a4a
treeba5e7bd029637b845c6fa3e54d7fa6aa3334c2e5
parentc7ad841eaef66114d404c8fc02a67f5ef507b1bb
ASoC: es8328: Enabling support for 192k

The master and slave modes don't share the same table for MCLK/LRCLK
ratios. The slaves mode has bigger ratios that allow to use BCLK that
matche sampling frequency of 192khz.

This commit enables this rate only for slave mode, i.e it does not
declare this frequency in sysclk_contraints, resulting to an error in
master mode (not supported CLK).

Signed-off-by: Romain Perier <romain.perier@collabora.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8328.c