From: Stephen Rothwell <hidden> Date: 2012-01-23 01:14:41
Hi all,
After merging the sound-asoc tree, today's linux-next build (x86_64
allmodconfig) failed like this:
sound/soc/codecs/sgtl5000.c:1398:18: error: 'sgtl500_dapm_widgets' undeclared here (not in a function)
sound/soc/codecs/sgtl5000.c:1399:22: error: negative width in bit-field '<anonymous>'
sound/soc/codecs/sgtl5000.c:1400:17: error: 'sgtl500_dapm_routes' undeclared here (not in a function)
sound/soc/codecs/sgtl5000.c:1401:21: error: negative width in bit-field '<anonymous>'
Caused by commit 899896379670 ("ASoC: sgtl5000: Convert to table based
DAPM and control init"). Please at least build this stuff :-(
I have used the sound-asoc tree from next-20120120 for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
Hi all,
After merging the sound-asoc tree, today's linux-next build (x86_64
allmodconfig) failed like this:
sound/soc/codecs/sgtl5000.c:1398:18: error: 'sgtl500_dapm_widgets' undeclared here (not in a function)
sound/soc/codecs/sgtl5000.c:1399:22: error: negative width in bit-field '<anonymous>'
sound/soc/codecs/sgtl5000.c:1400:17: error: 'sgtl500_dapm_routes' undeclared here (not in a function)
sound/soc/codecs/sgtl5000.c:1401:21: error: negative width in bit-field '<anonymous>'
My apologies. I have just sent the corrected patch to the alsa-devel list.
Regards,
Fabio Estevam
From: Mark Brown <hidden> Date: 2012-01-23 10:47:34
On Mon, Jan 23, 2012 at 12:14:22PM +1100, Stephen Rothwell wrote:
Caused by commit 899896379670 ("ASoC: sgtl5000: Convert to table based
DAPM and control init"). Please at least build this stuff :-(
Mainline doesn't build (and wouldn't usefully run) for any of my
interesting configs right now which does tend to push testing of -next
down the priority list. Hopefully the fixes will make it into mainline
at some point soon.
From: Stephen Rothwell <hidden> Date: 2012-01-23 13:11:04
Hi Mark,
On Mon, 23 Jan 2012 10:47:22 +0000 Mark Brown [off-list ref] wrote:
On Mon, Jan 23, 2012 at 12:14:22PM +1100, Stephen Rothwell wrote:
quoted
Caused by commit 899896379670 ("ASoC: sgtl5000: Convert to table based
DAPM and control init"). Please at least build this stuff :-(
Mainline doesn't build (and wouldn't usefully run) for any of my
interesting configs right now which does tend to push testing of -next
down the priority list. Hopefully the fixes will make it into mainline
at some point soon.
The above remark was aimed past you at the developer involved (who has
already responded). People should not be feeding you untested patches.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au