mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-01-05 17:55:35 +00:00
15 lines
256 B
C++
15 lines
256 B
C++
|
/*
|
||
|
* Copyright (c) 2015 Andrew Kelley
|
||
|
*
|
||
|
* This file is part of libsoundio, which is MIT licensed.
|
||
|
* See http://opensource.org/licenses/MIT
|
||
|
*/
|
||
|
|
||
|
#ifndef SOUNDIO_ALSA_HPP
|
||
|
#define SOUNDIO_ALSA_HPP
|
||
|
|
||
|
int soundio_alsa_init(struct SoundIo *soundio);
|
||
|
|
||
|
#endif
|
||
|
|