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

91 lines
2.6 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") = {
{ 0x4f816e9b, "snd_pcm_format_big_endian" },
{ 0x81e8147, "snd_ctl_notify" },
{ 0xab4a508e, "saa_dsp_writel" },
{ 0xc4b91264, "saa7134_set_dmabits" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0x3213f038, "mutex_unlock" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0xfd49127a, "snd_pcm_hw_constraint_integer" },
{ 0x829dcd01, "snd_pcm_hw_constraint_step" },
{ 0x59d0b4c4, "snd_card_new" },
{ 0x92d5838e, "request_threaded_irq" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x2650eb97, "snd_ctl_new1" },
{ 0xc084f10b, "snd_ctl_add" },
{ 0xa94e7185, "snd_pcm_new" },
{ 0x6d9af3e2, "snd_pcm_set_ops" },
{ 0x3c3ff9fd, "sprintf" },
{ 0xd9e38370, "snd_card_register" },
{ 0x1211df5d, "saa7134_devlist" },
{ 0x730c4be3, "saa7134_boards" },
{ 0xfb34596d, "saa7134_pgtable_free" },
{ 0x999e8297, "vfree" },
{ 0x8c9cdb04, "dma_unmap_sg_attrs" },
{ 0xa0b04675, "vmalloc_32" },
{ 0xfb578fc5, "memset" },
{ 0x40a9b349, "vzalloc" },
{ 0x2cf0c910, "sg_init_table" },
{ 0xee65f74c, "dma_map_sg_attrs" },
{ 0x50e86706, "saa7134_pgtable_alloc" },
{ 0xdcf0471f, "saa7134_pgtable_build" },
{ 0x9ee3bfc2, "param_array_ops" },
{ 0xa7940382, "param_ops_int" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x8427cc7b, "_raw_spin_lock_irq" },
{ 0x4b750f53, "_raw_spin_unlock_irq" },
{ 0xabe073f8, "snd_card_free" },
{ 0xc8c55bbe, "saa7134_dmasound_init" },
{ 0xc80ffeb5, "saa7134_dmasound_exit" },
{ 0x122c3a7e, "_printk" },
{ 0xb5b54b34, "_raw_spin_unlock" },
{ 0xba8fbd64, "_raw_spin_lock" },
{ 0x2cf56265, "__dynamic_pr_debug" },
{ 0x4c81fd37, "snd_pcm_stop_xrun" },
{ 0x11df71d2, "snd_pcm_period_elapsed" },
{ 0xc1514a3b, "free_irq" },
{ 0xb2ddf270, "saa7134_tvaudio_setmute" },
{ 0x37a0cba, "kfree" },
{ 0x97c7cfd9, "vmalloc_to_page" },
{ 0xe56a9336, "snd_pcm_format_width" },
{ 0x1d027e4b, "snd_pcm_format_signed" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "snd-pcm,saa7134");