Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/
Dsoc-ops.c677 int snd_soc_bytes_put(struct snd_kcontrol *kcontrol, in snd_soc_bytes_put() function
758 EXPORT_SYMBOL_GPL(snd_soc_bytes_put);
Dsoc-topology.c144 snd_soc_bytes_put, snd_soc_bytes_info},
/linux-4.4.14/include/sound/
Dsoc.h284 .put = snd_soc_bytes_put, .private_value = \
291 .put = snd_soc_bytes_put, .private_value = \
623 int snd_soc_bytes_put(struct snd_kcontrol *kcontrol,
/linux-4.4.14/sound/soc/codecs/
Darizona.c2422 return snd_soc_bytes_put(kcontrol, ucontrol); in arizona_lhpf_coeff_put()