Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw883xx.c669 if (aw883xx->allow_pw == false) { in aw883xx_start_pa()
711 if (aw883xx->allow_pw == false) { in aw883xx_start()
1067 ucontrol->value.integer.value[0] = aw883xx->allow_pw; in aw883xx_switch_get()
1082 if (ucontrol->value.integer.value[0] == aw883xx->allow_pw) { in aw883xx_switch_set()
1092 aw883xx->allow_pw = false; in aw883xx_switch_set()
1097 aw883xx->allow_pw = true; in aw883xx_switch_set()
1104 aw883xx->allow_pw = true; in aw883xx_switch_set()
1106 aw883xx->allow_pw = false; in aw883xx_switch_set()
1556 aw883xx->allow_pw = true; in aw883xx_malloc_init()
H A Daw883xx.h159 uint32_t allow_pw; member