69 lines
1.9 KiB
C
69 lines
1.9 KiB
C
#include <linux/module.h>
|
|
#define INCLUDE_VERMAGIC
|
|
#include <linux/build-salt.h>
|
|
#include <linux/elfnote-lto.h>
|
|
#include <linux/export-internal.h>
|
|
#include <linux/vermagic.h>
|
|
#include <linux/compiler.h>
|
|
|
|
BUILD_SALT;
|
|
BUILD_LTO_INFO;
|
|
|
|
MODULE_INFO(vermagic, VERMAGIC_STRING);
|
|
MODULE_INFO(name, KBUILD_MODNAME);
|
|
|
|
__visible struct module __this_module
|
|
__section(".gnu.linkonce.this_module") = {
|
|
.name = KBUILD_MODNAME,
|
|
.init = init_module,
|
|
#ifdef CONFIG_MODULE_UNLOAD
|
|
.exit = cleanup_module,
|
|
#endif
|
|
.arch = MODULE_ARCH_INIT,
|
|
};
|
|
|
|
MODULE_INFO(intree, "Y");
|
|
|
|
#ifdef CONFIG_RETPOLINE
|
|
MODULE_INFO(retpoline, "Y");
|
|
#endif
|
|
|
|
SYMBOL_CRC(rt5514_spi_burst_read, 0x61ff58e3, "_gpl");
|
|
SYMBOL_CRC(rt5514_spi_burst_write, 0xff87892f, "_gpl");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0x39cced5e, "devm_snd_soc_register_component" },
|
|
{ 0xa19b956, "__stack_chk_fail" },
|
|
{ 0xb2fcb56d, "queue_delayed_work_on" },
|
|
{ 0x541430dd, "spi_sync" },
|
|
{ 0x9040242d, "_dev_err" },
|
|
{ 0x4dfa8d4b, "mutex_lock" },
|
|
{ 0xca64e135, "driver_unregister" },
|
|
{ 0xcefb0c9f, "__mutex_init" },
|
|
{ 0x3fcb7d8c, "snd_pcm_set_managed_buffer_all" },
|
|
{ 0xfb578fc5, "memset" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x3213f038, "mutex_unlock" },
|
|
{ 0x9fa7184a, "cancel_delayed_work_sync" },
|
|
{ 0xc6f46339, "init_timer_key" },
|
|
{ 0x8dc5692c, "__spi_register_driver" },
|
|
{ 0xffeedf6a, "delayed_work_timer_fn" },
|
|
{ 0xfe644df5, "snd_soc_set_runtime_hwparams" },
|
|
{ 0x11df71d2, "snd_pcm_period_elapsed" },
|
|
{ 0xac4a1f46, "kmalloc_trace" },
|
|
{ 0x5b94ad75, "kmalloc_caches" },
|
|
{ 0x2d3385d3, "system_wq" },
|
|
{ 0x52b1e45, "devm_request_threaded_irq" },
|
|
{ 0x5bc8ba21, "devm_kmalloc" },
|
|
{ 0x1cfba015, "stackleak_track_stack" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "snd-soc-core,snd-pcm");
|
|
|
|
MODULE_ALIAS("of:N*T*Crealtek,rt5514");
|
|
MODULE_ALIAS("of:N*T*Crealtek,rt5514C*");
|