From: kbuild test robot <lkp@intel.com>
To: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Cc: alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org,
lgirdwood@gmail.com, Jyri Sarha <jsarha@ti.com>,
Takashi Sakamoto <o-takashi@sakamocchi.jp>,
broonie@kernel.org, kbuild-all@01.org,
Daniel Vetter <daniel.vetter@intel.com>
Subject: Re: [alsa-devel] [PATCH v3 2/4] ALSA pcm: allow non constant snd_pcm_chmap_elem
Date: Tue, 20 Dec 2016 00:31:31 +0800 [thread overview]
Message-ID: <201612200020.DdCKTN8h%fengguang.wu@intel.com> (raw)
In-Reply-To: <1482145726-16782-3-git-send-email-arnaud.pouliquen@st.com>
[-- Attachment #1: Type: text/plain, Size: 7425 bytes --]
Hi Arnaud,
[auto build test WARNING on asoc/for-next]
[also build test WARNING on v4.9 next-20161219]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Arnaud-Pouliquen/Generic-HDMI-codec-Add-channel-mapping-control/20161219-235923
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: x86_64-acpi-redef (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All warnings (new ones prefixed by >>):
sound/pci/atiixp.c: In function 'snd_atiixp_pcm_new':
>> sound/pci/atiixp.c:1298:10: warning: passing argument 3 of 'snd_pcm_add_chmap_ctls' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
snd_pcm_alt_chmaps, chip->max_channels, 0,
^~~~~~~~~~~~~~~~~~
In file included from sound/pci/atiixp.c:31:0:
include/sound/pcm.h:1389:5: note: expected 'struct snd_pcm_chmap_elem *' but argument is of type 'const struct snd_pcm_chmap_elem *'
int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream,
^~~~~~~~~~~~~~~~~~~~~~
--
sound/pci/cmipci.c: In function 'snd_cmipci_pcm_spdif_new':
>> sound/pci/cmipci.c:1966:10: warning: passing argument 3 of 'snd_pcm_add_chmap_ctls' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
snd_pcm_alt_chmaps, cm->max_channels, 0,
^~~~~~~~~~~~~~~~~~
In file included from sound/pci/cmipci.c:35:0:
include/sound/pcm.h:1389:5: note: expected 'struct snd_pcm_chmap_elem *' but argument is of type 'const struct snd_pcm_chmap_elem *'
int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream,
^~~~~~~~~~~~~~~~~~~~~~
--
sound/pci/ens1370.c: In function 'snd_ensoniq_pcm':
>> sound/pci/ens1370.c:1297:10: warning: passing argument 3 of 'snd_pcm_add_chmap_ctls' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
surround_map, 2, 0, NULL);
^~~~~~~~~~~~
In file included from sound/pci/ens1370.c:41:0:
include/sound/pcm.h:1389:5: note: expected 'struct snd_pcm_chmap_elem *' but argument is of type 'const struct snd_pcm_chmap_elem *'
int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream,
^~~~~~~~~~~~~~~~~~~~~~
sound/pci/ens1370.c: In function 'snd_ensoniq_pcm2':
sound/pci/ens1370.c:1329:10: warning: passing argument 3 of 'snd_pcm_add_chmap_ctls' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
snd_pcm_std_chmaps, 2, 0, NULL);
^~~~~~~~~~~~~~~~~~
In file included from sound/pci/ens1370.c:41:0:
include/sound/pcm.h:1389:5: note: expected 'struct snd_pcm_chmap_elem *' but argument is of type 'const struct snd_pcm_chmap_elem *'
int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream,
^~~~~~~~~~~~~~~~~~~~~~
--
In file included from sound/pci/au88x0/au8810.c:9:0:
sound/pci/au88x0/au88x0_pcm.c: In function 'snd_vortex_new_pcm':
>> sound/pci/au88x0/au88x0_pcm.c:659:11: warning: passing argument 3 of 'snd_pcm_add_chmap_ctls' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
snd_pcm_std_chmaps,
^~~~~~~~~~~~~~~~~~
In file included from sound/pci/au88x0/au88x0.h:23:0,
from sound/pci/au88x0/au8810.c:2:
include/sound/pcm.h:1389:5: note: expected 'struct snd_pcm_chmap_elem *' but argument is of type 'const struct snd_pcm_chmap_elem *'
int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream,
^~~~~~~~~~~~~~~~~~~~~~
In file included from sound/pci/au88x0/au8810.c:9:0:
sound/pci/au88x0/au88x0_pcm.c:665:11: warning: passing argument 3 of 'snd_pcm_add_chmap_ctls' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
snd_pcm_std_chmaps, 2, 0, NULL);
^~~~~~~~~~~~~~~~~~
In file included from sound/pci/au88x0/au88x0.h:23:0,
from sound/pci/au88x0/au8810.c:2:
include/sound/pcm.h:1389:5: note: expected 'struct snd_pcm_chmap_elem *' but argument is of type 'const struct snd_pcm_chmap_elem *'
int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream,
^~~~~~~~~~~~~~~~~~~~~~
--
sound/pci/ca0106/ca0106_main.c: In function 'snd_ca0106_pcm':
>> sound/pci/ca0106/ca0106_main.c:1424:63: warning: passing argument 3 of 'snd_pcm_add_chmap_ctls' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
err = snd_pcm_add_chmap_ctls(pcm, SNDRV_PCM_STREAM_PLAYBACK, map, 2,
^~~
In file included from sound/pci/ca0106/ca0106_main.c:147:0:
include/sound/pcm.h:1389:5: note: expected 'struct snd_pcm_chmap_elem *' but argument is of type 'const struct snd_pcm_chmap_elem *'
int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream,
^~~~~~~~~~~~~~~~~~~~~~
vim +1298 sound/pci/atiixp.c
^1da177e Linus Torvalds 2005-04-16 1282 /* PCM #0: analog I/O */
74ee4ff1 Takashi Iwai 2005-11-17 1283 err = snd_pcm_new(chip->card, "ATI IXP AC97",
74ee4ff1 Takashi Iwai 2005-11-17 1284 ATI_PCMDEV_ANALOG, 1, 1, &pcm);
^1da177e Linus Torvalds 2005-04-16 1285 if (err < 0)
^1da177e Linus Torvalds 2005-04-16 1286 return err;
^1da177e Linus Torvalds 2005-04-16 1287 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_atiixp_playback_ops);
^1da177e Linus Torvalds 2005-04-16 1288 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &snd_atiixp_capture_ops);
^1da177e Linus Torvalds 2005-04-16 1289 pcm->private_data = chip;
^1da177e Linus Torvalds 2005-04-16 1290 strcpy(pcm->name, "ATI IXP AC97");
^1da177e Linus Torvalds 2005-04-16 1291 chip->pcmdevs[ATI_PCMDEV_ANALOG] = pcm;
^1da177e Linus Torvalds 2005-04-16 1292
^1da177e Linus Torvalds 2005-04-16 1293 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
74ee4ff1 Takashi Iwai 2005-11-17 1294 snd_dma_pci_data(chip->pci),
74ee4ff1 Takashi Iwai 2005-11-17 1295 64*1024, 128*1024);
^1da177e Linus Torvalds 2005-04-16 1296
e36e3b86 Takashi Iwai 2012-08-03 1297 err = snd_pcm_add_chmap_ctls(pcm, SNDRV_PCM_STREAM_PLAYBACK,
e36e3b86 Takashi Iwai 2012-08-03 @1298 snd_pcm_alt_chmaps, chip->max_channels, 0,
e36e3b86 Takashi Iwai 2012-08-03 1299 &chmap);
e36e3b86 Takashi Iwai 2012-08-03 1300 if (err < 0)
e36e3b86 Takashi Iwai 2012-08-03 1301 return err;
e36e3b86 Takashi Iwai 2012-08-03 1302 chmap->channel_mask = SND_PCM_CHMAP_MASK_2468;
e36e3b86 Takashi Iwai 2012-08-03 1303 chip->ac97[0]->chmaps[SNDRV_PCM_STREAM_PLAYBACK] = chmap;
e36e3b86 Takashi Iwai 2012-08-03 1304
^1da177e Linus Torvalds 2005-04-16 1305 /* no SPDIF support on codec? */
^1da177e Linus Torvalds 2005-04-16 1306 if (chip->pcms[ATI_PCM_SPDIF] && ! chip->pcms[ATI_PCM_SPDIF]->rates)
:::::: The code at line 1298 was first introduced by commit
:::::: e36e3b86c78cee9c7435eb33e0ef8a788193e812 ALSA: Implement channel maps for standard onboard AC97 drivers
:::::: TO: Takashi Iwai <tiwai@suse.de>
:::::: CC: Takashi Iwai <tiwai@suse.de>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 28671 bytes --]
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2016-12-19 16:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-19 11:08 [PATCH v3 0/4] Generic HDMI codec: Add channel mapping control Arnaud Pouliquen
2016-12-19 11:08 ` [PATCH v3 1/4] DRM: add help to get ELD speaker allocation Arnaud Pouliquen
2016-12-20 14:07 ` Jani Nikula
2016-12-19 11:08 ` [PATCH v3 2/4] ALSA pcm: allow non constant snd_pcm_chmap_elem Arnaud Pouliquen
2016-12-19 16:31 ` kbuild test robot [this message]
2016-12-19 17:16 ` Arnaud Pouliquen
2016-12-19 11:08 ` [PATCH v3 3/4] ASoC: core: add optional pcm_new callback for DAI driver Arnaud Pouliquen
2016-12-19 11:08 ` [PATCH v3 4/4] ASoC: hdmi-codec: add channel mapping control Arnaud Pouliquen
2016-12-19 19:49 ` [PATCH v3 0/4] Generic HDMI codec: Add " Takashi Sakamoto
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=201612200020.DdCKTN8h%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=arnaud.pouliquen@st.com \
--cc=broonie@kernel.org \
--cc=daniel.vetter@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jsarha@ti.com \
--cc=kbuild-all@01.org \
--cc=lgirdwood@gmail.com \
--cc=o-takashi@sakamocchi.jp \
/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).