VirtualBox

Changeset 3215 in vbox


Ignore:
Timestamp:
Jun 21, 2007 3:39:26 PM (18 years ago)
Author:
vboxsync
Message:

shut up error messages from alsa-lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/alsaaudio.c

    r3085 r3215  
    10221022}
    10231023
     1024#ifdef VBOX
     1025static 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
    10241032static void *alsa_audio_init (void)
    10251033{
     1034#ifdef VBOX
     1035    snd_lib_error_set_handler (alsa_error_handler);
     1036#endif
    10261037    return &conf;
    10271038}
Note: See TracChangeset for help on using the changeset viewer.

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