linux-zen-desktop/sound/soc/codecs/snd-soc-rt5514.mod.c

85 lines
2.5 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") = {
{ 0x7c9a7371, "clk_prepare" },
{ 0x122c3a7e, "_printk" },
{ 0x699b630f, "__devm_regmap_init_i2c" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0x93840bef, "device_property_read_u32_array" },
{ 0xedb5b644, "i2c_register_driver" },
{ 0xd7c0ff4d, "snd_soc_info_volsw" },
{ 0x9040242d, "_dev_err" },
{ 0x5a075b8d, "snd_soc_dapm_put_volsw" },
{ 0x38d574e1, "device_property_read_string" },
{ 0xb024ade4, "_dev_warn" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x86cee6da, "snd_soc_info_enum_double" },
{ 0xcfdfb927, "snd_soc_get_volsw" },
{ 0x24026670, "regmap_read" },
{ 0x2fdc66a3, "snd_soc_put_volsw" },
{ 0x70617a04, "rl6231_get_clk_info" },
{ 0xb6e6d99d, "clk_disable" },
{ 0xc91ec914, "regmap_update_bits_base" },
{ 0xc6fd3148, "regmap_multi_reg_write" },
{ 0x22291cec, "snd_soc_dapm_get_volsw" },
{ 0x1584fecc, "i2c_del_driver" },
{ 0xf5fd10ad, "regmap_register_patch" },
{ 0xa98fe35, "snd_soc_dapm_get_enum_double" },
{ 0x61ff58e3, "rt5514_spi_burst_read" },
{ 0x815588a6, "clk_enable" },
{ 0xf9a482f9, "msleep" },
{ 0xa9ae04be, "__devm_regmap_init" },
{ 0xb077e70a, "clk_unprepare" },
{ 0x39ec4776, "snd_soc_dapm_put_enum_double" },
{ 0xc6d09aa9, "release_firmware" },
{ 0xe0cd82a2, "regcache_sync" },
{ 0xa1e426d0, "regmap_write" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0x351a8402, "request_firmware" },
{ 0x5dc92cdf, "rl6231_pll_calc" },
{ 0xff87892f, "rt5514_spi_burst_write" },
{ 0x9d1ce0ea, "regcache_mark_dirty" },
{ 0xc8269f94, "snd_soc_params_to_frame_size" },
{ 0x76d9b876, "clk_set_rate" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0x42b66aae, "devm_clk_get" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x39cced5e, "devm_snd_soc_register_component" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "snd-soc-core,snd-soc-rl6231,snd-soc-rt5514-spi");
MODULE_ALIAS("acpi*:10EC5514:*");
MODULE_ALIAS("i2c:rt5514");