blob: b75dce10a135128e6c1d9b1f6eed54a69cf73af0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- sound.h.orig 2016-07-26 16:04:42 UTC
+++ sound.h
@@ -6,7 +6,6 @@
Project Page: http://atariarea.krap.pl/stymulator
Original ST-Sound GPL library by Arnaud Carre (http://leonard.oxg.free.fr)
- ALSA (Advanced Linux Sound Architecture) library (http://www.alsa-project.org/)
-----------------------------------------------------------------------------
* STYMulator is free software; you can redistribute it and/or modify *
@@ -28,8 +27,8 @@
#ifndef SOUND_H
#define SOUND_H
-#include <alsa/asoundlib.h>
+#include <sys/soundcard.h>
-int alsa_init(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams);
+int oss_init(int);
#endif
|