summaryrefslogtreecommitdiff
path: root/audio.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-09 16:01:36 +0100
committerJohns <johns98@gmx.net>2012-02-09 16:01:36 +0100
commit8c16466d318350b769615ee365ecc2b6a85dda5d (patch)
tree4ef965fb993d373268fdae7e4e3a4bd668ef15e8 /audio.h
parentced54a5cf15e49c3da6baed3ad2a0758d2897735 (diff)
downloadvdr-plugin-softhddevice-8c16466d318350b769615ee365ecc2b6a85dda5d.tar.gz
vdr-plugin-softhddevice-8c16466d318350b769615ee365ecc2b6a85dda5d.tar.bz2
Set mixer channel through command line option
Diffstat (limited to 'audio.h')
-rw-r--r--audio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio.h b/audio.h
index 292e1ae..f0dedab 100644
--- a/audio.h
+++ b/audio.h
@@ -43,7 +43,8 @@ extern int AudioSetup(int *, int *, int); ///< setup audio output
//extern void AudioPause(void); ///< pause audio
extern void AudioSetDevice(const char *); ///< set PCM audio device
-extern void AudioSetDeviceAC3(const char *); ///< set Passthrough device
+extern void AudioSetDeviceAC3(const char *); ///< set pass-through device
+extern void AudioSetChannel(const char *); ///< set mixer channel
extern void AudioInit(void); ///< setup audio module
extern void AudioExit(void); ///< cleanup and exit audio module