sound: soc: ac108: Remove unused function ac101_set_clock() 74/302474/1 accepted/tizen/unified/riscv/20231211.043621
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 7 Dec 2023 10:00:00 +0000 (19:00 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 7 Dec 2023 10:00:03 +0000 (19:00 +0900)
commita0c2693d6b6d002886c8c688d0e9a1d760969cb6
treeb5676e6bf14d15ddff6711e01731f893a98f6bcc
parent5062cfad3a4c4b412871d5f8d664b377c52acb52
sound: soc: ac108: Remove unused function ac101_set_clock()

Remove unused function ac101_set_clock() which causes following
build warning:

  sound/soc/codecs/ac101.c:1240:12: warning: 'ac101_set_clock' defined but not used [-Wunused-function]
   1240 | static int ac101_set_clock(int y_start_n_stop) {
        |            ^~~~~~~~~~~~~~~

Change-Id: Ic7adb2d90f59738f9f1acbec0c5db1606a0205b4
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
sound/soc/codecs/ac101.c