16 Apr
2008
16 Apr
'08
12:21 p.m.
At Wed, 16 Apr 2008 10:02:08 +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",
.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 - Bass Playback Volume",
.name = "Tone Control - Treble",
.info = snd_pmac_awacs_info_tone_amp, .get = snd_pmac_awacs_get_tone_amp, .put = snd_pmac_awacs_put_tone_amp,.name = "Tone Control - Treble Playback Volume",
As mentioned in another mail, these shouldn't be done. Could you repost without this hunk?
thanks,
Takashi