Searched refs:stream_put (Results 1 – 4 of 4) sorted by relevance
288 int (*stream_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol); member
661 ice->spdif.ops.stream_put = delta_spdif_stream_put; in snd_ice1712_delta_init()
533 ice->spdif.ops.stream_put = ews88_spdif_stream_put; in snd_ice1712_ews_init()
1760 if (ice->spdif.ops.stream_put) in snd_ice1712_spdif_stream_put()1761 return ice->spdif.ops.stream_put(ice, ucontrol); in snd_ice1712_spdif_stream_put()