diff options
author | Lucas Tanure <tanureal@opensource.cirrus.com> | 2021-05-25 10:08:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@sirena.org.uk> | 2021-05-25 16:45:04 +0100 |
commit | f5b49d98516c12aff40896782aa37be77d3c616e (patch) | |
tree | ba40dfaa3e9ddf0bd18bd56ca506549ff45375d8 /sound/soc/codecs/cs42l42.c | |
parent | 1c52825c38fc4e44c61ed75a8ae32f5fa580383b (diff) | |
download | lwn-f5b49d98516c12aff40896782aa37be77d3c616e.tar.gz lwn-f5b49d98516c12aff40896782aa37be77d3c616e.zip |
ASoC: cs42l42: Add support for 2304000 Bit clock
Add support for 24bits, 2 channels, 48k Sample rate bit clock
Signed-off-by: Lucas Tanure <tanureal@opensource.cirrus.com>
Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Message-Id: <20210525090822.64577-2-tanureal@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@sirena.org.uk>
Diffstat (limited to 'sound/soc/codecs/cs42l42.c')
-rw-r--r-- | sound/soc/codecs/cs42l42.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index 94788a55fa3b..07223b5fb2d6 100644 --- a/sound/soc/codecs/cs42l42.c +++ b/sound/soc/codecs/cs42l42.c @@ -598,6 +598,7 @@ struct cs42l42_pll_params { */ static const struct cs42l42_pll_params pll_ratio_table[] = { { 1536000, 0, 1, 0x00, 0x7D, 0x000000, 0x03, 0x10, 12000000, 125, 2}, + { 2304000, 0, 1, 0x00, 0x55, 0xC00000, 0x02, 0x10, 12288000, 85, 2}, { 2822400, 0, 1, 0x00, 0x40, 0x000000, 0x03, 0x10, 11289600, 128, 1}, { 3000000, 0, 1, 0x00, 0x40, 0x000000, 0x03, 0x10, 12000000, 128, 1}, { 3072000, 0, 1, 0x00, 0x3E, 0x800000, 0x03, 0x10, 12000000, 125, 1}, |