aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/opti9xx/miro.h
diff options
context:
space:
mode:
authorKrzysztof Helt <krzysztof.h1@wp.pl>2009-11-22 17:23:45 +0100
committerTakashi Iwai <tiwai@suse.de>2009-11-23 09:41:46 +0100
commit9aeba6297151abcb1b34f3237e4c028aae500ce4 (patch)
tree375a125bff0a6099bd26da97a060d717df846175 /sound/isa/opti9xx/miro.h
parentALSA: opti-miro: remove snd_card pointer from snd_miro structure (diff)
downloadlinux-dev-9aeba6297151abcb1b34f3237e4c028aae500ce4.tar.xz
linux-dev-9aeba6297151abcb1b34f3237e4c028aae500ce4.zip
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 '')
-rw-r--r--include/sound/aci.h (renamed from sound/isa/opti9xx/miro.h)6
1 files changed, 3 insertions, 3 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 @@
-#ifndef _MIRO_H_
-#define _MIRO_H_
+#ifndef _ACI_H_
+#define _ACI_H_
#define ACI_REG_COMMAND 0 /* write register offset */
#define ACI_REG_STATUS 1 /* read register offset */
@@ -70,4 +70,4 @@
#define ACI_SET_EQ6 0x45
#define ACI_SET_EQ7 0x46 /* ... to Treble */
-#endif /* _MIRO_H_ */
+#endif /* _ACI_H_ */