mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ANDROID: SoC: core: export snd_soc_info_multi_ext as gpl-only
The commit with change-id I26343af2e4a35952d93dc2d5fa0caad2a3e50ffe only exported a new symbol, it needs to be marked as gpl-only until it lands upstream to be properly handled. Cc: Banajit Goswami <bgoswami@codeaurora.org> Cc: Sudheer Papothi <spapothi@codeaurora.org> Cc: Meng Wang <mwang@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I07bbe701dfcd3fe84818bde45ccac1cf699fe769
This commit is contained in:
parent
af10f5929e
commit
a30d199c6e
|
|
@ -3237,7 +3237,7 @@ int snd_soc_info_multi_ext(struct snd_kcontrol *kcontrol,
|
|||
uinfo->value.integer.max = platform_max;
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(snd_soc_info_multi_ext);
|
||||
EXPORT_SYMBOL_GPL(snd_soc_info_multi_ext);
|
||||
|
||||
int snd_soc_get_dai_name(struct of_phandle_args *args,
|
||||
const char **dai_name)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user