summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2008-11-28 14:19:33 +0800
committerEric Miao <eric.miao@marvell.com>2008-11-30 21:01:00 +0800
commita59bd8f95a9881d87a6521b2428fa6b174cf331c (patch)
tree24626f06d44f46d020bda3ce43a0768631564ae0 /sound/soc
parent07023d47f5e3d1fdb75d4a2868c01594bedc36c4 (diff)
[ARM] pxa: move AC97 register definitions into dedicated regs-ac97.h
The optimal change would be to move the AC97 register definitions into the AC97 driver, unfortunately, the registers are shared between several files. Move them into a dedicated regs-ac97.h first. Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/pxa/pxa2xx-ac97.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c
index a7a3a9c5c6ff..5e727393cfd4 100644
--- a/sound/soc/pxa/pxa2xx-ac97.c
+++ b/sound/soc/pxa/pxa2xx-ac97.c
@@ -21,6 +21,7 @@
#include <mach/hardware.h>
#include <mach/pxa-regs.h>
+#include <mach/regs-ac97.h>
#include "pxa2xx-pcm.h"
#include "pxa2xx-ac97.h"