From: Krzysztof Helt Date: Sun, 22 Nov 2009 16:23:45 +0000 (+0100) Subject: ALSA: opti-miro: make miro.h header available outside the alsa directory X-Git-Tag: v2.6.33-rc1~390^2~2^2~8^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9aeba6297151abcb1b34f3237e4c028aae500ce4;p=karo-tx-linux.git 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 Signed-off-by: Takashi Iwai --- diff --git a/sound/isa/opti9xx/miro.h b/include/sound/aci.h similarity index 97% rename from sound/isa/opti9xx/miro.h rename to 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_ */ 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 @@ #define SNDRV_LEGACY_FIND_FREE_IRQ #define SNDRV_LEGACY_FIND_FREE_DMA #include -#include "miro.h" +#include MODULE_AUTHOR("Martin Langer "); MODULE_LICENSE("GPL");