lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 31 Oct 2022 18:28:46 +0000
From:   Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To:     Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Cc:     stable@...r.kernel.org
Subject: Re: [PATCH] slimbus: stream: correct presence rate frequencies



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@...r.kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.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,

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ