Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk817_codec.c456 static int rk817_codec_power_down(struct snd_soc_component *component, int type) in rk817_codec_power_down() function
561 rk817_codec_power_down(component, RK817_CODEC_PLAYBACK); in rk817_playback_path_config()
563 rk817_codec_power_down(component, RK817_CODEC_ALL); in rk817_playback_path_config()
755 rk817_codec_power_down(component, RK817_CODEC_CAPTURE); in rk817_capture_path_config()
757 rk817_codec_power_down(component, RK817_CODEC_ALL); in rk817_capture_path_config()
1200 rk817_codec_power_down(component, RK817_CODEC_ALL); in rk817_suspend()
1265 rk817_codec_power_down(component, RK817_CODEC_ALL); in rk817_remove()
1465 rk817_codec_power_down(rk817->component, RK817_CODEC_ALL); in rk817_platform_shutdown()
/OK3568_Linux_fs/u-boot/drivers/sound/
H A Drk817_codec.c135 static int rk817_codec_power_down(struct rk817_codec_priv *rk817, int type) in rk817_codec_power_down() function
192 rk817_codec_power_down(rk817, RK817_CODEC_PLAYBACK); in rk817_playback_path_put()