1. 03 10月, 2011 1 次提交
    • J
      ASoC: omap-mcbsp: Prepare for init time DAI format setting · 4dd04172
      Jarkko Nikula 提交于
      Before commit 75d9ac46 ("ASoC: Allow DAI formats to be specified in the
      dai_link") expectation for omap-mcbsp was that snd_soc_dai_set_fmt is to be
      called first in machine hw_params callback before other CPU DAI functions.
      Thus it was enough that only omap_mcbsp_dai_set_dai_fmt cleared the
      mcbsp->regs structure.  [Note that this was pure convention, it's always
      been OK to set things on init -- broonie]
      
      Now this doesn't hold anymore since machine drivers can set the DAI format
      only once on init time and thus mcbsp->regs may get out of sync when other
      CPU DAI functions are modifying them dynamically with different values
      between the calls. Therefore clear the accessed mcbsp->regs bits and
      bitfields in other functions too.
      Signed-off-by: NJarkko Nikula <jarkko.nikula@bitmer.com>
      Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      4dd04172
  2. 30 9月, 2011 14 次提交
  3. 29 9月, 2011 3 次提交
  4. 28 9月, 2011 19 次提交
  5. 27 9月, 2011 3 次提交