Home
last modified time | relevance | path

Searched refs:stream_put (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/sound/pci/ice1712/
Dice1712.h278 int (*stream_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol); member
Ddelta.c701 ice->spdif.ops.stream_put = delta_spdif_stream_put; in snd_ice1712_delta_init()
Dews.c521 ice->spdif.ops.stream_put = ews88_spdif_stream_put; in snd_ice1712_ews_init()
Dice1712.c1706 if (ice->spdif.ops.stream_put) in snd_ice1712_spdif_stream_put()
1707 return ice->spdif.ops.stream_put(ice, ucontrol); in snd_ice1712_spdif_stream_put()