Home
last modified time | relevance | path

Searched refs:HPOUTR_UNMUTE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3328_codec.c119 val = HPOUTL_UNMUTE | HPOUTR_UNMUTE; in rk3328_mute_stream()
179 HPOUTL_UNMUTE | HPOUTR_UNMUTE },
H A Drk3328_codec.h186 #define HPOUTR_UNMUTE (0x1 << 2) macro
H A Drk3228_codec.c125 val = HPOUTL_UNMUTE | HPOUTR_UNMUTE; in rk3228_digital_mute()
190 HPOUTL_UNMUTE | HPOUTR_UNMUTE },
H A Drk3228_codec.h193 #define HPOUTR_UNMUTE BIT(2) macro