// SPDX-License-Identifier: GPL-2.0-or-later /* * Routine for IRQ handling from GF1/InterWave chip * Copyright (c) by Jaroslav Kysela <[email protected]> */ #include <sound/core.h> #include <sound/info.h> #include <sound/gus.h> #ifdef CONFIG_SND_DEBUG #define STAT_ADD(x) … #else #define STAT_ADD … #endif irqreturn_t snd_gus_interrupt(int irq, void *dev_id) { … } #ifdef CONFIG_SND_DEBUG static void snd_gus_irq_info_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) { … } void snd_gus_irq_profile_init(struct snd_gus_card *gus) { … } #endif