Home
last modified time | relevance | path

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

/openbmc/linux/sound/xen/
H A Dxen_snd_front_alsa.c242 stream_get(struct snd_pcm_substream *substream) in stream_get() function
357 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_open()
433 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_close()
464 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_hw_params()
504 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_hw_free()
514 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_prepare()
548 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_trigger()
579 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in xen_snd_front_alsa_handle_cur_pos()
600 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_pointer()
609 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_pb_copy()
[all …]
/openbmc/linux/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()