Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/ice1712/
Dice1712.h278 int (*stream_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol); member
Ddelta.c703 ice->spdif.ops.stream_put = delta_spdif_stream_put; in snd_ice1712_delta_init()
Dews.c525 ice->spdif.ops.stream_put = ews88_spdif_stream_put; in snd_ice1712_ews_init()
Dice1712.c1700 if (ice->spdif.ops.stream_put) in snd_ice1712_spdif_stream_put()
1701 return ice->spdif.ops.stream_put(ice, ucontrol); in snd_ice1712_spdif_stream_put()