Skip to content

Commit 9aeba62

Browse files
Krzysztof-Htiwai
authored andcommitted
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>
1 parent 616ad59 commit 9aeba62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sound/isa/opti9xx/miro.h renamed to include/sound/aci.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _MIRO_H_
2-
#define _MIRO_H_
1+
#ifndef _ACI_H_
2+
#define _ACI_H_
33

44
#define ACI_REG_COMMAND 0 /* write register offset */
55
#define ACI_REG_STATUS 1 /* read register offset */
@@ -70,4 +70,4 @@
7070
#define ACI_SET_EQ6 0x45
7171
#define ACI_SET_EQ7 0x46 /* ... to Treble */
7272

73-
#endif /* _MIRO_H_ */
73+
#endif /* _ACI_H_ */

sound/isa/opti9xx/miro.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#define SNDRV_LEGACY_FIND_FREE_IRQ
4141
#define SNDRV_LEGACY_FIND_FREE_DMA
4242
#include <sound/initval.h>
43-
#include "miro.h"
43+
#include <sound/aci.h>
4444

4545
MODULE_AUTHOR("Martin Langer <martin-langer@gmx.de>");
4646
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)