audio: Unbreak capturing in mixemu case

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2012-07-16 18:08:36 +04:00
parent 3437e54585
commit 8361710398
1 changed files with 1 additions and 0 deletions

View File

@ -818,6 +818,7 @@ static int audio_attach_capture (HWVoiceOut *hw)
sw->active = hw->enabled;
sw->conv = noop_conv;
sw->ratio = ((int64_t) hw_cap->info.freq << 32) / sw->info.freq;
sw->vol = nominal_volume;
sw->rate = st_rate_start (sw->info.freq, hw_cap->info.freq);
if (!sw->rate) {
dolog ("Could not start rate conversion for `%s'\n", SW_NAME (sw));