alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] slimbus: stream: correct presence rate frequencies
@ 2022-09-29 16:52 Krzysztof Kozlowski
  2022-10-31 18:28 ` Srinivas Kandagatla
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-29 16:52 UTC (permalink / raw)
  To: Srinivas Kandagatla, Greg Kroah-Hartman, alsa-devel, linux-kernel
  Cc: Krzysztof Kozlowski, stable

Correct few frequencies in presence rate table - multiplied by 10
(110250 instead of 11025 Hz).

Fixes: abb9c9b8b51b ("slimbus: stream: add stream support")
Cc: <stable@vger.kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 drivers/slimbus/stream.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/slimbus/stream.c b/drivers/slimbus/stream.c
index f7da72ab504c..a476fa6549cc 100644
--- a/drivers/slimbus/stream.c
+++ b/drivers/slimbus/stream.c
@@ -67,10 +67,10 @@ static const int slim_presence_rate_table[] = {
 	384000,
 	768000,
 	0, /* Reserved */
-	110250,
-	220500,
-	441000,
-	882000,
+	11025,
+	22050,
+	44100,
+	88200,
 	176400,
 	352800,
 	705600,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] slimbus: stream: correct presence rate frequencies
  2022-09-29 16:52 [PATCH] slimbus: stream: correct presence rate frequencies Krzysztof Kozlowski
@ 2022-10-31 18:28 ` Srinivas Kandagatla
  0 siblings, 0 replies; 2+ messages in thread
From: Srinivas Kandagatla @ 2022-10-31 18:28 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Greg Kroah-Hartman, alsa-devel, linux-kernel; +Cc: stable



On 29/09/2022 17:52, Krzysztof Kozlowski wrote:
> Correct few frequencies in presence rate table - multiplied by 10
> (110250 instead of 11025 Hz).
> 
Good catch,

Applied thanks,
-srini
> Fixes: abb9c9b8b51b ("slimbus: stream: add stream support")
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   drivers/slimbus/stream.c | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/slimbus/stream.c b/drivers/slimbus/stream.c
> index f7da72ab504c..a476fa6549cc 100644
> --- a/drivers/slimbus/stream.c
> +++ b/drivers/slimbus/stream.c
> @@ -67,10 +67,10 @@ static const int slim_presence_rate_table[] = {
>   	384000,
>   	768000,
>   	0, /* Reserved */
> -	110250,
> -	220500,
> -	441000,
> -	882000,
> +	11025,
> +	22050,
> +	44100,
> +	88200,
>   	176400,
>   	352800,
>   	705600,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-31 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29 16:52 [PATCH] slimbus: stream: correct presence rate frequencies Krzysztof Kozlowski
2022-10-31 18:28 ` Srinivas Kandagatla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).