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

100 lines
2.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
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xb5b54b34, "_raw_spin_unlock" },
{ 0x8410b88b, "pci_unregister_driver" },
{ 0x59d0b4c4, "snd_card_new" },
{ 0xd24c8f20, "pci_enable_device" },
{ 0xcf8ee05c, "pci_set_master" },
{ 0x1b827fa9, "cx88_core_get" },
{ 0x15b6efa7, "dma_set_mask" },
{ 0x5cdcda7f, "cx88_core_put" },
{ 0xa94e7185, "snd_pcm_new" },
{ 0x6d9af3e2, "snd_pcm_set_ops" },
{ 0x2650eb97, "snd_ctl_new1" },
{ 0xc084f10b, "snd_ctl_add" },
{ 0x3c3ff9fd, "sprintf" },
{ 0xd9e38370, "snd_card_register" },
{ 0x92d5838e, "request_threaded_irq" },
{ 0x22fa15ce, "pci_read_config_byte" },
{ 0xe523ad75, "synchronize_irq" },
{ 0xc1514a3b, "free_irq" },
{ 0x3a693bea, "pci_disable_device" },
{ 0x999e8297, "vfree" },
{ 0xefb2a051, "dma_free_attrs" },
{ 0x37a0cba, "kfree" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0xa0b04675, "vmalloc_32" },
{ 0xfb578fc5, "memset" },
{ 0x40a9b349, "vzalloc" },
{ 0x2cf0c910, "sg_init_table" },
{ 0x8c9cdb04, "dma_unmap_sg_attrs" },
{ 0xee65f74c, "dma_map_sg_attrs" },
{ 0x89c3b570, "cx88_risc_databuffer" },
{ 0x8427cc7b, "_raw_spin_lock_irq" },
{ 0x4b750f53, "_raw_spin_unlock_irq" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0xd62f7b11, "__v4l2_ctrl_s_ctrl" },
{ 0x3213f038, "mutex_unlock" },
{ 0x8e25bbbf, "snd_ctl_boolean_mono_info" },
{ 0xa7940382, "param_ops_int" },
{ 0x9ee3bfc2, "param_array_ops" },
{ 0x69aea3a6, "param_ops_bool" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xc9c41e74, "__pci_register_driver" },
{ 0xabe073f8, "snd_card_free" },
{ 0x276be355, "v4l2_ctrl_find" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x96547cef, "v4l2_ctrl_g_ctrl" },
{ 0x122c3a7e, "_printk" },
{ 0x5edb7ae5, "cx88_print_irqbits" },
{ 0x11df71d2, "snd_pcm_period_elapsed" },
{ 0x40397226, "cx88_core_irq" },
{ 0x8d88137a, "cx88_sram_channels" },
{ 0x3c4e2fef, "cx88_sram_channel_dump" },
{ 0x1f00d470, "snd_pcm_hw_constraint_pow2" },
{ 0x97c7cfd9, "vmalloc_to_page" },
{ 0xba8fbd64, "_raw_spin_lock" },
{ 0x670b58a, "cx88_sram_channel_setup" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "cx88xx,snd-pcm,videodev");
MODULE_ALIAS("pci:v000014F1d00008801sv*sd*bc*sc*i*");
MODULE_ALIAS("pci:v000014F1d00008811sv*sd*bc*sc*i*");
MODULE_INFO(srcversion, "01F107770CB1DC6B8163AE7");