Commit 23fb600b87bbf51e6a55230d3e98e4984f59ea9d

Authored by malc
1 parent cd831bd7

Fix typo

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4835 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
audio/alsaaudio.c
... ... @@ -621,7 +621,7 @@ static int alsa_init_out (HWVoiceOut *hw, audsettings_t *as)
621 621 req.nchannels = as->nchannels;
622 622 req.period_size = conf.period_size_out;
623 623 req.buffer_size = conf.buffer_size_out;
624   - req.size_in_usec = conf.size_in_usec_in;
  624 + req.size_in_usec = conf.size_in_usec_out;
625 625  
626 626 if (alsa_open (0, &req, &obt, &handle)) {
627 627 return -1;
... ...