Home
last modified time | relevance | path

Searched refs:pre_path (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/sound/
H A Drk817_codec.c177 long int pre_path; in rk817_playback_path_put() local
184 pre_path = rk817->playback_path; in rk817_playback_path_put()
188 __func__, rk817->playback_path, pre_path); in rk817_playback_path_put()
197 if (pre_path == OFF) in rk817_playback_path_put()
229 if (pre_path == OFF) in rk817_playback_path_put()
249 if (pre_path == OFF) in rk817_playback_path_put()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk817_codec.c533 long pre_path, long target_path) in rk817_playback_path_config() argument
540 __func__, rk817->playback_path, pre_path); in rk817_playback_path_config()
558 if (pre_path != OFF && (pre_path != HP_PATH && in rk817_playback_path_config()
559 pre_path != HP_NO_MIC && pre_path != RING_HP && in rk817_playback_path_config()
560 pre_path != RING_HP_NO_MIC)) { in rk817_playback_path_config()
569 if (pre_path == OFF) in rk817_playback_path_config()
636 if (pre_path == OFF) in rk817_playback_path_config()
659 if (pre_path == OFF) in rk817_playback_path_config()
729 long pre_path, long target_path) in rk817_capture_path_config() argument
736 rk817->capture_path, pre_path); in rk817_capture_path_config()
[all …]
H A Drk312x_codec.c665 long int pre_path; in rk312x_playback_path_put() local
678 pre_path = rk312x_priv->playback_path; in rk312x_playback_path_put()
686 if (pre_path != OFF) in rk312x_playback_path_put()
693 if (pre_path == OFF) { in rk312x_playback_path_put()
705 if (pre_path == OFF) { in rk312x_playback_path_put()
717 if (pre_path == OFF) { in rk312x_playback_path_put()
751 long int pre_path; in rk312x_capture_path_put() local
761 pre_path = rk312x_priv->capture_path; in rk312x_capture_path_put()
769 if (pre_path != MIC_OFF) in rk312x_capture_path_put()
773 if (pre_path == MIC_OFF) { in rk312x_capture_path_put()
[all …]