From: kernel test robot <lkp@intel.com>
To: Harsha Priya <harshapriya.n@intel.com>,
alsa-devel@alsa-project.org, tiwai@suse.de
Cc: kai.vehmanen@intel.com, Harsha Priya <harshapriya.n@intel.com>,
kbuild-all@lists.01.org,
Emmanuel Jillela <emmanuel.jillela@intel.com>
Subject: Re: [PATCH] ALSA: hda/hdmi: Add Intel silent stream support
Date: Wed, 24 Jun 2020 08:25:13 +0800 [thread overview]
Message-ID: <202006240840.T22JaACv%lkp@intel.com> (raw)
In-Reply-To: <1592954796-12449-1-git-send-email-harshapriya.n@intel.com>
Hi Harsha,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on sound/for-next]
[also build test ERROR on v5.8-rc2 next-20200623]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Harsha-Priya/ALSA-hda-hdmi-Add-Intel-silent-stream-support/20200624-073425
base: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next
config: i386-tinyconfig
compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
reproduce (this is a W=1 build):
make W=1 ARCH=i386 tinyconfig
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> sound/pci/hda/Kconfig:258: unexpected 'if' within menu block
>> sound/pci/hda/Kconfig:260: unexpected 'menu' within if block
sound/Kconfig:102: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
sound/Kconfig:104: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
>> sound/Kconfig:106: unexpected 'if' within menu block
>> drivers/Kconfig:239: syntax error
drivers/Kconfig:238: invalid statement
make[2]: *** [scripts/kconfig/Makefile:71: oldconfig] Error 1
make[1]: *** [Makefile:606: oldconfig] Error 2
make: *** [Makefile:185: __sub-make] Error 2
make: Target 'oldconfig' not remade because of errors.
--
>> sound/pci/hda/Kconfig:258: unexpected 'if' within menu block
>> sound/pci/hda/Kconfig:260: unexpected 'menu' within if block
sound/Kconfig:102: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
sound/Kconfig:104: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
>> sound/Kconfig:106: unexpected 'if' within menu block
>> drivers/Kconfig:239: syntax error
drivers/Kconfig:238: invalid statement
make[2]: *** [scripts/kconfig/Makefile:71: olddefconfig] Error 1
make[1]: *** [Makefile:606: olddefconfig] Error 2
make: *** [Makefile:185: __sub-make] Error 2
make: Target 'olddefconfig' not remade because of errors.
--
>> sound/pci/hda/Kconfig:258: unexpected 'if' within menu block
>> sound/pci/hda/Kconfig:260: unexpected 'menu' within if block
sound/Kconfig:102: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
sound/Kconfig:104: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
>> sound/Kconfig:106: unexpected 'if' within menu block
>> drivers/Kconfig:239: syntax error
drivers/Kconfig:238: invalid statement
make[5]: *** [scripts/kconfig/Makefile:71: allnoconfig] Error 1
make[4]: *** [Makefile:606: allnoconfig] Error 2
make[3]: *** [Makefile:336: __build_one_by_one] Error 2
make[3]: Target 'allnoconfig' not remade because of errors.
make[3]: Target 'tiny.config' not remade because of errors.
make[2]: *** [scripts/kconfig/Makefile:109: tinyconfig] Error 2
make[1]: *** [Makefile:606: tinyconfig] Error 2
make: *** [Makefile:185: __sub-make] Error 2
make: Target 'tinyconfig' not remade because of errors.
vim +/if +258 sound/pci/hda/Kconfig
243
244 config SND_HDA_INTEL_HDMI_SILENT_STREAM
245 bool "Enable Silent Stream always for HDMI"
246 depends on SND_HDA
247 help
248 Intel hardware has a feature called 'silent stream', that
249 keeps external HDMI receiver's analog circuitry powered on
250 avoiding 2-3 sec silence during playback start. This mechanism
251 relies on an info packet and preventing the codec from going to
252 D3. (increasing the platform static power consumption when a
253 HDMI receiver is plugged-in). 2-3 sec silence at the playback
254 start is expected whenever there is format change. (default is
255 2 channel format).
256 Say Y to enable Silent Stream feature.
257
> 258 endif
259
> 260 endmenu
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH] ALSA: hda/hdmi: Add Intel silent stream support
Date: Wed, 24 Jun 2020 08:25:13 +0800 [thread overview]
Message-ID: <202006240840.T22JaACv%lkp@intel.com> (raw)
In-Reply-To: <1592954796-12449-1-git-send-email-harshapriya.n@intel.com>
[-- Attachment #1: Type: text/plain, Size: 4268 bytes --]
Hi Harsha,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on sound/for-next]
[also build test ERROR on v5.8-rc2 next-20200623]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Harsha-Priya/ALSA-hda-hdmi-Add-Intel-silent-stream-support/20200624-073425
base: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next
config: i386-tinyconfig
compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
reproduce (this is a W=1 build):
make W=1 ARCH=i386 tinyconfig
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> sound/pci/hda/Kconfig:258: unexpected 'if' within menu block
>> sound/pci/hda/Kconfig:260: unexpected 'menu' within if block
sound/Kconfig:102: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
sound/Kconfig:104: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
>> sound/Kconfig:106: unexpected 'if' within menu block
>> drivers/Kconfig:239: syntax error
drivers/Kconfig:238: invalid statement
make[2]: *** [scripts/kconfig/Makefile:71: oldconfig] Error 1
make[1]: *** [Makefile:606: oldconfig] Error 2
make: *** [Makefile:185: __sub-make] Error 2
make: Target 'oldconfig' not remade because of errors.
--
>> sound/pci/hda/Kconfig:258: unexpected 'if' within menu block
>> sound/pci/hda/Kconfig:260: unexpected 'menu' within if block
sound/Kconfig:102: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
sound/Kconfig:104: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
>> sound/Kconfig:106: unexpected 'if' within menu block
>> drivers/Kconfig:239: syntax error
drivers/Kconfig:238: invalid statement
make[2]: *** [scripts/kconfig/Makefile:71: olddefconfig] Error 1
make[1]: *** [Makefile:606: olddefconfig] Error 2
make: *** [Makefile:185: __sub-make] Error 2
make: Target 'olddefconfig' not remade because of errors.
--
>> sound/pci/hda/Kconfig:258: unexpected 'if' within menu block
>> sound/pci/hda/Kconfig:260: unexpected 'menu' within if block
sound/Kconfig:102: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
sound/Kconfig:104: 'if' in different file than 'if'
sound/pci/hda/Kconfig:2: location of the 'if'
>> sound/Kconfig:106: unexpected 'if' within menu block
>> drivers/Kconfig:239: syntax error
drivers/Kconfig:238: invalid statement
make[5]: *** [scripts/kconfig/Makefile:71: allnoconfig] Error 1
make[4]: *** [Makefile:606: allnoconfig] Error 2
make[3]: *** [Makefile:336: __build_one_by_one] Error 2
make[3]: Target 'allnoconfig' not remade because of errors.
make[3]: Target 'tiny.config' not remade because of errors.
make[2]: *** [scripts/kconfig/Makefile:109: tinyconfig] Error 2
make[1]: *** [Makefile:606: tinyconfig] Error 2
make: *** [Makefile:185: __sub-make] Error 2
make: Target 'tinyconfig' not remade because of errors.
vim +/if +258 sound/pci/hda/Kconfig
243
244 config SND_HDA_INTEL_HDMI_SILENT_STREAM
245 bool "Enable Silent Stream always for HDMI"
246 depends on SND_HDA
247 help
248 Intel hardware has a feature called 'silent stream', that
249 keeps external HDMI receiver's analog circuitry powered on
250 avoiding 2-3 sec silence during playback start. This mechanism
251 relies on an info packet and preventing the codec from going to
252 D3. (increasing the platform static power consumption when a
253 HDMI receiver is plugged-in). 2-3 sec silence at the playback
254 start is expected whenever there is format change. (default is
255 2 channel format).
256 Say Y to enable Silent Stream feature.
257
> 258 endif
259
> 260 endmenu
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
next prev parent reply other threads:[~2020-06-24 0:26 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-23 23:26 [PATCH] ALSA: hda/hdmi: Add Intel silent stream support Harsha Priya
2020-06-24 0:25 ` kernel test robot [this message]
2020-06-24 0:25 ` kernel test robot
2020-06-24 0:28 ` Pierre-Louis Bossart
2020-06-24 0:51 ` N, Harshapriya
2020-06-24 7:45 ` Takashi Iwai
2020-06-24 8:18 ` Jaroslav Kysela
2020-06-24 15:33 ` Pierre-Louis Bossart
2020-06-24 16:43 ` Takashi Iwai
2020-06-24 17:05 ` Pierre-Louis Bossart
2020-06-24 17:33 ` Takashi Iwai
2020-06-24 17:58 ` N, Harshapriya
2020-06-25 6:41 ` Takashi Iwai
2020-06-25 0:18 ` Arun Raghavan
2020-06-25 7:03 ` Takashi Iwai
2020-06-25 10:04 ` [pulseaudio-discuss] " Tanu Kaskinen
2020-06-25 14:46 ` Pierre-Louis Bossart
2020-06-25 15:30 ` Jaroslav Kysela
2020-06-25 15:43 ` Pierre-Louis Bossart
2020-06-24 17:21 ` Kai Vehmanen
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=202006240840.T22JaACv%lkp@intel.com \
--to=lkp@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=emmanuel.jillela@intel.com \
--cc=harshapriya.n@intel.com \
--cc=kai.vehmanen@intel.com \
--cc=kbuild-all@lists.01.org \
--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 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.