linux-zen-desktop/drivers/media/pci/cx18/cx18-alsa.mod.c

76 lines
2.1 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
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0x69acdf38, "memcpy" },
{ 0x37a0cba, "kfree" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0xcbd4898c, "fortify_panic" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0xcbf1ad9e, "cx18_start_v4l2_encode_stream" },
{ 0x122c3a7e, "_printk" },
{ 0xed0eb77c, "snd_pcm_stream_unlock" },
{ 0xa916b694, "strnlen" },
{ 0x59d0b4c4, "snd_card_new" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0x6d9af3e2, "snd_pcm_set_ops" },
{ 0x3f44938a, "cx18_claim_stream" },
{ 0xe49acc4e, "cx18_release_stream" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0x3fcb7d8c, "snd_pcm_set_managed_buffer_all" },
{ 0xb2baf115, "cx18_stop_v4l2_encode_stream" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xfd49127a, "snd_pcm_hw_constraint_integer" },
{ 0xdd64e639, "strscpy" },
{ 0x859fd14a, "snd_pcm_stream_lock" },
{ 0x41dc0090, "cx18_ext_init" },
{ 0x3213f038, "mutex_unlock" },
{ 0x95d8c885, "driver_for_each_device" },
{ 0x11df71d2, "snd_pcm_period_elapsed" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0xa7940382, "param_ops_int" },
{ 0xa26450a2, "pci_bus_type" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xbe63fbc, "driver_find" },
{ 0xa94e7185, "snd_pcm_new" },
{ 0x656e4a6e, "snprintf" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0xd9e38370, "snd_card_register" },
{ 0xabe073f8, "snd_card_free" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "cx18,snd-pcm");
MODULE_INFO(srcversion, "0A31E57A452F6B591496F85");