projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b64e52
)
ALSA: tea6330t: move snd_tea6330t_detect() EXPORT_SYMBOL
author
Cássio Gabriel
<cassiogabrielcontato@gmail.com>
Tue, 7 Apr 2026 15:35:41 +0000
(12:35 -0300)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 8 Apr 2026 07:55:03 +0000
(09:55 +0200)
Move the remaining standalone snd_tea6330t_detect() EXPORT_SYMBOL()
declaration next to its function definition so tea6330t.c follows the
usual layout.
No functional change intended.
Signed-off-by: Cássio Gabriel <cassiogabrielcontato@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link:
https://patch.msgid.link/20260407-alsa-interwave-pm-v2-1-8dd96c6129e9@gmail.com
sound/i2c/tea6330t.c
patch
|
blob
|
history
diff --git
a/sound/i2c/tea6330t.c
b/sound/i2c/tea6330t.c
index
e8c50a0
..
5341907
100644
(file)
--- a/
sound/i2c/tea6330t.c
+++ b/
sound/i2c/tea6330t.c
@@
-51,6
+51,7
@@
int snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer)
snd_i2c_unlock(bus);
return res;
}
+EXPORT_SYMBOL(snd_tea6330t_detect);
#if 0
static void snd_tea6330t_set(struct tea6330t *tea,
@@
-356,5
+357,4
@@
int snd_tea6330t_update_mixer(struct snd_card *card,
return err;
}
-EXPORT_SYMBOL(snd_tea6330t_detect);
EXPORT_SYMBOL(snd_tea6330t_update_mixer);