mbox series

[v2,0/2] ASoC: Intel: Skylake: Fixes for skl_get_ssp_clks()

Message ID 20220630065638.11183-1-peter.ujfalusi@linux.intel.com
Headers show
Series ASoC: Intel: Skylake: Fixes for skl_get_ssp_clks() | expand

Message

Peter Ujfalusi June 30, 2022, 6:56 a.m. UTC
Hi,

Changes since v1:
- drop reference to a might never happening patch from the commit message of
  patch 2.

Cover letter:
while looking at long standing sparse reports regarding to arrays of flexible
structures (arrays of flexible arrays of flexible structures, really).

I came across these which did not looked right.
The skl_get_ssp_clks() as some issues and can work under only strict single
condition.

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: Intel: Skylake: Correct the ssp rate discovery in
    skl_get_ssp_clks()
  ASoC: Intel: Skylake: Correct the handling of fmt_config flexible
    array

 sound/soc/intel/skylake/skl-nhlt.c | 40 ++++++++++++++++++++----------
 1 file changed, 27 insertions(+), 13 deletions(-)