Searched refs:snd_pcm_stream_unlock_irqrestore (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-alsa-pcm.c | 191 snd_pcm_stream_unlock_irqrestore(substream, flags); in cobalt_alsa_announce_pcm_data() 411 snd_pcm_stream_unlock_irqrestore(substream, flags); in cobalt_alsa_pb_pcm_data()
|
/linux-4.4.14/sound/i2c/other/ |
D | ak4117.c | 528 snd_pcm_stream_unlock_irqrestore(ak4117->substream, _flags); in snd_ak4117_check_rate_and_errors()
|
D | ak4113.c | 626 snd_pcm_stream_unlock_irqrestore(ak4113->substream, _flags); in snd_ak4113_check_rate_and_errors()
|
D | ak4114.c | 612 snd_pcm_stream_unlock_irqrestore(ak4114->capture_substream, _flags); in snd_ak4114_check_rate_and_errors()
|
/linux-4.4.14/sound/core/ |
D | pcm_native.c | 174 void snd_pcm_stream_unlock_irqrestore(struct snd_pcm_substream *substream, in snd_pcm_stream_unlock_irqrestore() function 181 EXPORT_SYMBOL_GPL(snd_pcm_stream_unlock_irqrestore); 1176 snd_pcm_stream_unlock_irqrestore(substream, flags); in snd_pcm_stop_xrun() 1313 snd_pcm_stream_unlock_irqrestore(substream, flags); in snd_pcm_suspend()
|
D | pcm_lib.c | 1772 snd_pcm_stream_unlock_irqrestore(substream, flags); in snd_pcm_lib_ioctl_reset() 1889 snd_pcm_stream_unlock_irqrestore(substream, flags); in snd_pcm_period_elapsed()
|
/linux-4.4.14/include/sound/ |
D | pcm.h | 630 void snd_pcm_stream_unlock_irqrestore(struct snd_pcm_substream *substream,
|