linux-zen-desktop/drivers/media/usb/cx231xx/cx231xx-alsa.mod.c

81 lines
2.3 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") = {
{ 0x37a0cba, "kfree" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0x614cda77, "cx231xx_capture_start" },
{ 0xba8fbd64, "_raw_spin_lock" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x6383b27c, "__x86_indirect_thunk_rdx" },
{ 0x212e8677, "usb_submit_urb" },
{ 0xa8d1337e, "_dev_info" },
{ 0x59d0b4c4, "snd_card_new" },
{ 0x9040242d, "_dev_err" },
{ 0x50d31c29, "snd_pcm_stream_unlock_irqrestore" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0xd2c83486, "snd_card_free_when_closed" },
{ 0x6d9af3e2, "snd_pcm_set_ops" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0x3fcb7d8c, "snd_pcm_set_managed_buffer_all" },
{ 0xfb578fc5, "memset" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x501e676a, "cx231xx_register_extension" },
{ 0xfd49127a, "snd_pcm_hw_constraint_integer" },
{ 0xf8aa163c, "usb_unlink_urb" },
{ 0x3213f038, "mutex_unlock" },
{ 0x36586df6, "usb_kill_urb" },
{ 0xe82ea52c, "_snd_pcm_stream_lock_irqsave" },
{ 0x415e2bf0, "v4l2_subdev_call_wrappers" },
{ 0x11df71d2, "snd_pcm_period_elapsed" },
{ 0xa7940382, "param_ops_int" },
{ 0xb5b54b34, "_raw_spin_unlock" },
{ 0xeb233a45, "__kmalloc" },
{ 0x99534042, "is_fw_load" },
{ 0x2d3385d3, "system_wq" },
{ 0x26670b25, "usb_alloc_urb" },
{ 0x789ae64b, "cx231xx_unregister_extension" },
{ 0x3b9f54fd, "usb_free_urb" },
{ 0xa94e7185, "snd_pcm_new" },
{ 0xc5b6f236, "queue_work_on" },
{ 0xd9e38370, "snd_card_register" },
{ 0xabe073f8, "snd_card_free" },
{ 0xa26b5f76, "cx231xx_set_alt_setting" },
{ 0x69acdf38, "memcpy" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "cx231xx,snd-pcm,videodev");