#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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 KSYMTAB_FUNC(snd_pcm_format_name, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_new_stream, "", ""); KSYMTAB_FUNC(snd_pcm_new, "", ""); KSYMTAB_FUNC(snd_pcm_new_internal, "", ""); KSYMTAB_FUNC(snd_pcm_stream_lock, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_stream_unlock, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_stream_lock_irq, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_stream_unlock_irq, "_gpl", ""); KSYMTAB_FUNC(_snd_pcm_stream_lock_irqsave, "_gpl", ""); KSYMTAB_FUNC(_snd_pcm_stream_lock_irqsave_nested, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_stream_unlock_irqrestore, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_hw_refine, "", ""); KSYMTAB_FUNC(snd_pcm_stop, "", ""); KSYMTAB_FUNC(snd_pcm_stop_xrun, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_suspend_all, "", ""); KSYMTAB_FUNC(snd_pcm_release_substream, "", ""); KSYMTAB_FUNC(snd_pcm_open_substream, "", ""); KSYMTAB_FUNC(snd_pcm_kernel_ioctl, "", ""); KSYMTAB_FUNC(snd_pcm_lib_default_mmap, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_mmap_data, "", ""); KSYMTAB_FUNC(snd_pcm_set_ops, "", ""); KSYMTAB_FUNC(snd_pcm_set_sync, "", ""); KSYMTAB_FUNC(snd_interval_refine, "", ""); KSYMTAB_FUNC(snd_interval_ratnum, "", ""); KSYMTAB_FUNC(snd_interval_list, "", ""); KSYMTAB_FUNC(snd_interval_ranges, "", ""); KSYMTAB_FUNC(snd_pcm_hw_rule_add, "", ""); KSYMTAB_FUNC(snd_pcm_hw_constraint_mask64, "", ""); KSYMTAB_FUNC(snd_pcm_hw_constraint_integer, "", ""); KSYMTAB_FUNC(snd_pcm_hw_constraint_minmax, "", ""); KSYMTAB_FUNC(snd_pcm_hw_constraint_list, "", ""); KSYMTAB_FUNC(snd_pcm_hw_constraint_ranges, "", ""); KSYMTAB_FUNC(snd_pcm_hw_constraint_ratnums, "", ""); KSYMTAB_FUNC(snd_pcm_hw_constraint_ratdens, "", ""); KSYMTAB_FUNC(snd_pcm_hw_constraint_msbits, "", ""); KSYMTAB_FUNC(snd_pcm_hw_constraint_step, "", ""); KSYMTAB_FUNC(snd_pcm_hw_constraint_pow2, "", ""); KSYMTAB_FUNC(snd_pcm_hw_rule_noresample, "", ""); KSYMTAB_FUNC(_snd_pcm_hw_params_any, "", ""); KSYMTAB_FUNC(snd_pcm_hw_param_value, "", ""); KSYMTAB_FUNC(_snd_pcm_hw_param_setempty, "", ""); KSYMTAB_FUNC(snd_pcm_hw_param_first, "", ""); KSYMTAB_FUNC(snd_pcm_hw_param_last, "", ""); KSYMTAB_FUNC(snd_pcm_lib_ioctl, "", ""); KSYMTAB_FUNC(snd_pcm_period_elapsed_under_stream_lock, "", ""); KSYMTAB_FUNC(snd_pcm_period_elapsed, "", ""); KSYMTAB_FUNC(__snd_pcm_lib_xfer, "", ""); KSYMTAB_DATA(snd_pcm_std_chmaps, "_gpl", ""); KSYMTAB_DATA(snd_pcm_alt_chmaps, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_add_chmap_ctls, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_format_signed, "", ""); KSYMTAB_FUNC(snd_pcm_format_unsigned, "", ""); KSYMTAB_FUNC(snd_pcm_format_linear, "", ""); KSYMTAB_FUNC(snd_pcm_format_little_endian, "", ""); KSYMTAB_FUNC(snd_pcm_format_big_endian, "", ""); KSYMTAB_FUNC(snd_pcm_format_width, "", ""); KSYMTAB_FUNC(snd_pcm_format_physical_width, "", ""); KSYMTAB_FUNC(snd_pcm_format_size, "", ""); KSYMTAB_FUNC(snd_pcm_format_silence_64, "", ""); KSYMTAB_FUNC(snd_pcm_format_set_silence, "", ""); KSYMTAB_FUNC(snd_pcm_hw_limit_rates, "", ""); KSYMTAB_FUNC(snd_pcm_rate_to_rate_bit, "", ""); KSYMTAB_FUNC(snd_pcm_rate_bit_to_rate, "", ""); KSYMTAB_FUNC(snd_pcm_rate_mask_intersect, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_rate_range_to_bits, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_lib_preallocate_free_for_all, "", ""); KSYMTAB_FUNC(snd_pcm_lib_preallocate_pages, "", ""); KSYMTAB_FUNC(snd_pcm_lib_preallocate_pages_for_all, "", ""); KSYMTAB_FUNC(snd_pcm_set_managed_buffer, "", ""); KSYMTAB_FUNC(snd_pcm_set_managed_buffer_all, "", ""); KSYMTAB_FUNC(snd_pcm_lib_malloc_pages, "", ""); KSYMTAB_FUNC(snd_pcm_lib_free_pages, "", ""); KSYMTAB_FUNC(_snd_pcm_lib_alloc_vmalloc_buffer, "", ""); KSYMTAB_FUNC(snd_pcm_lib_free_vmalloc_buffer, "", ""); KSYMTAB_FUNC(snd_pcm_lib_get_vmalloc_page, "", ""); KSYMTAB_FUNC(snd_dma_alloc_dir_pages, "", ""); KSYMTAB_FUNC(snd_dma_alloc_pages_fallback, "", ""); KSYMTAB_FUNC(snd_dma_free_pages, "", ""); KSYMTAB_FUNC(snd_devm_alloc_dir_pages, "_gpl", ""); KSYMTAB_FUNC(snd_dma_buffer_mmap, "", ""); KSYMTAB_FUNC(snd_dma_buffer_sync, "_gpl", ""); KSYMTAB_FUNC(snd_sgbuf_get_addr, "", ""); KSYMTAB_FUNC(snd_sgbuf_get_page, "", ""); KSYMTAB_FUNC(snd_sgbuf_get_chunk_size, "", ""); KSYMTAB_FUNC(snd_pcm_hw_constraint_eld, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_create_iec958_consumer_default, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_fill_iec958_consumer, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_fill_iec958_consumer_hw_params, "_gpl", ""); KSYMTAB_FUNC(snd_pcm_create_iec958_consumer, "", ""); KSYMTAB_FUNC(snd_pcm_create_iec958_consumer_hw_params, "", ""); MODULE_INFO(depends, "snd,snd-timer");