X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fsound%2Fopl3.h;h=a0c5febdc4ea6b2d93019e581bcda575da7a6c7d;hb=b5eb9513f7c1bee862ada22bf1489f53752686bd;hp=eea584b7bfc58e9eafe713c382897bda849cfb04;hpb=05c1afe75fcebf456017ec186811cf1599f4360e;p=linux-2.6 diff --git a/include/sound/opl3.h b/include/sound/opl3.h index eea584b7bf..a0c5febdc4 100644 --- a/include/sound/opl3.h +++ b/include/sound/opl3.h @@ -51,19 +51,16 @@ * */ -#include "driver.h" -#include -#include -#include "core.h" -#include "hwdep.h" -#include "timer.h" -#include "seq_midi_emul.h" +#include +#include +#include +#include #ifdef CONFIG_SND_SEQUENCER_OSS -#include "seq_oss.h" -#include "seq_oss_legacy.h" +#include +#include #endif -#include "seq_device.h" -#include "asound_fm.h" +#include +#include /* * Register numbers for the global registers @@ -318,6 +315,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 */