diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2009-11-22 11:23:45 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-23 03:41:46 -0500 |
commit | 9aeba6297151abcb1b34f3237e4c028aae500ce4 (patch) | |
tree | 375a125bff0a6099bd26da97a060d717df846175 /sound/isa/opti9xx/miro.c | |
parent | 616ad593fe37ef265e5cb1282db6ca264197ffb2 (diff) |
ALSA: opti-miro: make miro.h header available outside the alsa directory
Move the miro.h header to the include/sound directory. It can
be used in the Miro PCM20 radio driver (v4l).
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/opti9xx/miro.c')
-rw-r--r-- | sound/isa/opti9xx/miro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/opti9xx/miro.c b/sound/isa/opti9xx/miro.c index db4a4fbdc5ca..932a067ef980 100644 --- a/sound/isa/opti9xx/miro.c +++ b/sound/isa/opti9xx/miro.c | |||
@@ -40,7 +40,7 @@ | |||
40 | #define SNDRV_LEGACY_FIND_FREE_IRQ | 40 | #define SNDRV_LEGACY_FIND_FREE_IRQ |
41 | #define SNDRV_LEGACY_FIND_FREE_DMA | 41 | #define SNDRV_LEGACY_FIND_FREE_DMA |
42 | #include <sound/initval.h> | 42 | #include <sound/initval.h> |
43 | #include "miro.h" | 43 | #include <sound/aci.h> |
44 | 44 | ||
45 | MODULE_AUTHOR("Martin Langer <martin-langer@gmx.de>"); | 45 | MODULE_AUTHOR("Martin Langer <martin-langer@gmx.de>"); |
46 | MODULE_LICENSE("GPL"); | 46 | MODULE_LICENSE("GPL"); |