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 | |
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>
-rw-r--r-- | include/sound/aci.h (renamed from sound/isa/opti9xx/miro.h) | 6 | ||||
-rw-r--r-- | sound/isa/opti9xx/miro.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sound/isa/opti9xx/miro.h b/include/sound/aci.h index 6e1385b8e07e..bb796d06d0f2 100644 --- a/sound/isa/opti9xx/miro.h +++ b/include/sound/aci.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef _MIRO_H_ | 1 | #ifndef _ACI_H_ |
2 | #define _MIRO_H_ | 2 | #define _ACI_H_ |
3 | 3 | ||
4 | #define ACI_REG_COMMAND 0 /* write register offset */ | 4 | #define ACI_REG_COMMAND 0 /* write register offset */ |
5 | #define ACI_REG_STATUS 1 /* read register offset */ | 5 | #define ACI_REG_STATUS 1 /* read register offset */ |
@@ -70,4 +70,4 @@ | |||
70 | #define ACI_SET_EQ6 0x45 | 70 | #define ACI_SET_EQ6 0x45 |
71 | #define ACI_SET_EQ7 0x46 /* ... to Treble */ | 71 | #define ACI_SET_EQ7 0x46 /* ... to Treble */ |
72 | 72 | ||
73 | #endif /* _MIRO_H_ */ | 73 | #endif /* _ACI_H_ */ |
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"); |