mbox series

[v2,0/3] Tegra Specific fixes

Message ID 20200805095221.5476-1-mkumard@nvidia.com (mailing list archive)
Headers show
Series Tegra Specific fixes | expand

Message

Mohan Kumar Aug. 5, 2020, 9:52 a.m. UTC
This series proposes following fixes to Tegra HDA driver.
* Align the buffer to 128 bytes for Tegra.
* Add new behavior flag dma_stop_delay in hdac_bus structure.
* Add 100us as dma stop delay for Tegra.


Mohan Kumar (3):
  ASoC: hda/tegra: Set buffer alignment to 128 bytes
  ALSA: hda: Add dma stop delay variable
  ALSA: hda/tegra: Add 100us dma stop delay

 include/sound/hdaudio.h   | 3 +++
 sound/hda/hdac_stream.c   | 7 +++++++
 sound/pci/hda/hda_tegra.c | 3 +++
 3 files changed, 13 insertions(+)

Comments

Takashi Iwai Aug. 5, 2020, 10:29 a.m. UTC | #1
On Wed, 05 Aug 2020 11:52:18 +0200,
Mohan Kumar wrote:
> 
> This series proposes following fixes to Tegra HDA driver.
> * Align the buffer to 128 bytes for Tegra.
> * Add new behavior flag dma_stop_delay in hdac_bus structure.
> * Add 100us as dma stop delay for Tegra.
> 
> 
> Mohan Kumar (3):
>   ASoC: hda/tegra: Set buffer alignment to 128 bytes
>   ALSA: hda: Add dma stop delay variable
>   ALSA: hda/tegra: Add 100us dma stop delay

Thanks, applied now all three patches.


Takashi