Changeset 73160 in vbox for trunk/src/VBox/Devices/Audio/alsa_mangling.h
- Timestamp:
- Jul 16, 2018 4:08:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/alsa_mangling.h
r69119 r73160 7 7 8 8 /* 9 * Copyright (C) 2013-201 7Oracle Corporation9 * Copyright (C) 2013-2018 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 29 29 #define snd_pcm_hw_params_any ALSA_MANGLER(snd_pcm_hw_params_any) 30 30 #define snd_pcm_close ALSA_MANGLER(snd_pcm_close) 31 #define snd_pcm_delay ALSA_MANGLER(snd_pcm_delay) 32 #define snd_pcm_drain ALSA_MANGLER(snd_pcm_drain) 31 33 #define snd_pcm_avail_update ALSA_MANGLER(snd_pcm_avail_update) 34 #define snd_pcm_nonblock ALSA_MANGLER(snd_pcm_nonblock) 32 35 #define snd_pcm_hw_params_set_channels_near ALSA_MANGLER(snd_pcm_hw_params_set_channels_near) 33 36 #define snd_pcm_hw_params_set_period_time_near ALSA_MANGLER(snd_pcm_hw_params_set_period_time_near)
Note:
See TracChangeset
for help on using the changeset viewer.