Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 01:44:55 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1420 - trunk/audio/alsa-plugins/files
Message-ID:  <201312010144.rB11itRY040950@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Dec  1 01:44:55 2013
New Revision: 1420

Log:
reclev can coexist with igain on snd_hda(4)

http://forums.freebsd.org/viewtopic.php?f=19&t=42051

Modified:
   trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c

Modified: trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c
==============================================================================
--- trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c	Sun Dec  1 01:11:50 2013	(r1419)
+++ trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c	Sun Dec  1 01:44:55 2013	(r1420)
@@ -12,3 +12,12 @@
  
  typedef struct snd_ctl_oss {
  	snd_ctl_ext_t ext;
+@@ -53,7 +57,7 @@ static const char *const vol_devices[SOU
+ 	[SOUND_MIXER_IMIX] =	"Monitor Mix Playback Volume",
+ 	[SOUND_MIXER_ALTPCM] =	"Headphone Playback Volume",
+ 	[SOUND_MIXER_RECLEV] =	"Capture Volume",
+-	[SOUND_MIXER_IGAIN] =	"Capture Volume",
++	[SOUND_MIXER_IGAIN] =	"Master Capture Volume",
+ 	[SOUND_MIXER_OGAIN] =	"Playback Volume",
+ 	[SOUND_MIXER_LINE1] =	"Aux Playback Volume",
+ 	[SOUND_MIXER_LINE2] =	"Aux1 Playback Volume",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312010144.rB11itRY040950>