Cristian Ciocaltea and Greg Kroah-Hartman
863054be8d
ASoC: es8316: Do not set rate constraints for unsupported MCLKs
...
[ Upstream commit 60413129ee ]
When using the codec through the generic audio graph card, there are at
least two calls of es8316_set_dai_sysclk(), with the effect of limiting
the allowed sample rates according to the MCLK/LRCK ratios supported by
the codec:
1. During audio card setup, to set the initial MCLK - see
asoc_simple_init_dai().
2. Before opening a stream, to update MCLK, according to the stream
sample rate and the multiplication factor - see
asoc_simple_hw_params().
In some cases the initial MCLK might be set to a frequency that doesn't
match any of the supported ratios, e.g. 12287999 instead of 12288000,
which is only 1 Hz below the supported clock, as that is what the
hardware reports. This creates an empty list of rate constraints, which
is further passed to snd_pcm_hw_constraint_list() via
es8316_pcm_startup(), and causes the following error on the very first
access of the sound card:
$ speaker-test -D hw:Analog,0 -F S16_LE -c 2 -t wav
Broken configuration for playback: no configurations available: Invalid argument
Setting of hwparams failed: Invalid argument
Note that all subsequent retries succeed thanks to the updated MCLK set
at point 2 above, which uses a computed frequency value instead of a
reading from the hardware registers. Normally this would have mitigated
the issue, but es8316_pcm_startup() executes before the 2nd call to
es8316_set_dai_sysclk(), hence it cannot make use of the updated
constraints.
Since es8316_pcm_hw_params() performs anyway a final validation of MCLK
against the stream sample rate and the supported MCLK/LRCK ratios, fix
the issue by ensuring that sysclk_constraints list is only set when at
least one supported sample rate is autodetected by the codec.
Fixes: b8b88b7087 ("ASoC: add es8316 codec driver")
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com >
Link: https://lore.kernel.org/r/20230530181140.483936-3-cristian.ciocaltea@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2023-07-19 16:21:24 +02:00
..
2022-06-27 13:17:15 +01:00
2022-06-27 13:17:16 +01:00
2022-06-06 12:38:30 +01:00
2022-06-27 13:17:17 +01:00
2022-06-27 13:16:56 +01:00
2022-06-27 13:16:56 +01:00
2022-06-27 13:16:56 +01:00
2022-06-27 13:16:56 +01:00
2022-06-27 13:16:56 +01:00
2022-06-27 13:16:56 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:16:56 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:16:56 +01:00
2022-06-27 13:16:56 +01:00
2022-06-27 13:16:56 +01:00
2023-03-11 13:55:30 +01:00
2022-06-27 13:16:56 +01:00
2022-06-27 13:17:18 +01:00
2022-06-27 13:16:57 +01:00
2022-06-27 13:16:57 +01:00
2022-08-16 12:46:26 +02:00
2022-10-05 12:02:07 -07:00
2022-06-27 13:16:57 +01:00
2022-06-27 13:16:57 +01:00
2022-06-27 13:16:57 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:16:57 +01:00
2022-06-27 13:16:57 +01:00
2022-06-27 13:16:57 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:16:58 +01:00
2022-06-27 13:16:58 +01:00
2022-07-07 17:16:28 +01:00
2022-06-27 13:17:18 +01:00
2022-06-27 13:17:19 +01:00
2022-06-27 13:17:20 +01:00
2022-06-27 13:17:21 +01:00
2022-06-06 12:38:26 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2023-06-21 16:00:53 +02:00
2022-06-24 14:06:59 +01:00
2023-05-11 23:03:27 +09:00
2022-08-16 12:46:26 +02:00
2022-06-14 15:03:11 +01:00
2022-06-07 11:52:12 +01:00
2022-10-05 12:02:07 -07:00
2022-09-27 14:00:00 +01:00
2022-09-19 18:05:36 +01:00
2022-08-16 12:46:26 +02:00
2022-11-25 16:29:52 +00:00
2022-06-27 13:16:59 +01:00
2023-02-22 12:59:42 +01:00
2022-06-27 13:16:59 +01:00
2022-10-05 12:02:07 -07:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:16:59 +01:00
2022-06-29 16:58:08 +01:00
2022-06-27 13:16:59 +01:00
2022-06-27 13:16:59 +01:00
2022-06-27 13:16:59 +01:00
2022-06-27 13:16:59 +01:00
2022-07-11 15:51:01 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:16:59 +01:00
2022-06-27 13:16:59 +01:00
2022-08-16 12:46:26 +02:00
2022-10-05 12:02:07 -07:00
2022-08-16 12:46:26 +02:00
2022-10-10 13:01:17 +01:00
2022-06-27 13:17:22 +01:00
2022-06-27 13:17:00 +01:00
2022-06-27 13:17:00 +01:00
2023-05-11 23:02:58 +09:00
2022-06-27 13:17:00 +01:00
2022-05-30 17:00:25 +02:00
2022-09-23 17:54:15 +01:00
2022-06-27 13:17:00 +01:00
2022-06-27 13:17:23 +01:00
2022-06-27 13:17:01 +01:00
2022-06-27 13:17:01 +01:00
2023-07-19 16:21:24 +02:00
2023-03-03 11:52:22 +01:00
2023-02-01 08:34:49 +01:00
2022-06-27 13:17:01 +01:00
2022-06-27 13:17:24 +01:00
2022-06-06 12:33:10 +01:00
2022-09-22 13:58:16 +02:00
2022-06-06 12:33:10 +01:00
2022-09-22 13:58:16 +02:00
2022-11-10 17:50:53 +00:00
2023-04-13 16:55:34 +02:00
2022-09-09 22:27:08 +01:00
2022-06-27 13:17:27 +01:00
2022-06-27 13:17:28 +01:00
2022-06-27 13:17:30 +01:00
2022-10-19 13:51:50 +01:00
2022-06-27 13:17:31 +01:00
2023-05-17 11:53:55 +02:00
2022-06-27 13:17:32 +01:00
2022-06-27 13:17:32 +01:00
2023-04-13 16:55:19 +02:00
2023-05-30 14:03:20 +01:00
2023-03-10 09:33:21 +01:00
2023-04-13 16:55:19 +02:00
2022-06-24 16:22:01 +01:00
2023-05-17 11:53:55 +02:00
2022-06-27 13:17:02 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:02 +01:00
2022-08-29 14:14:44 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:02 +01:00
2022-06-27 13:17:02 +01:00
2022-06-27 13:17:02 +01:00
2022-11-16 10:50:12 +00:00
2022-08-17 13:00:55 +01:00
2022-06-27 13:17:02 +01:00
2022-09-19 15:08:07 +01:00
2022-08-31 12:13:07 +01:00
2022-08-31 12:13:07 +01:00
2022-06-27 13:17:02 +01:00
2022-06-27 13:17:02 +01:00
2022-06-27 13:17:02 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:33 +01:00
2022-06-27 13:17:34 +01:00
2022-06-27 13:17:03 +01:00
2022-06-27 13:17:03 +01:00
2022-06-06 16:00:41 +01:00
2022-08-15 01:20:03 +01:00
2022-07-13 13:48:56 +01:00
2022-10-19 16:37:01 +01:00
2022-06-27 13:17:04 +01:00
2022-08-23 13:04:47 +01:00
2022-06-27 13:17:04 +01:00
2022-08-23 13:04:42 +01:00
2022-07-11 17:18:45 +01:00
2022-06-27 13:17:04 +01:00
2022-06-06 13:08:51 +01:00
2023-06-28 11:12:38 +02:00
2022-09-19 18:35:23 +01:00
2022-10-05 12:02:07 -07:00
2022-09-30 09:16:31 +01:00
2022-06-27 13:17:04 +01:00
2022-06-27 13:17:04 +01:00
2022-08-16 12:46:26 +02:00
2022-12-31 13:32:19 +01:00
2022-06-27 13:17:04 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:04 +01:00
2022-06-27 13:17:04 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:04 +01:00
2022-06-27 13:17:04 +01:00
2022-06-27 13:17:35 +01:00
2022-06-06 13:09:03 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-06-10 13:32:17 +01:00
2022-12-31 13:32:59 +01:00
2022-06-10 13:32:18 +01:00
2022-08-17 13:00:55 +01:00
2022-06-24 16:21:35 +01:00
2023-05-17 11:53:55 +02:00
2022-06-24 16:21:57 +01:00
2022-06-24 16:21:32 +01:00
2022-06-24 16:21:35 +01:00
2023-05-17 11:53:55 +02:00
2022-06-17 18:37:59 +01:00
2022-08-17 13:00:55 +01:00
2022-06-17 18:37:59 +01:00
2022-06-27 13:17:05 +01:00
2022-06-27 13:17:05 +01:00
2022-06-27 13:17:05 +01:00
2022-06-27 13:17:05 +01:00
2022-10-13 13:01:32 +01:00
2022-10-13 13:01:32 +01:00
2022-06-27 13:17:05 +01:00
2022-10-19 13:39:33 +01:00
2022-10-19 13:39:33 +01:00
2022-06-27 13:17:05 +01:00
2022-10-19 13:39:33 +01:00
2023-05-17 11:53:55 +02:00
2023-05-17 11:53:55 +02:00
2023-05-17 11:53:55 +02:00
2022-11-04 12:24:53 +00:00
2022-06-27 13:17:05 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-09-12 10:50:42 +01:00
2022-09-12 10:50:42 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:05 +01:00
2022-06-27 13:17:05 +01:00
2022-06-27 13:17:05 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:05 +01:00
2022-06-27 13:17:05 +01:00
2022-12-31 13:33:07 +01:00
2022-11-04 12:24:54 +00:00
2022-08-16 12:46:26 +02:00
2023-05-30 14:03:18 +01:00
2022-08-17 13:00:55 +01:00
2023-05-30 14:03:18 +01:00
2023-05-30 14:03:18 +01:00
2022-10-19 16:37:01 +01:00
2022-10-13 13:01:31 +01:00
2023-01-18 11:58:15 +01:00
2022-11-10 19:43:43 +00:00
2022-07-07 17:16:19 +01:00
2022-06-27 13:17:37 +01:00
2022-08-25 14:17:33 +01:00
2022-06-27 13:17:06 +01:00
2022-06-27 13:17:06 +01:00
2022-08-15 01:19:57 +01:00
2022-08-23 22:54:30 +01:00
2022-08-15 01:19:57 +01:00
2022-09-23 17:54:18 +01:00
2023-06-09 10:34:10 +02:00
2022-06-27 13:17:07 +01:00
2022-06-27 13:17:08 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:08 +01:00
2022-06-27 13:17:38 +01:00
2022-09-08 11:39:43 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-09-14 10:39:27 +01:00
2022-10-31 13:20:00 +00:00
2022-08-25 18:00:00 +01:00
2022-10-31 13:19:59 +00:00
2022-08-08 20:44:42 +01:00
2022-10-31 13:20:01 +00:00
2022-07-08 11:52:42 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:09 +01:00
2023-02-14 19:11:49 +01:00
2022-08-16 12:46:26 +02:00
2022-09-20 19:08:24 +01:00
2022-06-27 13:17:10 +01:00
2022-11-24 13:19:02 +00:00
2023-03-10 09:33:22 +01:00
2022-08-17 13:00:29 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:11 +01:00
2022-06-27 13:17:11 +01:00
2022-08-15 01:19:45 +01:00
2022-06-27 13:17:11 +01:00
2022-08-16 12:46:26 +02:00
2022-08-10 14:52:05 +01:00
2022-08-16 12:46:26 +02:00
2022-09-21 10:28:16 +01:00
2022-06-27 13:17:40 +01:00
2022-06-27 13:17:12 +01:00
2022-06-27 13:17:12 +01:00
2022-08-15 01:20:01 +01:00
2022-06-27 13:17:13 +01:00
2022-06-27 13:17:13 +01:00
2022-09-23 13:56:02 +01:00
2023-06-28 11:12:37 +02:00
2023-05-17 11:53:55 +02:00
2023-05-17 11:53:55 +02:00
2022-10-03 16:30:42 +02:00
2022-10-03 16:30:42 +02:00
2022-06-27 13:17:41 +01:00
2022-06-27 13:17:14 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:14 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-10-10 13:01:09 +01:00
2022-10-10 13:01:11 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:14 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2023-01-18 11:58:24 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:14 +01:00
2022-11-09 19:19:49 +00:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-08-16 12:46:26 +02:00
2022-12-31 13:33:07 +01:00
2022-06-27 13:17:14 +01:00
2022-08-16 12:46:26 +02:00
2022-10-10 13:01:12 +01:00
2022-07-11 15:51:01 +01:00
2022-08-16 12:46:26 +02:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-06-27 13:17:14 +01:00
2022-09-05 13:09:39 +01:00
2023-06-14 11:15:30 +02:00
2023-06-14 11:15:30 +02:00
2022-06-27 13:17:42 +01:00