Searched hist:d1730c3dd90bfac6dffc29b1575837d45edca8cc (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-pcm.c | diff d1730c3dd90bfac6dffc29b1575837d45edca8cc Mon Oct 26 19:22:53 CDT 2015 Jeeja KP <jeeja.kp@intel.com> ASoC: Intel: Skylake: Fix DSP pipe underrun/overrun issue
While rigourous testing of SKL drivers, we noticed underuns and overuns and on debug realized that we need to change driver handling of FE pipe startup and shutdown
We need to start DMA and then run pipe together and not split these up. Similarly while stopping we should stop pipe and then DMA in a sequence.
Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | skl-topology.c | diff d1730c3dd90bfac6dffc29b1575837d45edca8cc Mon Oct 26 19:22:53 CDT 2015 Jeeja KP <jeeja.kp@intel.com> ASoC: Intel: Skylake: Fix DSP pipe underrun/overrun issue
While rigourous testing of SKL drivers, we noticed underuns and overuns and on debug realized that we need to change driver handling of FE pipe startup and shutdown
We need to start DMA and then run pipe together and not split these up. Similarly while stopping we should stop pipe and then DMA in a sequence.
Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|