#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(tasdev_chn_switch, "_gpl", ""); KSYMTAB_FUNC(tasdevice_dev_read, "_gpl", ""); KSYMTAB_FUNC(tasdevice_dev_write, "_gpl", ""); KSYMTAB_FUNC(tasdevice_dev_bulk_write, "_gpl", ""); KSYMTAB_FUNC(tasdevice_dev_bulk_read, "_gpl", ""); KSYMTAB_FUNC(tasdevice_dev_update_bits, "_gpl", ""); KSYMTAB_FUNC(tasdevice_kzalloc, "_gpl", ""); KSYMTAB_FUNC(tasdevice_reset, "_gpl", ""); KSYMTAB_FUNC(tascodec_init, "_gpl", ""); KSYMTAB_FUNC(tasdevice_init, "_gpl", ""); KSYMTAB_FUNC(tasdevice_dsp_remove, "_gpl", ""); KSYMTAB_FUNC(tasdevice_remove, "_gpl", ""); KSYMTAB_FUNC(tasdevice_save_calibration, "_gpl", ""); KSYMTAB_FUNC(tasdevice_apply_calibration, "_gpl", ""); KSYMTAB_FUNC(tasdevice_amp_putvol, "_gpl", ""); KSYMTAB_FUNC(tasdevice_amp_getvol, "_gpl", ""); KSYMTAB_FUNC(tasdevice_digital_putvol, "_gpl", ""); KSYMTAB_FUNC(tasdevice_digital_getvol, "_gpl", ""); MODULE_INFO(depends, "crc8"); MODULE_INFO(srcversion, "DB757ED62D2B5FABFD48BD7");