[Pkg-wmaker-commits] [wmrack] 23/97: use sys/soundcard.h

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 02:42:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmrack.

commit c616c0c1200f61a8020ea4aac97ec661d430ce61
Author: Chris Waters <xtifr.w at gmail.com>
Date:   Thu Mar 8 17:33:43 2012 -0800

    use sys/soundcard.h
---
 mixer.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/mixer.c b/mixer.c
index 2e26c3d..c4805b8 100644
--- a/mixer.c
+++ b/mixer.c
@@ -1,11 +1,10 @@
 /*
- * $Id: mixer.c,v 1.2 2003/10/01 22:44:19 xtifr Exp $
+ * $Id: mixer.c,v 1.3 2006/04/22 06:32:33 xtifr Exp $
  *
  * mixer utility functions for WMRack
  *
  * Copyright (c) 1997 by Oliver Graf <ograf at fga.de>
- *
- * this is very linux specific !!!
+ * copyright 2006 by Chris Waters <xtifr at users.sourceforge.net>
  */
 
 #include <stdio.h>
@@ -17,7 +16,7 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <unistd.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
 
 #include "mixer.h"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmrack.git



More information about the Pkg-wmaker-commits mailing list