261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync/** @file
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync *
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync * Stubs for libasound.
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync */
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync/*
c58f1213e628a545081c70e26c6b67a841cff880vboxsync * Copyright (C) 2006-2010 Oracle Corporation
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync *
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync * available from http://www.virtualbox.org. This file is free software;
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync * you can redistribute it and/or modify it under the terms of the GNU
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync * General Public License (GPL) as published by the Free Software
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync */
261a4578c86ef14d89385dde78f0139b41a0cb8evboxsync
f41e2072ec8320014565f76f4905e47f80b17262vboxsync#ifndef AUDIO_ALSA_STUBS_H
f41e2072ec8320014565f76f4905e47f80b17262vboxsync# define AUDIO_ALSA_STUBS_H
f41e2072ec8320014565f76f4905e47f80b17262vboxsyncextern int audioLoadAlsaLib(void);
f41e2072ec8320014565f76f4905e47f80b17262vboxsync#endif