Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dlm4549.c104 s->voice_is_active = 1; in lm4549_audio_transfer()
139 s->voice_is_active = 0; in lm4549_audio_out_callback()
254 DPRINTF("post_load voice_is_active = %i\n", s->voice_is_active); in lm4549_post_load()
272 if (s->voice_is_active == 1) { in lm4549_post_load()
313 s->voice_is_active = 0; in lm4549_init()
333 VMSTATE_UINT32(voice_is_active, lm4549_state),
H A Dlm4549.h26 uint32_t voice_is_active; member