stream_put        701 sound/pci/ice1712/delta.c 		ice->spdif.ops.stream_put = delta_spdif_stream_put;
stream_put        521 sound/pci/ice1712/ews.c 		ice->spdif.ops.stream_put = ews88_spdif_stream_put;
stream_put       1734 sound/pci/ice1712/ice1712.c 	if (ice->spdif.ops.stream_put)
stream_put       1735 sound/pci/ice1712/ice1712.c 		return ice->spdif.ops.stream_put(ice, ucontrol);
stream_put        278 sound/pci/ice1712/ice1712.h 		int (*stream_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);