Home
last modified time | relevance | path

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

/external/qemu/audio/
Daudio.c901 HWVoiceOut *hw_cap = &cap->hw; in audio_attach_capture() local
912 sw->hw = hw_cap; in audio_attach_capture()
917 sw->ratio = ((int64_t) hw_cap->info.freq << 32) / sw->info.freq; in audio_attach_capture()
918 sw->rate = st_rate_start (sw->info.freq, hw_cap->info.freq); in audio_attach_capture()
924 QLIST_INSERT_HEAD (&hw_cap->sw_head, sw, entries); in audio_attach_capture()