Lines Matching refs:playback_path
88 long int playback_path; member
537 rk817->playback_path = target_path; in rk817_playback_path_config()
540 __func__, rk817->playback_path, pre_path); in rk817_playback_path_config()
543 if (rk817->playback_path != OFF) { in rk817_playback_path_config()
556 switch (rk817->playback_path) { in rk817_playback_path_config()
705 DBG("%s : playback_path %ld\n", __func__, rk817->playback_path); in rk817_playback_path_get()
707 ucontrol->value.integer.value[0] = rk817->playback_path; in rk817_playback_path_get()
718 if (rk817->playback_path == ucontrol->value.integer.value[0]) { in rk817_playback_path_put()
724 return rk817_playback_path_config(component, rk817->playback_path, in rk817_playback_path_put()
756 if (rk817->playback_path == OFF) in rk817_capture_path_config()
1064 switch (rk817->playback_path) { in rk817_digital_mute()
1211 if (rk817->playback_path != OFF) in rk817_resume()
1212 rk817_playback_path_config(component, OFF, rk817->playback_path); in rk817_resume()
1233 rk817->playback_path = OFF; in rk817_probe()