diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-10-30 14:43:40 +0300 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 19:29:14 +0300 |
commit | 045765253c610cb5acebb22ae94d759f586d9521 (patch) | |
tree | 3c8dd451c49f29fbfa0f6d50bb9ceabd6d33322d /include/sound | |
parent | e5723b41abe559bafc52591dcf8ee19cc131d3a1 (diff) | |
download | linux-045765253c610cb5acebb22ae94d759f586d9521.tar.xz |
[ALSA] opl3 - Fix build errors
I applied a wrong patch for 'opl3 - simplify exclusive access lock'.
Fixed now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/opl3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/opl3.h b/include/sound/opl3.h index eea584b7bfc5..d7e33ce09120 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 */ |