summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.h
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-12-31 23:29:06 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-12-31 23:29:06 +0000
commit124884bacd4a6cf07c1f09169c12755d85683ece (patch)
tree936478ca3ff4f5fb39adfbad5d6767ff1dfc937b /src/xine-engine/audio_out.h
parent0ecb9732a0a50ea49bcfb8346438dbcf835544ff (diff)
downloadxine-lib-124884bacd4a6cf07c1f09169c12755d85683ece.tar.gz
xine-lib-124884bacd4a6cf07c1f09169c12755d85683ece.tar.bz2
Add a mute feature to the software amp.
CVS patchset: 5967 CVS date: 2003/12/31 23:29:06
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r--src/xine-engine/audio_out.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h
index f3558e17b..bef0bd409 100644
--- a/src/xine-engine/audio_out.h
+++ b/src/xine-engine/audio_out.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: audio_out.h,v 1.64 2003/12/14 22:13:26 siggi Exp $
+ * $Id: audio_out.h,v 1.65 2003/12/31 23:29:06 jcdutton Exp $
*/
#ifndef HAVE_AUDIO_OUT_H
#define HAVE_AUDIO_OUT_H
@@ -314,6 +314,7 @@ int _x_ao_mode2channels( int mode );
#define AO_PROP_EQ_8000HZ 15 /* equalizer */
#define AO_PROP_EQ_16000HZ 16 /* equalizer */
#define AO_PROP_CLOSE_DEVICE 17 /* force closing audio device */
+#define AO_PROP_AMP_MUTE 18 /* amplifier mute */
/* audio device control ops */
#define AO_CTRL_PLAY_PAUSE 0