Home
last modified time | relevance | path

Searched refs:snd_pcm_running (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/sound/soc/atmel/
H A Datmel-pcm-dma.c61 if (snd_pcm_running(substream)) in atmel_pcm_dma_irq()
/openbmc/linux/sound/mips/
H A Dsnd-n64.c122 if (priv->chan.substream && snd_pcm_running(priv->chan.substream)) { in n64audio_isr()
130 if (priv->chan.substream && snd_pcm_running(priv->chan.substream)) in n64audio_isr()
/openbmc/linux/sound/sh/
H A Daica.c281 if (snd_pcm_running(dreamcastcard->substream)) in run_spu_dma()
294 if (!snd_pcm_running(substream)) in aica_period_elapsed()
/openbmc/linux/sound/soc/xtensa/
H A Dxtfpga-i2s.c163 tx_active = tx_substream && snd_pcm_running(tx_substream); in xtfpga_pcm_push_tx()
254 if (tx_substream && snd_pcm_running(tx_substream)) { in xtfpga_i2s_threaded_irq_handler()
/openbmc/linux/sound/soc/dwc/
H A Ddwc-pcm.c105 active = substream && snd_pcm_running(substream); in dw_pcm_transfer()
/openbmc/linux/sound/soc/ti/
H A Domap-hdmi.c54 snd_pcm_running(ad->current_stream)) { in hdmi_dai_abort()
/openbmc/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c255 …if (chip->pcm_substream == NULL || chip->pcm_substream->runtime == NULL || !snd_pcm_running(chip->… in pdacf_threaded_irq()
/openbmc/linux/sound/core/
H A Dpcm_native.c958 if (snd_pcm_running(substream)) { in snd_pcm_sw_params()
1022 if (snd_pcm_running(substream)) { in snd_pcm_status64()
1058 status->delay = snd_pcm_running(substream) ? in snd_pcm_status64()
1506 snd_pcm_running(substream)) { in snd_pcm_do_stop()
1576 if (substream->runtime && snd_pcm_running(substream)) in snd_pcm_stop_xrun()
1694 if (! snd_pcm_running(substream)) in snd_pcm_do_suspend()
1810 snd_pcm_running(substream)) in snd_pcm_undo_resume()
1944 if (snd_pcm_running(substream)) in snd_pcm_pre_prepare()
H A Dpcm_lib.c1715 if (snd_pcm_running(substream) && in snd_pcm_lib_ioctl_reset()
1841 if (!snd_pcm_running(substream) || in snd_pcm_period_elapsed_under_stream_lock()
H A Dpcm.c1114 if (snd_pcm_running(substream)) in snd_pcm_dev_disconnect()
/openbmc/linux/sound/i2c/other/
H A Dak4117.c507 if (snd_pcm_running(ak4117->substream)) { in snd_ak4117_check_rate_and_errors()
H A Dak4113.c601 if (snd_pcm_running(ak4113->substream)) { in snd_ak4113_check_rate_and_errors()
H A Dak4114.c591 if (snd_pcm_running(ak4114->capture_substream)) { in snd_ak4114_check_rate_and_errors()
/openbmc/linux/sound/soc/intel/keembay/
H A Dkmb_platform.c232 if (!substream || !snd_pcm_running(substream)) in kmb_pcm_operation()
/openbmc/linux/include/sound/
H A Dpcm.h679 static inline int snd_pcm_running(struct snd_pcm_substream *substream) in snd_pcm_running() function
/openbmc/linux/drivers/usb/gadget/function/
H A Du_audio.c188 if (!runtime || !snd_pcm_running(substream)) { in u_audio_iso_complete()
/openbmc/linux/sound/soc/sh/rcar/
H A Dcore.c245 return snd_pcm_running(io->substream); in rsnd_io_is_working()