1. 11 9月, 2018 1 次提交
    • A
      ASoC: AMD: Fix simultaneous playback and capture on different channel · 8dcb0c90
      Akshu Agrawal 提交于
      If capture and playback are started on different channel (I2S/BT)
      there is a possibilty that channel information passed from machine driver
      is overwritten before the configuration is done in dma driver.
      Example:
      113.597588: cz_max_startup: ---playback sets BT channel
      113.597694: cz_dmic1_startup: ---capture sets I2S channel
      113.597979: acp_dma_hw_params: ---configures capture for I2S channel
      113.598114: acp_dma_hw_params: ---configures playback for I2S channel
      
      This is fixed by having 2 separate instance for playback and capture.
      Signed-off-by: NAkshu Agrawal <akshu.agrawal@amd.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      8dcb0c90
  2. 10 9月, 2018 14 次提交
  3. 08 9月, 2018 1 次提交
  4. 07 9月, 2018 2 次提交
  5. 06 9月, 2018 10 次提交
  6. 04 9月, 2018 3 次提交
  7. 03 9月, 2018 9 次提交