Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Daudio_int.h65 typedef struct SWVoiceCap SWVoiceCap;
88 QLIST_HEAD (sw_cap_listhead, SWVoiceCap) cap_head;
238 struct SWVoiceCap {
241 QLIST_ENTRY (SWVoiceCap) entries;
57 typedef struct SWVoiceCap SWVoiceCap; global() typedef
213 struct SWVoiceCap { global() struct
216 capSWVoiceCap global() argument
H A Daudio.c435 SWVoiceCap *sc = hw->cap_head.lh_first; in audio_recalc_and_notify_capture()
438 SWVoiceCap *sc1 = sc->entries.le_next; in audio_detach_capture()
468 SWVoiceCap *sc; in audio_attach_capture()
926 SWVoiceCap *sc; in AUD_set_active_out()
1063 SWVoiceCap *sc; in audio_capture_mix_and_clear()
1205 SWVoiceCap *sc; in audio_run_out()
1638 SWVoiceCap *sc; in free_audio_state()
1918 SWVoiceCap *sc = (SWVoiceCap *) sw; in AUD_del_capture()