alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH - plugins] oss: avoid conflict between reclev and igain mixer ctls
@ 2013-12-04  2:07 Luca Bayer
  0 siblings, 0 replies; only message in thread
From: Luca Bayer @ 2013-12-04  2:07 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel

To fix the following error that happens with Intel HDA driver.

  $ amixer
  ALSA lib simple_none.c:1549:(simple_add1) helem (MIXER,'Capture Volume',0,0,0) appears twice or more
  amixer: Mixer default load error: Invalid argument

Signed-off-by: Luca Bayer <kometto@web.de>

diff --git a/oss/ctl_oss.c b/oss/ctl_oss.c
index b8847b1..b05ba18 100644
--- a/oss/ctl_oss.c
+++ b/oss/ctl_oss.c
@@ -52,7 +52,7 @@ static const char *const vol_devices[SOUND_MIXER_NRDEVICES] = {
 	[SOUND_MIXER_CD] =	"CD Playback Volume",
 	[SOUND_MIXER_IMIX] =	"Monitor Mix Playback Volume",
 	[SOUND_MIXER_ALTPCM] =	"Headphone Playback Volume",
-	[SOUND_MIXER_RECLEV] =	"Capture Volume",
+	[SOUND_MIXER_RECLEV] =	"Master Capture Volume",
 	[SOUND_MIXER_IGAIN] =	"Capture Volume",
 	[SOUND_MIXER_OGAIN] =	"Playback Volume",
 	[SOUND_MIXER_LINE1] =	"Aux Playback Volume",

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-04  2:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04  2:07 [PATCH - plugins] oss: avoid conflict between reclev and igain mixer ctls Luca Bayer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).