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-larger-than=] 478 | } | ^ sound/soc/generic/simple-card.c: In function 'asoc_simple_probe': sound/soc/generic/simple-card.c:706:1: warning: the frame size of 1552 bytes is larger than 1024 bytes [-Wframe-larger-than=] 706 | } | ^ sound/soc/generic/audio-graph-card.c: In function 'audio_graph_parse_of': sound/soc/generic/audio-graph-card.c:612:1: warning: the frame size of 1552 bytes is larger than 1024 bytes [-Wframe-larger-than=] 612 | } | ^ Presumably introduced by commit 343e55e71877 ("ASoC: simple-card-utils: Increase maximum number of links to 128") -- Cheers, Stephen Rothwell