slimbus: stream: correct presence rate frequencies
commit b9c1939627f8185dec8ba6d741e9573a4c7a5834 upstream.
Correct few frequencies in presence rate table - multiplied by 10
(110250 instead of 11025 Hz).
Fixes: abb9c9b8b5
("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>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
15155f7c0e
commit
8cbaf4ed53
@@ -67,10 +67,10 @@ static const int slim_presence_rate_table[] = {
|
|||||||
384000,
|
384000,
|
||||||
768000,
|
768000,
|
||||||
0, /* Reserved */
|
0, /* Reserved */
|
||||||
110250,
|
11025,
|
||||||
220500,
|
22050,
|
||||||
441000,
|
44100,
|
||||||
882000,
|
88200,
|
||||||
176400,
|
176400,
|
||||||
352800,
|
352800,
|
||||||
705600,
|
705600,
|
||||||
|
Reference in New Issue
Block a user