All of lore.kernel.org
 help / color / mirror / Atom feed
From: jonghwan Choi <jhbird.choi@gmail.com>
To: Dan Murphy <dmurphy@ti.com>
Cc: alsa-devel@alsa-project.org
Subject: [PATCH]  ASoC: tas2562: Fixed incorrect amp_level setting.
Date: Thu, 19 Mar 2020 15:16:38 +0900	[thread overview]
Message-ID: <CAGZ6kuN_-45pmQKmBKyrT22bX+Mku5Uf2_Bcd249vTte04JMJQ@mail.gmail.com> (raw)

From 9f837d75f16ab18342ac517d5b1e5259ab9b797e Mon Sep 17 00:00:00 2001

From: Jonghwan Choi <charlie.jh@kakaocorp.com>

Date: Thu, 19 Mar 2020 14:44:14 +0900

Subject: [PATCH]  ASoC: tas2562: Fixed incorrect amp_level setting.


Signed-off-by: Jonghwan Choi <charlie.jh@kakaocorp.com>

---

 sound/soc/codecs/tas2562.c | 2 +-

 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/sound/soc/codecs/tas2562.c b/sound/soc/codecs/tas2562.c

index be52886a5edb..fb2233ca9103 100644

--- a/sound/soc/codecs/tas2562.c

+++ b/sound/soc/codecs/tas2562.c

@@ -409,7 +409,7 @@ static const struct snd_kcontrol_new vsense_switch =

                        1, 1);


 static const struct snd_kcontrol_new tas2562_snd_controls[] = {

-       SOC_SINGLE_TLV("Amp Gain Volume", TAS2562_PB_CFG1, 0, 0x1c, 0,

+       SOC_SINGLE_TLV("Amp Gain Volume", TAS2562_PB_CFG1, 1, 0x1c, 0,

                       tas2562_dac_tlv),

 };


-- 

2.17.1

             reply	other threads:[~2020-03-19 15:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-19  6:16 jonghwan Choi [this message]
2020-03-19 13:04 ` [PATCH] ASoC: tas2562: Fixed incorrect amp_level setting Dan Murphy
2020-03-19 14:00 Jonghwan Choi
2020-03-19 14:01 ` Dan Murphy
2020-03-19 14:01   ` Dan Murphy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGZ6kuN_-45pmQKmBKyrT22bX+Mku5Uf2_Bcd249vTte04JMJQ@mail.gmail.com \
    --to=jhbird.choi@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=dmurphy@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.