Changeset 3215 in vbox
- Timestamp:
- Jun 21, 2007 3:39:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/alsaaudio.c
r3085 r3215 1022 1022 } 1023 1023 1024 #ifdef VBOX 1025 static void alsa_error_handler(const char *file, int line, const char *function, 1026 int err, const char *fmt, ...) 1027 { 1028 /* ignore */ 1029 } 1030 #endif 1031 1024 1032 static void *alsa_audio_init (void) 1025 1033 { 1034 #ifdef VBOX 1035 snd_lib_error_set_handler (alsa_error_handler); 1036 #endif 1026 1037 return &conf; 1027 1038 }
Note:
See TracChangeset
for help on using the changeset viewer.