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 --- 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 #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