ASoC: ac108: fix build warning about '-Wimplict-fallthrough'
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 9 Jul 2020 10:04:51 +0000 (19:04 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 09:35:23 +0000 (18:35 +0900)
commitf685473e850f914ee2bde6480e73d67165bb9a4a
treee241a4ccb88335a666ed424297f26ac8e3a8c6e1
parentdf4685a1901cab613da60f0dd5074eb5b1aa8f6f
ASoC: ac108: fix build warning about '-Wimplict-fallthrough'

Fix build warning about '-Wimplicit-fallthrough'.

In file included from ./include/linux/acpi.h:15,
                 from ./include/linux/i2c.h:13,
                 from sound/soc/codecs/ac108.c:21:
sound/soc/codecs/ac108.c: In function 'ac108_set_fmt':
./include/linux/device.h:1758:5: warning: this statement may fall through [-Wimplicit-fallthrough=]

Change-Id: I89c995e338d2c2afbcc61d49495b406df76e17ab
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
sound/soc/codecs/ac108.c