16 Apr
2008
16 Apr
'08
12:10 p.m.
At Tue, 15 Apr 2008 20:56:00 +0300, Risto Suominen wrote:
@@ -493,14 +500,14 @@ static struct snd_kcontrol_new snd_pmac_ .private_value = AMP_CH_HD, }, { .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
.name = "Tone Control - Bass",
.name = "Tone Control - Bass Playback Volume",
This shouldn't be changed. "Tone Control - Bass" is the correct standard control name.
.info = snd_pmac_awacs_info_tone_amp, .get = snd_pmac_awacs_get_tone_amp, .put = snd_pmac_awacs_put_tone_amp, .private_value = 0, }, { .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
.name = "Tone Control - Treble",
.name = "Tone Control - Treble Playback Volume",
Ditto.
The reason for this was that the tone controls appeared on Capture page, too, even though they don't actually belong there.
This is a known bug of alsa-lib mixer abstraction. So, please keep this as is now.
Takashi