#include #include #include 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"); KSYMTAB_FUNC(snd_fw_transaction, "", ""); KSYMTAB_FUNC(fw_iso_resources_init, "", ""); KSYMTAB_FUNC(fw_iso_resources_destroy, "", ""); KSYMTAB_FUNC(fw_iso_resources_allocate, "", ""); KSYMTAB_FUNC(fw_iso_resources_update, "", ""); KSYMTAB_FUNC(fw_iso_resources_free, "", ""); KSYMTAB_FUNC(iso_packets_buffer_init, "", ""); KSYMTAB_FUNC(iso_packets_buffer_destroy, "", ""); KSYMTAB_FUNC(avc_general_set_sig_fmt, "", ""); KSYMTAB_FUNC(avc_general_get_sig_fmt, "", ""); KSYMTAB_FUNC(avc_general_get_plug_info, "", ""); KSYMTAB_FUNC(fcp_avc_transaction, "", ""); KSYMTAB_FUNC(fcp_bus_reset, "", ""); KSYMTAB_FUNC(cmp_connection_init, "", ""); KSYMTAB_FUNC(cmp_connection_check_used, "", ""); KSYMTAB_FUNC(cmp_connection_destroy, "", ""); KSYMTAB_FUNC(cmp_connection_reserve, "", ""); KSYMTAB_FUNC(cmp_connection_release, "", ""); KSYMTAB_FUNC(cmp_connection_establish, "", ""); KSYMTAB_FUNC(cmp_connection_break, "", ""); KSYMTAB_FUNC(amdtp_stream_init, "", ""); KSYMTAB_FUNC(amdtp_stream_destroy, "", ""); KSYMTAB_DATA(amdtp_syt_intervals, "", ""); KSYMTAB_DATA(amdtp_rate_table, "", ""); KSYMTAB_FUNC(amdtp_stream_add_pcm_hw_constraints, "", ""); KSYMTAB_FUNC(amdtp_stream_set_parameters, "", ""); KSYMTAB_FUNC(amdtp_stream_get_max_payload, "", ""); KSYMTAB_FUNC(amdtp_stream_pcm_prepare, "", ""); KSYMTAB_FUNC(amdtp_domain_stream_pcm_pointer, "_gpl", ""); KSYMTAB_FUNC(amdtp_domain_stream_pcm_ack, "_gpl", ""); KSYMTAB_FUNC(amdtp_stream_update, "", ""); KSYMTAB_FUNC(amdtp_stream_pcm_abort, "", ""); KSYMTAB_FUNC(amdtp_domain_init, "_gpl", ""); KSYMTAB_FUNC(amdtp_domain_destroy, "_gpl", ""); KSYMTAB_FUNC(amdtp_domain_add_stream, "_gpl", ""); KSYMTAB_FUNC(amdtp_domain_start, "_gpl", ""); KSYMTAB_FUNC(amdtp_domain_stop, "_gpl", ""); KSYMTAB_FUNC(amdtp_am824_set_parameters, "_gpl", ""); KSYMTAB_FUNC(amdtp_am824_set_pcm_position, "_gpl", ""); KSYMTAB_FUNC(amdtp_am824_set_midi_position, "_gpl", ""); KSYMTAB_FUNC(amdtp_am824_add_pcm_hw_constraints, "_gpl", ""); KSYMTAB_FUNC(amdtp_am824_midi_trigger, "_gpl", ""); KSYMTAB_FUNC(amdtp_am824_init, "_gpl", ""); MODULE_INFO(depends, "firewire-core,snd-pcm,snd-rawmidi"); MODULE_INFO(srcversion, "6C1A80DC860042F78C477DA");