Home
last modified time | relevance | path

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

/sound/pci/ice1712/
Dice1712.h288 int (*stream_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol); member
Ddelta.c661 ice->spdif.ops.stream_put = delta_spdif_stream_put; in snd_ice1712_delta_init()
Dews.c533 ice->spdif.ops.stream_put = ews88_spdif_stream_put; in snd_ice1712_ews_init()
Dice1712.c1760 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()