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>
Wed, 23 Nov 2022 02:31:04 +0000 (11:31 +0900)
commitc1d324521a0934da7dae4fd217574c6bf97101c0
tree73609113b2ea067cb4a89e641f26901459ced408
parentada5e2442ad9fa47e8c0492fd58eb776292cec35
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