From: Jonathan Clarke <jonathan.a.clarke@gmail.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: linux-kernel@vger.kernel.org, Takashi Iwai <tiwai@suse.com>,
alsa-devel@alsa-project.org
Subject: Re: [PATCH] Make top/rear speaker, mute and micmute leds work on HP x360 14-ea000 laptops that use Realtek 245 codec
Date: Mon, 1 Nov 2021 10:34:45 +0000 [thread overview]
Message-ID: <20211101103445.GA1064130@rampage-hp2> (raw)
In-Reply-To: <s5h35oisug0.wl-tiwai@suse.de>
Thanks for taking a look at this patch so quickly, Takashi.
On Sat, Oct 30, 2021 at 12:01:03PM +0200, Takashi Iwai wrote:
> Could you give more descriptions? The patch isn't trivial at all, and
> it needs more explanations.
Yes, will do.
> > + /* output mute is set via SET_COEF_INDEX,SET_PROC_COEF */
> > + spec->mute_led_polarity = 0;
> > + spec->mute_led_coef.idx = 0x0b;
> > + spec->mute_led_coef.mask = 0xffff;
> > + spec->mute_led_coef.on = 0xa02f;
> > + spec->mute_led_coef.off = 0x7774;
> > + snd_hda_gen_add_mute_led_cdev(codec, coef_mute_led_set);
>
> I guess this COEF isn't only about mute-LED but actually does mute the
> output? IIRC, the bit 0x08 corresponds to the LED. If so, it's
> better to split. Basically this snd_hda_gen_add_mute_led_cdev() and
> mute_led_coef stuff are only for the mute LED control. e.g. you can
> change the mute LED independently via sysfs.
Thanks for suggesting this.
Having tested, I can confirm that setting this coef only affects
the output mute LED, and does not affect output.
I will therefore assume that current implementation in my patch is OK,
but let me know if it still needs changing (maybe I've misunderstood).
For reference to other users, the commands to test are:
# output LED on
hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x0b
hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF 0xa02f
# output LED off
hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x0b
hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF 0x7774
Many thanks, Jonathan
next prev parent reply other threads:[~2021-11-01 10:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-29 15:43 Jonathan Clarke
2021-10-30 10:01 ` Takashi Iwai
2021-11-01 10:34 ` Jonathan Clarke [this message]
2021-11-02 8:19 ` Takashi Iwai
2021-11-02 12:45 ` Jonathan Clarke
2021-10-31 3:33 ` kernel test robot
2021-10-31 17:23 ` kernel test robot
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=20211101103445.GA1064130@rampage-hp2 \
--to=jonathan.a.clarke@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tiwai@suse.com \
--cc=tiwai@suse.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®