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>
Mon, 7 Feb 2022 07:13:00 +0000 (16:13 +0900)
commit6d9c607adb804dc74ea850a021b20d13fcfbafb8
tree8a16b6418a9bf8eb6fe23bff215161a0f684b98f
parentc90b14c0636748de50a8ad7d979d6a62b6a5e221
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: I9f098eee46d2baa500ad2b7624cfff0ebbc81b40
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
sound/soc/codecs/ac108.c