Skip to content

Commit b9c1939

Browse files
krzkgregkh
authored andcommitted
slimbus: stream: correct presence rate frequencies
Correct few frequencies in presence rate table - multiplied by 10 (110250 instead of 11025 Hz). Fixes: abb9c9b ("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>
1 parent 1aeb122 commit b9c1939

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/slimbus/stream.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ static const int slim_presence_rate_table[] = {
6767
384000,
6868
768000,
6969
0, /* Reserved */
70-
110250,
71-
220500,
72-
441000,
73-
882000,
70+
11025,
71+
22050,
72+
44100,
73+
88200,
7474
176400,
7575
352800,
7676
705600,

0 commit comments

Comments
 (0)