Skip to content
  1. Feb 18, 2021
  2. Feb 16, 2021
    • Kai Vehmanen's avatar
      ASoC: soc-pcm: fix hwparams min/max init for dpcm · 140f553d
      Kai Vehmanen authored
      When runtime is initialized with dpcm_init_runtime_hw(), some of the
      min/max calculations assume that defaults are set. For example
      calculation of channel min/max values may be done using zero-initialized
      data and soc_pcm_hw_update_chan() will always return max-channels of 0
      in this case. This will result in failure to open the PCM at all.
      
      Fix the issue by calling soc_pcm_hw_init() before calling any
      soc_pcm_hw_update_*() functions.
      
      Remove the conditional code on runtime->hw.formats as this field
      is anyways set in soc_pcm_hw_init().
      
      Fixes: 6cb56a45
      
       ("ASoC: soc-pcm: add soc_pcm_hw_update_chan()")
      Reported-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
      Signed-off-by: default avatarKai Vehmanen <kai.vehmanen@linux.intel.com>
      Link: https://lore.kernel.org/r/20210214220414.2876690-1-kai.vehmanen@linux.intel.com
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      140f553d
  3. Feb 15, 2021
  4. Feb 14, 2021
  5. Feb 12, 2021
  6. Feb 11, 2021