Home
last modified time | relevance | path

Searched refs:stream_get (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/sound/xen/
H A Dxen_snd_front_alsa.c237 stream_get(struct snd_pcm_substream *substream) in stream_get() function
352 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_open()
428 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_close()
459 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_hw_params()
499 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_hw_free()
509 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_prepare()
543 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_trigger()
574 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in xen_snd_front_alsa_handle_cur_pos()
595 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_pointer()
604 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_pb_copy()
[all …]
/linux-6.15/sound/pci/ice1712/
H A Dice1712.h277 void (*stream_get)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol); member
H A Ddelta.c702 ice->spdif.ops.stream_get = delta_spdif_stream_get; in snd_ice1712_delta_init()
H A Dews.c524 ice->spdif.ops.stream_get = ews88_spdif_stream_get; in snd_ice1712_ews_init()
H A Dice1712.c1691 if (ice->spdif.ops.stream_get) in snd_ice1712_spdif_stream_get()
1692 ice->spdif.ops.stream_get(ice, ucontrol); in snd_ice1712_spdif_stream_get()