]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
slimbus: stream: correct presence rate frequencies
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 29 Sep 2022 16:52:02 +0000 (18:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Dec 2022 12:59:30 +0000 (13:59 +0100)
commit b9c1939627f8185dec8ba6d741e9573a4c7a5834 upstream.

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>
Link: https://lore.kernel.org/r/20220929165202.410937-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit b3c6edbee48e5834cfeea337b2bcc2fdcc9a6129)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
drivers/slimbus/stream.c

index 75f87b3d8b9538a2f5293deb4270aae350d04721..73a2aa362957206c29d0c2afa50fe71275ebca61 100644 (file)
@@ -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,