]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: intel: skylake: Add missing break in skl_tplg_get_token()
authorTakashi Iwai <tiwai@suse.de>
Wed, 3 Oct 2018 17:31:44 +0000 (19:31 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 4 Oct 2018 10:36:35 +0000 (11:36 +0100)
commitf7bb38f4508b214219ad48c75b0ac35bdc80a85b
tree3003a5fe383afa0741af3b68a9b8e5c883ce789b
parent8729e65a431c2eed0677c31e258fb5e6dc9f06cb
ASoC: intel: skylake: Add missing break in skl_tplg_get_token()

skl_tplg_get_token() misses a break in the big switch() block for
SKL_TKN_U8_CORE_ID entry.
Spotted nicely by -Wimplicit-fallthrough compiler option.

Fixes: 844c22dce95b ("ASoC: Intel: Skylake: Parse vendor tokens to build module data")
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-topology.c