linux-zen-desktop/sound/soc/amd/snd-soc-acp-rt5682-mach.mod.c

74 lines
2.1 KiB
C
Raw Normal View History

2023-08-30 17:31:07 +02:00
#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") = {
{ 0x76d9b876, "clk_set_rate" },
{ 0xdc5ccf9e, "clk_get" },
{ 0x66cc4017, "snd_soc_dai_set_sysclk" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x7c9a7371, "clk_prepare" },
{ 0x750834c3, "snd_soc_component_set_jack" },
{ 0xa8d1337e, "_dev_info" },
{ 0x7d5bb93f, "snd_soc_dapm_get_pin_switch" },
{ 0x77e2d832, "snd_soc_dai_set_bclk_ratio" },
{ 0x9040242d, "_dev_err" },
{ 0x79d130a9, "snd_pcm_hw_constraint_list" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xa82a842f, "acpi_match_device" },
{ 0x86cee6da, "snd_soc_info_enum_double" },
{ 0x85609cfd, "snd_jack_set_key" },
{ 0xe2d5255a, "strcmp" },
{ 0x2f5507b8, "__platform_driver_register" },
{ 0xba9838e9, "snd_soc_dai_set_pll" },
{ 0x9d60ce51, "devm_gpiod_get" },
{ 0xaff1f52, "snd_soc_dapm_put_pin_switch" },
{ 0x5fbe400c, "snd_soc_dapm_info_pin_switch" },
{ 0xb6e6d99d, "clk_disable" },
{ 0x68000f50, "snd_soc_pm_ops" },
{ 0xfdf8c5fa, "dev_err_probe" },
{ 0x815588a6, "clk_enable" },
{ 0xc90af805, "devm_snd_soc_register_card" },
{ 0xb077e70a, "clk_unprepare" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0xe1de70c3, "gpiod_set_value" },
{ 0x2d97b4db, "platform_driver_unregister" },
{ 0x952cbd19, "snd_soc_dai_set_fmt" },
{ 0x4aabb5dd, "snd_soc_card_jack_new" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "snd-soc-core,snd-pcm");
MODULE_ALIAS("acpi*:AMDI5682:*");
MODULE_ALIAS("acpi*:AMDI1015:*");
MODULE_ALIAS("acpi*:10021015:*");