Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Daudio_int.h57 typedef struct SWVoiceCap SWVoiceCap; typedef
80 QLIST_HEAD (sw_cap_listhead, SWVoiceCap) cap_head;
213 struct SWVoiceCap { struct
216 QLIST_ENTRY (SWVoiceCap) entries; argument
H A Daudio.c440 SWVoiceCap *sc = hw->cap_head.lh_first; in audio_detach_capture()
443 SWVoiceCap *sc1 = sc->entries.le_next; in audio_detach_capture()
473 SWVoiceCap *sc; in audio_attach_capture()
923 SWVoiceCap *sc; in AUD_set_active_out()
1060 SWVoiceCap *sc; in audio_capture_mix_and_clear()
1202 SWVoiceCap *sc; in audio_run_out()
1618 SWVoiceCap *sc; in free_audio_state()
1921 SWVoiceCap *sc = (SWVoiceCap *) sw; in AUD_del_capture()