Skip to content

Commit

Permalink
ALSA: opti-miro: make miro.h header available outside the alsa directory
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Krzysztof-H authored and tiwai committed Nov 23, 2009
1 parent 616ad59 commit 9aeba62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sound/isa/opti9xx/miro.h → include/sound/aci.h
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down Expand Up @@ -70,4 +70,4 @@
#define ACI_SET_EQ6 0x45
#define ACI_SET_EQ7 0x46 /* ... to Treble */

#endif /* _MIRO_H_ */
#endif /* _ACI_H_ */
2 changes: 1 addition & 1 deletion sound/isa/opti9xx/miro.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define SNDRV_LEGACY_FIND_FREE_IRQ
#define SNDRV_LEGACY_FIND_FREE_DMA
#include <sound/initval.h>
#include "miro.h"
#include <sound/aci.h>

MODULE_AUTHOR("Martin Langer <[email protected]>");
MODULE_LICENSE("GPL");
Expand Down

0 comments on commit 9aeba62

Please sign in to comment.