Symbol: snd_pcm_running
drivers/usb/gadget/function/u_audio.c
188
if (!runtime || !snd_pcm_running(substream)) {
sound/core/pcm.c
1101
if (snd_pcm_running(substream))
sound/core/pcm_lib.c
1769
if (snd_pcm_running(substream) &&
sound/core/pcm_lib.c
1908
if (!snd_pcm_running(substream) ||
sound/core/pcm_native.c
1060
if (snd_pcm_running(substream)) {
sound/core/pcm_native.c
1096
status->delay = snd_pcm_running(substream) ?
sound/core/pcm_native.c
1534
snd_pcm_running(substream)) {
sound/core/pcm_native.c
1602
if (substream->runtime && snd_pcm_running(substream))
sound/core/pcm_native.c
1719
if (! snd_pcm_running(substream))
sound/core/pcm_native.c
1832
snd_pcm_running(substream))
sound/core/pcm_native.c
1959
if (snd_pcm_running(substream))
sound/core/pcm_native.c
996
if (snd_pcm_running(substream)) {
sound/i2c/other/ak4113.c
599
if (snd_pcm_running(ak4113->substream)) {
sound/i2c/other/ak4114.c
579
if (snd_pcm_running(ak4114->capture_substream)) {
sound/i2c/other/ak4117.c
493
if (snd_pcm_running(ak4117->substream)) {
sound/mips/snd-n64.c
119
if (priv->chan.substream && snd_pcm_running(priv->chan.substream)) {
sound/mips/snd-n64.c
125
if (priv->chan.substream && snd_pcm_running(priv->chan.substream))
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
255
if (chip->pcm_substream == NULL || chip->pcm_substream->runtime == NULL || !snd_pcm_running(chip->pcm_substream))
sound/sh/aica.c
280
if (snd_pcm_running(dreamcastcard->substream))
sound/sh/aica.c
293
if (!snd_pcm_running(substream))
sound/soc/atmel/atmel-pcm-dma.c
61
if (snd_pcm_running(substream))
sound/soc/dwc/dwc-pcm.c
105
active = substream && snd_pcm_running(substream);
sound/soc/intel/keembay/kmb_platform.c
231
if (!substream || !snd_pcm_running(substream))
sound/soc/renesas/rcar/core.c
246
return snd_pcm_running(io->substream);
sound/soc/ti/omap-hdmi.c
54
snd_pcm_running(ad->current_stream)) {
sound/soc/xtensa/xtfpga-i2s.c
163
tx_active = tx_substream && snd_pcm_running(tx_substream);
sound/soc/xtensa/xtfpga-i2s.c
254
if (tx_substream && snd_pcm_running(tx_substream)) {