]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: nau8822: move nau8822_set_dai_sysclk()
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>
Thu, 13 Jun 2024 08:46:50 +0000 (10:46 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 18 Jun 2024 15:45:44 +0000 (16:45 +0100)
commit9292013bd3738bd00ee78bf1705620a9881031b5
tree2eeb5bacdf4b16974c0c2305d6cc47b2c6ec6d6c
parent595265c92668cbdbd9f299c49907734d468c12e9
ASoC: nau8822: move nau8822_set_dai_sysclk()

Next commit in series makes a change which calls nau8822_set_pll() from
nau8822_set_dai_sysclk(). Moving latter after the former would avoid a
forward declaration, and this is exactly what this change does.

Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Link: https://msgid.link/r/20240613084652.13113-2-andrejs.cainikovs@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/nau8822.c