Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/sound/
H A Drk817_codec.c94 {RK817_CODEC_DDAC_VOLR, 0x0a},
223 snd_soc_write(codec, RK817_CODEC_DDAC_VOLR, rk817->spk_volume); in rk817_playback_path_put()
243 snd_soc_write(codec, RK817_CODEC_DDAC_VOLR, rk817->hp_volume); in rk817_playback_path_put()
272 snd_soc_write(codec, RK817_CODEC_DDAC_VOLR, rk817->hp_volume); in rk817_playback_path_put()
H A Drk817_codec.h40 #define RK817_CODEC_DDAC_VOLR (RK817_CODEC_BASE + 0x32) macro