[Sound-open-firmware] [PATCH] Fix the referencing out of bounds clock
Seppo Ingalsuo
seppo.ingalsuo at linux.intel.com
Tue Feb 20 09:56:24 CET 2018
Hi Tomasz,
On 19.02.2018 16:45, Tomasz Lauda wrote:
> ---
> src/platform/cannonlake/clk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/platform/cannonlake/clk.c b/src/platform/cannonlake/clk.c
> index bcce20d..3a16c1a 100644
> --- a/src/platform/cannonlake/clk.c
> +++ b/src/platform/cannonlake/clk.c
> @@ -75,7 +75,7 @@ static const struct freq_table ssp_freq[] = {
> {25000000, 25,}, /* default */
> };
>
> -#define CPU_DEFAULT_IDX 2
> +#define CPU_DEFAULT_IDX 1
> #define SSP_DEFAULT_IDX 1
>
> static inline uint32_t get_freq(const struct freq_table *table, int size,
I'm not a maintainer, but I think you should signoff your patches to get
them applied. You get the credit for your contribution via those!
Thanks,
Seppo
More information about the Sound-open-firmware
mailing list