#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x9029b8d0, "swr_driver_unregister" },
	{ 0x7f38e916, "snd_soc_unregister_component" },
	{ 0xf4cff926, "_dev_warn" },
	{ 0xd665152b, "wcd938x_swr_dmic_register_notifier" },
	{ 0xcd16289f, "snd_soc_dapm_sync" },
	{ 0xea7e66b7, "snd_soc_dapm_ignore_suspend" },
	{ 0xf9c0b663, "strlcat" },
	{ 0x5792f848, "strlcpy" },
	{ 0xa05602e1, "swr_disconnect_port" },
	{ 0x6f3d2d87, "snd_soc_dapm_put_volsw" },
	{ 0xf2b5276, "snd_soc_dapm_get_volsw" },
	{ 0x9fdf64b, "snd_soc_info_volsw" },
	{ 0x7d2a7144, "swr_slvdev_datapath_control" },
	{ 0x4dd7c819, "swr_connect_port" },
	{ 0x98cf60b3, "strlen" },
	{ 0xc310b981, "strnstr" },
	{ 0x10469bef, "snd_soc_info_enum_double" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x37a0cba, "kfree" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xef9eb325, "wcd938x_codec_force_enable_micbias_v2" },
	{ 0x92997ed8, "_printk" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0xc5776c2, "of_find_device_by_node" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xc54755c4, "swr_remove_device" },
	{ 0xa673e375, "snd_soc_lookup_component" },
	{ 0x61bd6f6b, "snd_soc_register_component" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xb9893d10, "swr_init_port_params" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0xe70df549, "swr_get_logical_dev_num" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0xcea6a94e, "swr_driver_register" },
};

MODULE_INFO(depends, "swr_dlkm,wcd938x_dlkm");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
