VirtualBox

Changeset 103310 in vbox


Ignore:
Timestamp:
Feb 12, 2024 12:13:26 PM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161604
Message:

Devices/DrvAudioAlsaStubs: Corrected snd_pcm_nonblock() proxy stub (found by Parfait). bugref:3409

File:
1 edited

Legend:

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

    r98103 r103310  
    9292PROXY_STUB(snd_pcm_close, int, (snd_pcm_t *pcm), (pcm))
    9393PROXY_STUB(snd_pcm_delay, int, (snd_pcm_t *pcm, snd_pcm_sframes_t *delayp), (pcm, delayp))
    94 PROXY_STUB(snd_pcm_nonblock, int, (snd_pcm_t *pcm, int *onoff),
     94PROXY_STUB(snd_pcm_nonblock, int, (snd_pcm_t *pcm, int onoff),
    9595           (pcm, onoff))
    9696PROXY_STUB(snd_pcm_drain, int, (snd_pcm_t *pcm),
Note: See TracChangeset for help on using the changeset viewer.

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