summaryrefslogtreecommitdiff
blob: 6199a7b183fdfed242acfc64a3bfa67d68dcd2e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Always compile the `oss_sample_types` function
Bug: https://bugs.gentoo.org/show_bug.cgi?id=621758

--- a/audio.c
+++ b/audio.c
@@ -743,7 +743,6 @@
 }
 
 
-#if (!HAVE_ALSA)
 static int oss_sample_types(int ur_dev, mus_sample_t *val)
 {
   int fd, samp_types = 0, sys, ind;
@@ -774,7 +773,6 @@
   val[0] = (mus_sample_t)(ind - 1);
   return(MUS_NO_ERROR);
 }
-#endif