Home
last modified time | relevance | path

Searched refs:hpf_cutoff (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drv1106_codec.c101 unsigned int hpf_cutoff; member
765 rv1106->hpf_cutoff = 1; in rv1106_codec_hpf_get()
767 rv1106->hpf_cutoff = 0; in rv1106_codec_hpf_get()
769 ucontrol->value.integer.value[0] = rv1106->hpf_cutoff; in rv1106_codec_hpf_get()
793 rv1106->hpf_cutoff = value; in rv1106_codec_hpf_put()
1777 rv1106->hpf_cutoff = 0; in rv1106_codec_dapm_controls_prepare()
H A Drk3308_codec.c202 unsigned int hpf_cutoff[ADC_LR_GROUP_MAX]; member
803 rk3308->hpf_cutoff[e->reg] = 0; in rk3308_codec_hpf_get()
805 rk3308->hpf_cutoff[e->reg] = 1; in rk3308_codec_hpf_get()
807 ucontrol->value.integer.value[0] = rk3308->hpf_cutoff[e->reg]; in rk3308_codec_hpf_get()
838 rk3308->hpf_cutoff[e->reg] = value; in rk3308_codec_hpf_put()
3699 rk3308->hpf_cutoff[grp] = 0; in rk3308_codec_dapm_controls_prepare()