Home | History | Annotate | Download | only in audio

Lines Matching full:hw_cap

900         HWVoiceOut *hw_cap = &cap->hw;
911 sw->hw = hw_cap;
916 sw->ratio = ((int64_t) hw_cap->info.freq << 32) / sw->info.freq;
917 sw->rate = st_rate_start (sw->info.freq, hw_cap->info.freq);
923 QLIST_INSERT_HEAD (&hw_cap->sw_head, sw, entries);