Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk817_codec.c89 long int capture_path; member
562 if (rk817->capture_path == 0) in rk817_playback_path_config()
733 rk817->capture_path = target_path; in rk817_capture_path_config()
736 rk817->capture_path, pre_path); in rk817_capture_path_config()
739 if (rk817->capture_path != MIC_OFF) { in rk817_capture_path_config()
752 switch (rk817->capture_path) { in rk817_capture_path_config()
846 rk817->capture_path); in rk817_capture_path_get()
848 ucontrol->value.integer.value[0] = rk817->capture_path; in rk817_capture_path_get()
859 if (rk817->capture_path == ucontrol->value.integer.value[0]) { in rk817_capture_path_put()
865 return rk817_capture_path_config(component, rk817->capture_path, in rk817_capture_path_put()
[all …]
H A Drk312x_codec.c115 long int capture_path; member
743 ucontrol->value.integer.value[0] = rk312x_priv->capture_path; in rk312x_capture_path_get()
758 if (rk312x_priv->capture_path == ucontrol->value.integer.value[0]) in rk312x_capture_path_put()
761 pre_path = rk312x_priv->capture_path; in rk312x_capture_path_put()
762 rk312x_priv->capture_path = ucontrol->value.integer.value[0]; in rk312x_capture_path_put()
765 rk312x_priv->capture_path); in rk312x_capture_path_put()
767 switch (rk312x_priv->capture_path) { in rk312x_capture_path_put()