Skip to content

Commit 5a81ef7

Browse files
plbossartujfalusi
authored andcommitted
fixup! ASoC: SOF: IPC4: Add pcm
>> sound/soc/sof/ipc4-pcm.c:69:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ sound/soc/sof/ipc4-pcm.c:69:3: note: insert 'break;' to avoid fall-through Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 6f30848 commit 5a81ef7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/sof/ipc4-pcm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ static int sof_ipc4_trigger_pipelines(struct snd_soc_component *component,
6666
case SOF_IPC4_PIPE_RESET:
6767
if (!WIDGET_IS_AIF(swidget->id))
6868
continue;
69+
break;
6970
default:
7071
break;
7172
}

0 commit comments

Comments
 (0)