lkml.org 
[lkml]   [2017]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectlinux-next: build failure after merge of the sound-asoc tree
Hi all,

After merging the sound-asoc tree, today's linux-next build (x86_64
allmodconfig) failed like this:

sound/soc/soc-topology.c: In function 'soc_tplg_widget_ready':
sound/soc/soc-topology.c:352:42: error: 'struct snd_soc_tplg_ops' has no member named 'widget_ready'
if (tplg->comp && tplg->ops && tplg->ops->widget_ready)
^
sound/soc/soc-topology.c:353:19: error: 'struct snd_soc_tplg_ops' has no member named 'widget_ready'
return tplg->ops->widget_ready(tplg->comp, w, tplg_w);
^
sound/soc/soc-topology.c: In function 'soc_tplg_dai_load':
sound/soc/soc-topology.c:364:10: error: too many arguments to function 'tplg->ops->dai_load'
return tplg->ops->dai_load(tplg->comp, dai_drv, pcm, dai);
^
sound/soc/soc-topology.c: In function 'soc_tplg_dai_create':
sound/soc/soc-topology.c:1722:8: error: too few arguments to function 'soc_tplg_dai_load'
ret = soc_tplg_dai_load(tplg, dai_drv);
^
sound/soc/soc-topology.c:359:12: note: declared here
static int soc_tplg_dai_load(struct soc_tplg *tplg,
^
sound/soc/soc-topology.c: In function 'soc_tplg_dai_config':
sound/soc/soc-topology.c:2205:8: error: too few arguments to function 'soc_tplg_dai_load'
ret = soc_tplg_dai_load(tplg, dai_drv);
^
sound/soc/soc-topology.c:359:12: note: declared here
static int soc_tplg_dai_load(struct soc_tplg *tplg,
^

Caused by commit

c8597af855f3 ("ASoC: topology: Allow bespoke configuration post widget creation")

Forgotten commit of an include file update?

I have used the sound-asoc tree from next-20170607 for today.

--
Cheers,
Stephen Rothwell

\
 
 \ /
  Last update: 2017-06-12 01:20    [W:0.021 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site