3 Oct
2008
3 Oct
'08
4:58 p.m.
Change include files at32-pcm.h and at32-ssc.h(in playpaq_wm8510.c) to new atmel_ssc_dai.h and atmel-pcm.h.
Signed-off-by: Sedji Gaouaou sedji.gaouaou@atmel.com --- sound/soc/atmel/playpaq_wm8510.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/atmel/playpaq_wm8510.c b/sound/soc/atmel/playpaq_wm8510.c index 7e6560b..ffad18f 100644 --- a/sound/soc/atmel/playpaq_wm8510.c +++ b/sound/soc/atmel/playpaq_wm8510.c @@ -40,8 +40,8 @@ #include <mach/portmux.h>
#include "../codecs/wm8510.h" -#include "at32-pcm.h" -#include "at32-ssc.h" +#include "atmel-pcm.h" +#include "atmel_ssc_dai.h"
/*-------------------------------------------------------------------------*\
--
1.5.3.7
>From 35c348266d0ddf8e47c3cf25a5db8ada2ff0a639 Mon Sep 17 00:00:00 2001
From: Sedji Gaouaou sedji.gaouaou@atmel.com
Date: Fri, 3 Oct 2008 16:10:47 +0200
Subject: [PATCH] Change include files at32-pcm.h and at32-ssc.h to new atmel_ssc_dai.h and
atmel-pcm.h.
Signed-off-by: Sedji Gaouaou sedji.gaouaou@atmel.com
---
sound/soc/atmel/playpaq_wm8510.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/atmel/playpaq_wm8510.c b/sound/soc/atmel/playpaq_wm8510.c
index 7e6560b..ffad18f 100644
--- a/sound/soc/atmel/playpaq_wm8510.c
+++ b/sound/soc/atmel/playpaq_wm8510.c
@@ -40,8 +40,8 @@
#include <mach/portmux.h>
#include "../codecs/wm8510.h"
-#include "at32-pcm.h"
-#include "at32-ssc.h"
+#include "atmel-pcm.h"
+#include "atmel_ssc_dai.h"
/*-------------------------------------------------------------------------*\
--
1.5.3.7