Home
last modified time | relevance | path

Searched refs:HPOUTL_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.h177 #define HPOUTL_UNMUTE (0x1 << 5) macro
H A Drk3228_codec.c125 val = HPOUTL_UNMUTE | HPOUTR_UNMUTE; in rk3228_digital_mute()
190 HPOUTL_UNMUTE | HPOUTR_UNMUTE },
H A Drk3228_codec.h184 #define HPOUTL_UNMUTE BIT(5) macro