Re: [alsa-devel] [PATCH] ASoC: cs42l56: Fix stereo channel register assignment for Headphone and LineOut volume mixers
On Mon, 23 Jun 2014, Ryan Harvey wrote:
Stereo Headphone and LineOut volume mixers are now attached to HPA+HPB, LOA+LOB.
Signed-off-by: Ryan Harvey ryan.harvey@cirrus.com
sound/soc/codecs/cs42l56.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/cs42l56.c b/sound/soc/codecs/cs42l56.c index fdc4bd2..8e68ef5 100644 --- a/sound/soc/codecs/cs42l56.c +++ b/sound/soc/codecs/cs42l56.c @@ -445,9 +445,9 @@ static const struct snd_kcontrol_new cs42l56_snd_controls[] = { SOC_DOUBLE("ADC Boost Switch", CS42L56_GAIN_BIAS_CTL, 3, 2, 1, 1),
SOC_DOUBLE_R_SX_TLV("Headphone Volume", CS42L56_HPA_VOLUME,
CS42L56_HPA_VOLUME, 0, 0x44, 0x55, hl_tlv),
SOC_DOUBLE_R_SX_TLV("LineOut Volume", CS42L56_LOA_VOLUME,CS42L56_HPB_VOLUME, 0, 0x44, 0x55, hl_tlv),
CS42L56_LOA_VOLUME, 0, 0x44, 0x55, hl_tlv),
CS42L56_LOB_VOLUME, 0, 0x44, 0x55, hl_tlv),
SOC_SINGLE_TLV("Bass Shelving Volume", CS42L56_TONE_CTL, 0, 0x00, 1, tone_tlv),
-- 1.7.9.5
Acked-by: Brian Austin brian.austin@cirrus.com
Thanks,
On Mon, Jun 23, 2014 at 11:25:18AM -0500, Brian Austin wrote:
On Mon, 23 Jun 2014, Ryan Harvey wrote:
Stereo Headphone and LineOut volume mixers are now attached to HPA+HPB, LOA+LOB.
I don't seem to have been copied on the original patches here, or they're snarled up somewhere in transmission anyway.
On Mon, 23 Jun 2014, Mark Brown wrote:
On Mon, Jun 23, 2014 at 11:25:18AM -0500, Brian Austin wrote:
On Mon, 23 Jun 2014, Ryan Harvey wrote:
Stereo Headphone and LineOut volume mixers are now attached to HPA+HPB, LOA+LOB.
I don't seem to have been copied on the original patches here, or they're snarled up somewhere in transmission anyway.
You're there. Maybe stuck in Moderator with first post to mailing list?
On Mon, Jun 23, 2014 at 11:37:06AM -0500, Brian Austin wrote:
On Mon, 23 Jun 2014, Mark Brown wrote:
On Mon, Jun 23, 2014 at 11:25:18AM -0500, Brian Austin wrote:
On Mon, 23 Jun 2014, Ryan Harvey wrote:
Stereo Headphone and LineOut volume mixers are now attached to HPA+HPB, LOA+LOB.
I don't seem to have been copied on the original patches here, or they're snarled up somewhere in transmission anyway.
You're there. Maybe stuck in Moderator with first post to mailing list?
The list shouldn't affect the direct CC to me though.
On Mon, 23 Jun 2014, Mark Brown wrote:
On Mon, Jun 23, 2014 at 11:37:06AM -0500, Brian Austin wrote:
On Mon, 23 Jun 2014, Mark Brown wrote:
On Mon, Jun 23, 2014 at 11:25:18AM -0500, Brian Austin wrote:
On Mon, 23 Jun 2014, Ryan Harvey wrote:
Stereo Headphone and LineOut volume mixers are now attached to HPA+HPB, LOA+LOB.
I don't seem to have been copied on the original patches here, or they're snarled up somewhere in transmission anyway.
You're there. Maybe stuck in Moderator with first post to mailing list?
The list shouldn't affect the direct CC to me though.
Good point... For some reason our IT department does not like us sending email
I may just send on behalf of him until this can get straightened out.
Thanks,
participants (2)
-
Brian Austin
-
Mark Brown