Lines Matching refs:capture_path
89 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()
1209 if (rk817->capture_path != MIC_OFF) in rk817_resume()
1210 rk817_capture_path_config(component, OFF, rk817->capture_path); in rk817_resume()
1234 rk817->capture_path = MIC_OFF; in rk817_probe()