From 045765253c610cb5acebb22ae94d759f586d9521 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 30 Oct 2007 12:43:40 +0100 Subject: [ALSA] opl3 - Fix build errors I applied a wrong patch for 'opl3 - simplify exclusive access lock'. Fixed now. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- include/sound/opl3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sound/opl3.h') diff --git a/include/sound/opl3.h b/include/sound/opl3.h index eea584b7bfc..d7e33ce0912 100644 --- a/include/sound/opl3.h +++ b/include/sound/opl3.h @@ -318,6 +318,7 @@ struct snd_opl3 { void *private_data; void (*private_free)(struct snd_opl3 *); + struct snd_hwdep *hwdep; spinlock_t reg_lock; struct snd_card *card; /* The card that this belongs to */ unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */ -- cgit v1.2.3