#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.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,
};

#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xaf56600a, "arm64_use_ng_mappings" },
	{ 0x8122a5ae, "of_clk_src_onecell_get" },
	{ 0x77e07944, "of_clk_add_provider" },
	{ 0xfad08471, "devm_clk_register" },
	{ 0x5f9785d0, "devm_pinctrl_put" },
	{ 0x6b4b2933, "__ioremap" },
	{ 0x6312796c, "pinctrl_lookup_state" },
	{ 0x9d7c6324, "devm_pinctrl_get" },
	{ 0x8e0a0301, "audio_prm_set_lpass_hw_core_req" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x76318081, "clk_hw_get_num_parents" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0x66cabad1, "pinctrl_select_state" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0xdf30c99, "audio_prm_set_lpass_clk_cfg" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x87326190, "of_property_read_string" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xf9c0b663, "strlcat" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xf0ee2a93, "snd_soc_component_update_bits" },
	{ 0xfb83a2a6, "_dev_err" },
};

MODULE_INFO(depends, "audio_prm_dlkm");

MODULE_ALIAS("of:N*T*Cqcom,audio-ref-clk");
MODULE_ALIAS("of:N*T*Cqcom,audio-ref-clkC*");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
