Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sound: soc: phytium: Avoid unneeded-internal-declaration warning by c…
…lang Fix follow errors with clang-19: sound/soc/phytium/phytium_i2s.c:979:18: error: variable 'bus_widths' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration] 979 | static const u32 bus_widths[COMP_MAX_DATA_WIDTH] = { | ^~~~~~~~~~ sound/soc/phytium/phytium_i2s.c:987:18: error: variable 'formats' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration] 987 | static const u32 formats[COMP_MAX_WORDSIZE] = { | ^~~~~~~ 2 errors generated. Signed-off-by: WangYuli <[email protected]>
- Loading branch information