Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/sound/
H A Drk817_codec.c93 {RK817_CODEC_DDAC_VOLL, 0x0a},
222 snd_soc_write(codec, RK817_CODEC_DDAC_VOLL, rk817->spk_volume); in rk817_playback_path_put()
242 snd_soc_write(codec, RK817_CODEC_DDAC_VOLL, rk817->hp_volume); in rk817_playback_path_put()
271 snd_soc_write(codec, RK817_CODEC_DDAC_VOLL, rk817->hp_volume); in rk817_playback_path_put()
H A Drk817_codec.h39 #define RK817_CODEC_DDAC_VOLL (RK817_CODEC_BASE + 0x31) macro