Home
last modified time | relevance | path

Searched refs:snd_pcm_stream_lock_irqsave (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-alsa-pcm.c162 snd_pcm_stream_lock_irqsave(substream, flags); in cobalt_alsa_announce_pcm_data()
346 snd_pcm_stream_lock_irqsave(substream, flags); in cobalt_alsa_pb_pcm_data()
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-audio.c140 snd_pcm_stream_lock_irqsave(substream, flags); in cx231xx_audio_isocirq()
227 snd_pcm_stream_lock_irqsave(substream, flags); in cx231xx_audio_bulkirq()
/openbmc/linux/drivers/media/usb/usbtv/
H A Dusbtv-audio.c159 snd_pcm_stream_lock_irqsave(substream, flags); in usbtv_audio_urb_received()
/openbmc/linux/sound/i2c/other/
H A Dak4117.c506 snd_pcm_stream_lock_irqsave(ak4117->substream, _flags); in snd_ak4117_check_rate_and_errors()
H A Dak4113.c600 snd_pcm_stream_lock_irqsave(ak4113->substream, _flags); in snd_ak4113_check_rate_and_errors()
H A Dak4114.c590 snd_pcm_stream_lock_irqsave(ak4114->capture_substream, _flags); in snd_ak4114_check_rate_and_errors()
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-audio.c129 snd_pcm_stream_lock_irqsave(substream, flags); in em28xx_audio_isocirq()
/openbmc/linux/sound/core/
H A Dpcm_lib.c1714 snd_pcm_stream_lock_irqsave(substream, flags); in snd_pcm_lib_ioctl_reset()
1873 snd_pcm_stream_lock_irqsave(substream, flags); in snd_pcm_period_elapsed()
H A Dpcm_native.c1575 snd_pcm_stream_lock_irqsave(substream, flags); in snd_pcm_stop_xrun()
1733 snd_pcm_stream_lock_irqsave(substream, flags); in snd_pcm_suspend()
/openbmc/linux/include/sound/
H A Dpcm.h633 #define snd_pcm_stream_lock_irqsave(substream, flags) \ macro