All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA ymfpci - Add "Playback" to FM Legacy Volume control
@ 2011-09-09 11:25 Raymond Yau
  2011-09-11 15:49 ` Clemens Ladisch
  0 siblings, 1 reply; 4+ messages in thread
From: Raymond Yau @ 2011-09-09 11:25 UTC (permalink / raw)
  To: Takashi Iwai, ALSA Development Mailing List

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

Add "Playback" to "FM Legacy Volume" control since

- YDSXGR_LEGACYOUTVOL is a Playback Volume control for OPL3 FM Synth

[-- Attachment #2: 0001-ALSA-ymfpci-Add-Playback-to-FM-Legacy-Volume-cont.patch --]
[-- Type: application/octet-stream, Size: 1205 bytes --]

From a523ebef71b0a0a6e4bc2e07ffd616e8c6510717 Mon Sep 17 00:00:00 2001
From: Raymond Yau <superquad.vortex2@gmail.com>
Date: Fri, 9 Sep 2011 19:15:01 +0800
Subject: [PATCH] ALSA ymfpci - Add "Playback" to FM Legacy Volume control

YDSXGR_LEGACYOUTVOL is a Playback Volume control for OPL3 FM Synth

Signed-off-by: Raymond Yau <superquad.vortex2@gmail.com>

diff --git a/sound/pci/ymfpci/ymfpci_main.c b/sound/pci/ymfpci/ymfpci_main.c
index f3260e6..ebfbb28 100644
--- a/sound/pci/ymfpci/ymfpci_main.c
+++ b/sound/pci/ymfpci/ymfpci_main.c
@@ -1615,7 +1615,7 @@ YMFPCI_DOUBLE("ADC Playback Volume", 0, YDSXGR_PRIADCOUTVOL),
 YMFPCI_DOUBLE("ADC Capture Volume", 0, YDSXGR_PRIADCLOOPVOL),
 YMFPCI_DOUBLE("ADC Playback Volume", 1, YDSXGR_SECADCOUTVOL),
 YMFPCI_DOUBLE("ADC Capture Volume", 1, YDSXGR_SECADCLOOPVOL),
-YMFPCI_DOUBLE("FM Legacy Volume", 0, YDSXGR_LEGACYOUTVOL),
+YMFPCI_DOUBLE("FM Legacy Playback Volume", 0, YDSXGR_LEGACYOUTVOL),
 YMFPCI_DOUBLE(SNDRV_CTL_NAME_IEC958("AC97 ", PLAYBACK,VOLUME), 0, YDSXGR_ZVOUTVOL),
 YMFPCI_DOUBLE(SNDRV_CTL_NAME_IEC958("", CAPTURE,VOLUME), 0, YDSXGR_ZVLOOPVOL),
 YMFPCI_DOUBLE(SNDRV_CTL_NAME_IEC958("AC97 ",PLAYBACK,VOLUME), 1, YDSXGR_SPDIFOUTVOL),
-- 
1.6.0.6


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-09-12 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-09 11:25 [PATCH] ALSA ymfpci - Add "Playback" to FM Legacy Volume control Raymond Yau
2011-09-11 15:49 ` Clemens Ladisch
2011-09-12  2:45   ` Raymond Yau
2011-09-12 14:02     ` Clemens Ladisch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.