linux-next: build warning after merge of the sound-asoc tree

2021-04-18 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: sound/soc/generic/simple-card.c: In function 'simple_parse_of': sound/soc/generic/simple-card.c:478:1: warning: the frame size of 1552 bytes is larger than 1024 bytes [-Wframe-larg

Re: linux-next: build warning after merge of the sound-asoc tree

2021-03-22 Thread Mukunda,Vijendar
On 3/23/21 11:13 AM, Stephen Rothwell wrote: Hi all, After merging the sound-asoc tree, today's linux-next build (powerpc allyesconfig) produced this warning: sound/soc/amd/acp-da7219-max98357a.c:684:28: warning: 'cz_rt5682_card' defined but not used [-Wunused-variable] 684 | static stru

linux-next: build warning after merge of the sound-asoc tree

2021-03-22 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (powerpc allyesconfig) produced this warning: sound/soc/amd/acp-da7219-max98357a.c:684:28: warning: 'cz_rt5682_card' defined but not used [-Wunused-variable] 684 | static struct snd_soc_card cz_rt5682_card = { |

linux-next: build warning after merge of the sound-asoc tree

2020-11-10 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/codecs/mt6359.c: In function 'mt6359_platform_driver_remove': sound/soc/codecs/mt6359.c:2823:6: warning: unused variable 'ret' [-Wunused-variable] 2823 | int ret; |

linux-next: build warning after merge of the sound-asoc tree

2020-10-01 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/fsl/fsl_spdif.c: In function 'fsl_spdif_probe': sound/soc/fsl/fsl_spdif.c:1255:22: warning: unused variable 'np' [-Wunused-variable] 1255 | struct device_node *np = pdev->

Re: linux-next: build warning after merge of the sound-asoc tree

2020-09-18 Thread Kai Vehmanen
Hello, +Daniel,+Pierre On Fri, 18 Sep 2020, Stephen Rothwell wrote: > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > WARNING: modpost: missing MODULE_LICENSE() in sound/soc/sof/imx/imx-common.o thanks for the report. I made a patc

linux-next: build warning after merge of the sound-asoc tree

2020-09-17 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: WARNING: modpost: missing MODULE_LICENSE() in sound/soc/sof/imx/imx-common.o Introduced by commit 18ebffe4d043 ("ASoC: SOF: imx: Add debug support for imx platforms") -- Cheers,

linux-next: build warning after merge of the sound-asoc tree

2020-08-18 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/sunxi/sun8i-codec.c:532:12: warning: 'sun8i_codec_component_probe' defined but not used [-Wunused-function] 532 | static int sun8i_codec_component_probe(struct snd_soc_com

Re: linux-next: build warning after merge of the sound-asoc tree

2020-05-29 Thread Pierre-Louis Bossart
On 5/29/20 8:55 AM, Pierre-Louis Bossart wrote: On 5/29/20 8:30 AM, Mark Brown wrote: On Thu, May 28, 2020 at 01:57:17PM +1000, Stephen Rothwell wrote: Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/sof/intel/byt

Re: linux-next: build warning after merge of the sound-asoc tree

2020-05-29 Thread Pierre-Louis Bossart
On 5/29/20 8:30 AM, Mark Brown wrote: On Thu, May 28, 2020 at 01:57:17PM +1000, Stephen Rothwell wrote: Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/sof/intel/byt.c:464:12: warning: 'byt_remove' defined but not us

Re: linux-next: build warning after merge of the sound-asoc tree

2020-05-29 Thread Mark Brown
On Thu, May 28, 2020 at 01:57:17PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > sound/soc/sof/intel/byt.c:464:12: warning: 'byt_remove' defined but not used > [-Wunused-function] > 46

linux-next: build warning after merge of the sound-asoc tree

2020-05-27 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/sof/intel/byt.c:464:12: warning: 'byt_remove' defined but not used [-Wunused-function] 464 | static int byt_remove(struct snd_sof_dev *sdev) |^~

linux-next: build warning after merge of the sound-asoc tree

2019-10-22 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/codecs/rt5677-spi.c: In function 'rt5677_spi_pcm_close': sound/soc/codecs/rt5677-spi.c:114:30: warning: unused variable 'rtd' [-Wunused-variable] 114 | struct snd_soc_pcm

linux-next: build warning after merge of the sound-asoc tree

2019-10-07 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/jz4740/jz4740-i2s.c: In function 'jz4740_i2s_dev_probe': sound/soc/jz4740/jz4740-i2s.c:500:29: warning: unused variable 'match' [-Wunused-variable] 500 | const struct of_

Re: linux-next: build warning after merge of the sound-asoc tree

2019-04-25 Thread Nicolin Chen
On Fri, Apr 26, 2019 at 01:05:49PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the sound-asoc tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > sound/soc/fsl/fsl_sai.c: In function 'fsl_sai_remove': > sound/soc/fsl/fsl_sai.c:921:1: warning: no ret

linux-next: build warning after merge of the sound-asoc tree

2019-04-25 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: sound/soc/fsl/fsl_sai.c: In function 'fsl_sai_remove': sound/soc/fsl/fsl_sai.c:921:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ Introduced

Re: linux-next: build warning after merge of the sound-asoc tree

2019-04-08 Thread Annaliese McDermond
Stephen -- I’m testing a potential solution now and I’ll be submitting something in the next couple of days. Thanks for the heads up. -- Annaliese McDermond n...@nh6z.net > On Apr 8, 2019, at 4:12 PM, Stephen Rothwell wrote: > > Hi all, > > On Tue, 26 Mar 2019 10:01:45 +1100 Stephen Rothwel

linux-next: build warning after merge of the sound-asoc tree

2019-04-08 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/intel/boards/bytcht_es8316.c: In function 'snd_byt_cht_es8316_mc_probe': sound/soc/intel/boards/bytcht_es8316.c:508:11: warning: cast from pointer to integer of different s

Re: linux-next: build warning after merge of the sound-asoc tree

2019-04-08 Thread Stephen Rothwell
Hi all, On Tue, 26 Mar 2019 10:01:45 +1100 Stephen Rothwell wrote: > > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > sound/soc/codecs/tlv320aic32x4-clk.c: In function > 'clk_aic32x4_pll_recalc_rate': > sound/soc/codecs/tlv320aic3

linux-next: build warning after merge of the sound-asoc tree

2019-03-25 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/codecs/tlv320aic32x4-clk.c: In function 'clk_aic32x4_pll_recalc_rate': sound/soc/codecs/tlv320aic32x4-clk.c:149:38: warning: 'settings.d' may be used uninitialized in this f

linux-next: build warning after merge of the sound-asoc tree

2019-03-19 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: In file included from include/linux/pm_runtime.h:12, from sound/soc/codecs/wm_adsp.c:21: sound/soc/codecs/wm_adsp.c: In function 'wmfw_parse_id_header': sound/soc/code

linux-next: build warning after merge of the sound-asoc tree

2019-02-20 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: sound/soc/samsung/odroid.c: In function 'odroid_audio_probe': sound/soc/samsung/odroid.c:298:22: warning: 'cpu_dai' may be used uninitialized in this function [-Wmaybe-uninitialize

Re: linux-next: build warning after merge of the sound-asoc tree

2019-02-13 Thread Sylwester Nawrocki
Hi Stephen, On 2/13/19 02:31, Stephen Rothwell wrote: > After merging the sound-asoc tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > sound/soc/samsung/i2s.c: In function 'samsung_i2s_remove': > sound/soc/samsung/i2s.c:1469:27: warning: unused variable 'priv'

linux-next: build warning after merge of the sound-asoc tree

2019-02-12 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: sound/soc/samsung/i2s.c: In function 'samsung_i2s_remove': sound/soc/samsung/i2s.c:1469:27: warning: unused variable 'priv' [-Wunused-variable] struct samsung_i2s_priv *priv = de

linux-next: build warning after merge of the sound-asoc tree

2018-09-06 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: sound/soc/soc-dapm.c: In function 'snd_soc_dai_link_event': sound/soc/soc-dapm.c:3771:9: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] return

Re: linux-next: build warning after merge of the sound-asoc tree

2018-08-02 Thread Mark Brown
On Thu, Aug 02, 2018 at 02:06:30PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: I was sent a patch for this already, should be fixed tomorrow. Thanks for reporting. signature.asc Descript

linux-next: build warning after merge of the sound-asoc tree

2018-08-01 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: WARNING: unmet direct dependencies detected for SND_SOC_QDSP6 Depends on [n]: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && QCOM_APR [=n] && HAS_DMA [=y] Selected by [m]: -

Re: linux-next: build warning after merge of the sound-asoc tree

2018-07-25 Thread Agrawal, Akshu
On 7/26/2018 7:49 AM, Stephen Rothwell wrote: > Hi all, > > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > sound/soc/amd/acp-da7219-max98357a.c: In function 'cz_probe': > sound/soc/amd/acp-da7219-max98357a.c:367:3: warning: 'ret'

linux-next: build warning after merge of the sound-asoc tree

2018-07-25 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/amd/acp-da7219-max98357a.c: In function 'cz_probe': sound/soc/amd/acp-da7219-max98357a.c:367:3: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitiali

linux-next: build warning after merge of the sound-asoc tree

2018-05-09 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: WARNING: modpost: missing MODULE_LICENSE() in sound/soc/omap/snd-soc-sdma.o see include/linux/module.h for more information WARNING: modpost: missing MODULE_LICENSE() in sound/soc/omap

Re: linux-next: build warning after merge of the sound-asoc tree

2018-02-12 Thread Kuninori Morimoto
Hi Stephen > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > sound/soc/codecs/wm9081.c: In function 'wm9081_digital_mute': > sound/soc/codecs/wm9081.c:1161:7: warning: 'reg' may be used uninitialized in > this function [-Wmaybe-unin

linux-next: build warning after merge of the sound-asoc tree

2018-02-12 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/codecs/wm9081.c: In function 'wm9081_digital_mute': sound/soc/codecs/wm9081.c:1161:7: warning: 'reg' may be used uninitialized in this function [-Wmaybe-uninitialized] re

linux-next: build warning after merge of the sound-asoc tree

2017-10-31 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/stm/stm32_sai_sub.c: In function 'stm32_sai_hw_params': sound/soc/stm/stm32_sai_sub.c:485:7: warning: 'cr1' may be used uninitialized in this function [-Wmaybe-uninitialized

linux-next: build warning after merge of the sound-asoc tree

2017-09-03 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/codecs/cs43130.c: In function 'cs43130_imp_meas': sound/soc/codecs/cs43130.c:2089:18: warning: 'hpload_seq' may be used uninitialized in this function [-Wmaybe-uninitialized

Re: linux-next: build warning after merge of the sound-asoc tree

2017-08-22 Thread Takashi Iwai
On Wed, 23 Aug 2017 04:20:07 +0200, Stephen Rothwell wrote: > > Hi all, > > After merging the sound-asoc tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > sound/soc/tegra/tegra_wm8903.c: In function 'tegra_wm8903_remove': > sound/soc/tegra/tegra_wm8903.c:206:23

linux-next: build warning after merge of the sound-asoc tree

2017-08-22 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: sound/soc/tegra/tegra_wm8903.c: In function 'tegra_wm8903_remove': sound/soc/tegra/tegra_wm8903.c:206:23: warning: unused variable 'machine' [-Wunused-variable] struct tegra_wm89

linux-next: build warning after merge of the sound-asoc tree

2017-07-02 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: In file included from sound/soc/intel/skylake/skl-debug.c:23:0: sound/soc/intel/skylake/../common/sst-dsp-priv.h:63:42: warning: 'struct sst_pdata' declared inside parameter list in

Re: linux-next: build warning after merge of the sound-asoc tree

2017-04-26 Thread Vinod Koul
On Thu, Apr 27, 2017 at 11:29:20AM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > sound/soc/intel/skylake/bxt-sst.c: In function 'bxt_sst_dsp_init': > sound/soc/intel/skylake/bxt-sst.c:567

linux-next: build warning after merge of the sound-asoc tree

2017-04-26 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/intel/skylake/bxt-sst.c: In function 'bxt_sst_dsp_init': sound/soc/intel/skylake/bxt-sst.c:567:14: warning: 'skl' may be used uninitialized in this function [-Wmaybe-uniniti

linux-next: build warning after merge of the sound-asoc tree

2017-01-31 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/intel/boards/cht_bsw_rt5645.c: In function 'cht_codec_init': sound/soc/intel/boards/cht_bsw_rt5645.c:265:22: warning: unused variable 'codec_dai' [-Wunused-variable] struc

linux-next: build warning after merge of the sound-asoc tree

2016-12-05 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/soc-topology.c: In function 'soc_tplg_dapm_widget_create': sound/soc/soc-topology.c:1566:36: warning: 'kcontrol_type' may be used uninitialized in this function [-Wmaybe-uni

Re: linux-next: build warning after merge of the sound-asoc tree

2015-07-12 Thread Valentin Rothberg
Hi, On Mon, Jul 13, 2015 at 5:23 AM, Stephen Rothwell wrote: > Hi all, > > After merging the sound-asoc tree, today's linux-next build (powerpc > allyesconfig) produced this warning: > > warning: (SND_SOC_ALL_CODECS) selects SND_SOC_STI_SAS which has unmet direct > dependencies (SOUND && !M68K &

linux-next: build warning after merge of the sound-asoc tree

2015-07-12 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (powerpc allyesconfig) produced this warning: warning: (SND_SOC_ALL_CODECS) selects SND_SOC_STI_SAS which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && SND_SOC_STI) Introduced by commit 32a726b2e

linux-next: build warning after merge of the sound-asoc tree

2015-03-18 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: sound/soc/soc-dapm.c: In function 'snd_soc_dapm_new_pcm': sound/soc/soc-dapm.c:3389:4: warning: passing argument 1 of 'snprintf' discards 'const' qualifier from pointer target type

linux-next: build warning after merge of the sound-asoc tree

2014-04-14 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/intel/sst-haswell-pcm.c: In function 'hsw_stream_volume_put': sound/soc/intel/sst-haswell-pcm.c:139:38: warning: initialization from incompatible pointer type [enabled by de

linux-next: build warning after merge of the sound-asoc tree

2014-02-19 Thread Stephen Rothwell
Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/codecs/cs42l51.c: In function 'cs42l51_probe': sound/soc/codecs/cs42l51.c:490:26: warning: unused variable 'cs42l51' [-Wunused-variable] struct cs42l51_private *cs42l51 =