From: kernel test robot <lkp@intel.com>
To: dengxiang <os_dengxiang82@126.com>,
tiwai@suse.com, bo.liu@senarytech.com
Cc: oe-kbuild-all@lists.linux.dev, linux-sound@vger.kernel.org,
linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org,
dengxiang <os_dengxiang82@126.com>
Subject: Re: [PATCH] ALSA: hda/conexant: Fix microphone mute after power-on reboot
Date: Thu, 13 Aug 2026 07:21:57 +0800 [thread overview]
Message-ID: <202608130757.AUMlBDHD-lkp@intel.com> (raw)
In-Reply-To: <20260701065533.72517-1-os_dengxiang82@126.com>
Hi dengxiang,
kernel test robot noticed the following build warnings:
[auto build test WARNING on tiwai-sound/for-next]
[also build test WARNING on tiwai-sound/for-linus linus/master v7.2-rc7 next-20260811]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/dengxiang/ALSA-hda-conexant-Fix-microphone-mute-after-power-on-reboot/20260813-035114
base: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next
patch link: https://lore.kernel.org/r/20260701065533.72517-1-os_dengxiang82%40126.com
patch subject: [PATCH] ALSA: hda/conexant: Fix microphone mute after power-on reboot
config: powerpc-allmodconfig (https://download.01.org/0day-ci/archive/20260813/202608130757.AUMlBDHD-lkp@intel.com/config)
compiler: powerpc64-linux-gcc (GCC) 16.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260813/202608130757.AUMlBDHD-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202608130757.AUMlBDHD-lkp@intel.com/
All warnings (new ones prefixed by >>):
sound/hda/codecs/conexant.c: In function 'cxt_fixed_mic_boost':
>> sound/hda/codecs/conexant.c:1198:31: warning: unused variable 'spec' [-Wunused-variable]
1198 | struct conexant_spec *spec = codec->spec;
| ^~~~
vim +/spec +1198 sound/hda/codecs/conexant.c
1195
1196 static void cxt_fixed_mic_boost(struct hda_codec *codec, hda_nid_t node_id)
1197 {
> 1198 struct conexant_spec *spec = codec->spec;
1199 unsigned int value = 0;
1200
1201 value = snd_hda_codec_read(codec, node_id, 0, AC_VERB_GET_AMP_GAIN_MUTE, 0);
1202 snd_hda_codec_amp_stereo(codec, node_id, HDA_INPUT, 0, HDA_AMP_VOLMASK, value);
1203 }
1204
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2026-08-12 23:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-01 6:55 [PATCH] ALSA: hda/conexant: Fix microphone mute after power-on reboot dengxiang
2026-07-01 7:37 ` Takashi Iwai
[not found] ` <235d28fc.65dd.19f1cc1a68d.Coremail.os_dengxiang82@126.com>
2026-07-01 8:30 ` Takashi Iwai
[not found] ` <4932c551.6ece.19f1cdd10ba.Coremail.os_dengxiang82@126.com>
2026-07-01 8:50 ` Takashi Iwai
2026-08-12 23:21 ` kernel test robot [this message]
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=202608130757.AUMlBDHD-lkp@intel.com \
--to=lkp@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=bo.liu@senarytech.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=os_dengxiang82@126.com \
--cc=tiwai@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).