]> git.hungrycats.org Git - linux/commit
ASoC: meson: aiu: make aiu_formatter_i2s_drv static
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 12 Aug 2026 20:50:34 +0000 (22:50 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 13 Aug 2026 12:14:47 +0000 (13:14 +0100)
commit583e44f2828b9628535c099ebdeb8758c9b2d90f
treebd58c40736f77f303e504979ec2371eb41fd01f5
parent0a91bb72980e4aa5f0c1be33d691e7767d7db9ed
ASoC: meson: aiu: make aiu_formatter_i2s_drv static

aiu_formatter_i2s_drv is indeed used only in the aiu and it is not meant
to be exported. It should be static.

Cc: Valerio Setti <vsetti@baylibre.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202608080634.hf6aJGPB-lkp@intel.com/
Fixes: 83b83024cdbf ("ASoC: meson: aiu: use aiu-formatter-i2s to format I2S output data")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Valerio Setti <vsetti@baylibre.com>
Link: https://patch.msgid.link/20260812-aiu-formatter-static-v1-1-67936d57ba05@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/meson/aiu.c