mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 12:31:52 -04:00
ALSA: tea6330t: move snd_tea6330t_detect() EXPORT_SYMBOL
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
This commit is contained in:
committed by
Takashi Iwai
parent
1b64e52380
commit
22cb174c0a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user