Changeset 89474 in vbox for trunk/src/VBox
- Timestamp:
- Jun 2, 2021 9:18:32 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144830
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioAlsaStubs.h
r89472 r89474 31 31 extern int audioLoadAlsaLib(void); 32 32 33 #if VBOX_ALSA_VER < VBOX_ALSA_MAKE_VER(1,0, 0) /* added in 1.0.0*/33 #if VBOX_ALSA_VER < VBOX_ALSA_MAKE_VER(1,0,18) /* added in 1.0.18 */ 34 34 extern int snd_pcm_avail_delay(snd_pcm_t *, snd_pcm_sframes_t *, snd_pcm_sframes_t *); 35 35 #endif
Note:
See TracChangeset
for help on using the changeset viewer.