linux-zen-desktop/sound/soc/codecs/snd-soc-cros-ec-codec.mod.c

88 lines
2.6 KiB
C
Raw Permalink Normal View History

2023-08-30 17:31:07 +02:00
#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
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0x4dfa8d4b, "mutex_lock" },
{ 0xfac729a3, "snd_soc_add_component_controls" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x3fcb7d8c, "snd_pcm_set_managed_buffer_all" },
{ 0xfb578fc5, "memset" },
{ 0xb024ade4, "_dev_warn" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x2f5507b8, "__platform_driver_register" },
{ 0x4ece3615, "blocking_notifier_chain_unregister" },
{ 0x3213f038, "mutex_unlock" },
{ 0x9fa7184a, "cancel_delayed_work_sync" },
{ 0xc6f46339, "init_timer_key" },
{ 0xe39b2ea5, "sha256" },
{ 0x56470118, "__warn_printk" },
{ 0xffeedf6a, "delayed_work_timer_fn" },
{ 0xfe644df5, "snd_soc_set_runtime_hwparams" },
{ 0xe40a16de, "snd_soc_bytes_tlv_callback" },
{ 0xa7c8bbda, "devm_ioremap_wc" },
{ 0x11df71d2, "snd_pcm_period_elapsed" },
{ 0xa4191c0b, "memset_io" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x81532eee, "cros_ec_get_host_event" },
{ 0xeb711ae7, "snd_soc_params_to_bclk" },
{ 0xeb233a45, "__kmalloc" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0x2d3385d3, "system_wq" },
{ 0xe56a9336, "snd_pcm_format_width" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0xbdc63c0c, "snd_soc_bytes_info_ext" },
{ 0x2d97b4db, "platform_driver_unregister" },
{ 0x9291cd3b, "memdup_user" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x7d628444, "memcpy_fromio" },
{ 0x69acdf38, "memcpy" },
{ 0x37a0cba, "kfree" },
{ 0x59ffa635, "cros_ec_cmd_xfer_status" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0xcbd4898c, "fortify_panic" },
{ 0x907d14d, "blocking_notifier_chain_register" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x39cced5e, "devm_snd_soc_register_component" },
{ 0xb9e7429c, "memcpy_toio" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0xb2fcb56d, "queue_delayed_work_on" },
{ 0xa8d1337e, "_dev_info" },
{ 0xd7c0ff4d, "snd_soc_info_volsw" },
{ 0x8e25bbbf, "snd_ctl_boolean_mono_info" },
{ 0x9040242d, "_dev_err" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "snd-soc-core,snd-pcm");
MODULE_ALIAS("acpi*:GOOG0013:*");