Searched refs:stream_put (Results 1 – 4 of 4) sorted by relevance
278 int (*stream_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol); member
703 ice->spdif.ops.stream_put = delta_spdif_stream_put; in snd_ice1712_delta_init()
525 ice->spdif.ops.stream_put = ews88_spdif_stream_put; in snd_ice1712_ews_init()
1700 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()