// SPDX-License-Identifier: GPL-2.0-or-later /* * Advanced Linux Sound Architecture * Copyright (c) by Jaroslav Kysela <[email protected]> */ #include <linux/init.h> #include <sound/core.h> static int __init alsa_sound_last_init(void) { … } late_initcall_sync(alsa_sound_last_init);