Searched refs:default_put (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dice1712.h285 int (*default_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol); member in struct:snd_ice1712_spdif::snd_ice1712_spdif_ops
H A Ddelta.c607 ice->spdif.ops.default_put = delta_spdif_default_put;
H A Dews.c532 ice->spdif.ops.default_put = ews88_spdif_default_put;
H A Dice1712.c1674 if (ice->spdif.ops.default_put)
1675 return ice->spdif.ops.default_put(ice, ucontrol);

Completed in 86 milliseconds