Searched defs:hw_cap (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Daudio.c831 HWVoiceOut *hw_cap = &cap->hw; local
842 sw->hw = hw_cap;
847 sw->ratio = ((int64_t) hw_cap->info.freq << 32) / sw->info.freq;
848 sw->rate = st_rate_start (sw->info.freq, hw_cap->info.freq);
854 LIST_INSERT_HEAD (&hw_cap->sw_head, sw, entries);

Completed in 80 milliseconds