Changeset 103310 in vbox
- Timestamp:
- Feb 12, 2024 12:13:26 PM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioAlsaStubs.cpp
r98103 r103310 92 92 PROXY_STUB(snd_pcm_close, int, (snd_pcm_t *pcm), (pcm)) 93 93 PROXY_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),94 PROXY_STUB(snd_pcm_nonblock, int, (snd_pcm_t *pcm, int onoff), 95 95 (pcm, onoff)) 96 96 PROXY_STUB(snd_pcm_drain, int, (snd_pcm_t *pcm),
Note:
See TracChangeset
for help on using the changeset viewer.