Home
last modified time | relevance | path

Searched refs:snd_pcm_stream_lock (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/pci/cx18/
H A Dcx18-alsa-pcm.c112 snd_pcm_stream_lock(substream); in cx18_alsa_announce_pcm_data()
/linux/drivers/media/pci/ivtv/
H A Divtv-alsa-pcm.c109 snd_pcm_stream_lock(substream); in ivtv_alsa_announce_pcm_data()
/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-pcm.c62 snd_pcm_stream_lock(substream); in bcm2835_playback_fifo()
/linux/sound/soc/sti/
H A Duniperif_reader.c53 snd_pcm_stream_lock(reader->substream); in uni_reader_irq_handler()
H A Duniperif_player.c72 snd_pcm_stream_lock(player->substream); in uni_player_irq_handler()
/linux/include/sound/
H A Dpcm.h637 void snd_pcm_stream_lock(struct snd_pcm_substream *substream);
649 * This locks the PCM stream like snd_pcm_stream_lock() but with the local
651 * as snd_pcm_stream_lock().
677 snd_pcm_stream_lock(_T->lock),
/linux/sound/soc/intel/avs/
H A Dipc.c127 snd_pcm_stream_lock(substream); in avs_dsp_recovery()
/linux/sound/core/
H A Dpcm_native.c102 * snd_pcm_stream_lock - Lock the PCM stream
109 void snd_pcm_stream_lock(struct snd_pcm_substream *substream) in snd_pcm_stream_lock() function
113 EXPORT_SYMBOL_GPL(snd_pcm_stream_lock);
119 * This unlocks the PCM stream that has been locked via snd_pcm_stream_lock().
131 * This locks the PCM stream like snd_pcm_stream_lock() and disables the local
133 * as snd_pcm_stream_lock().
1363 snd_pcm_stream_lock(substream); in snd_pcm_stream_group_ref()
/linux/drivers/usb/gadget/function/
H A Du_audio.c185 snd_pcm_stream_lock(substream); in u_audio_iso_complete()