Home
last modified time | relevance | path

Searched refs:dma_stop_delay (Results 1 – 5 of 5) sorted by relevance

/linux/sound/hda/controllers/
H A Dacpi.c101 bus->dma_stop_delay = 100; in hda_acpi_init()
H A Dcix-ipbloq.c220 chip->bus.core.dma_stop_delay = 100; in cix_ipbloq_hda_create()
H A Dtegra.c292 bus->dma_stop_delay = 100; in hda_tegra_first_init()
/linux/sound/hda/core/
H A Dstream.c238 if (azx_dev->bus->dma_stop_delay && dma_run_state) in snd_hdac_stream_reset()
239 udelay(azx_dev->bus->dma_stop_delay); in snd_hdac_stream_reset()
/linux/include/sound/
H A Dhdaudio.h361 unsigned int dma_stop_delay; member