diff options
| author | Arnd Bergmann <[email protected]> | 2024-09-07 20:00:38 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-09-09 11:29:44 +0000 |
| commit | 876dec03fdfb7eeb592d01a95ba292c9e53b324b (patch) | |
| tree | c9153fc209498afc59cb6c5baafe67f7340c2ebf /sound/soc/codecs/lpass-tx-macro.c | |
| parent | ASoC: mediatek: mt8365: include linux/bitfield.h (diff) | |
| download | kernel-876dec03fdfb7eeb592d01a95ba292c9e53b324b.tar.gz kernel-876dec03fdfb7eeb592d01a95ba292c9e53b324b.zip | |
ASoC: mediatek: mt8365: remove unused mt8365_i2s_hd_str
The mt8365_i2s_enum and mt8365_i2s_hd_str variables are not
used anywhere, but cause a warning when building with C=1
or when enabling -Wunused-const-variable:
sound/soc/mediatek/mt8365/mt8365-dai-i2s.c:781:27: error: 'mt8365_i2s_hd_str' defined but not used [-Werror=unused-const-variable=]
781 | static const char * const mt8365_i2s_hd_str[] = {
| ^~~~~~~~~~~~~~~~~
Remove these for the moment, they can be added back if a
user comes up.
Fixes: 402bbb13a195 ("ASoC: mediatek: mt8365: Add I2S DAI support")
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Matthias Brugger <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/codecs/lpass-tx-macro.c')
0 files changed, 0 insertions, 0 deletions
