VirtualBox

Changeset 89639 in vbox


Ignore:
Timestamp:
Jun 11, 2021 10:05:13 PM (3 years ago)
Author:
vboxsync
Message:

DevIchAc97: Made the internal DMA buffer size configurable and changed the default from 100ms to msSchedulingHint * 3. [build fix] bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

    r89637 r89639  
    18441844            else
    18451845            {
    1846                 LogFunc(("[SD%RU8] Adjusting uTimerHz=%u to %u\n",
    1847                          pStreamCC->State.uTimerHz, Cfg.Props.uHz > 44100 ? 200 : AC97_TIMER_HZ_DEFAULT));
     1846                LogFunc(("[SD%RU8] Adjusting uTimerHz=%u to %u\n", pStream->u8SD, pStreamCC->State.uTimerHz,
     1847                         Cfg.Props.uHz > 44100 ? 200 : AC97_TIMER_HZ_DEFAULT));
    18481848                pStreamCC->State.uTimerHz = Cfg.Props.uHz > 44100 ? 200 : AC97_TIMER_HZ_DEFAULT;
    18491849            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette