Revert wrongly committed file.
[bertos.git] / bertos / cpu / arm / drv / i2s_at91.c
index bdcd98527bfb035439e871f1b62f88cd6331035e..84947004681e6e981b6feba4c224d9999e604056 100644 (file)
  *
  * \brief I2S driver implementation.
  *
- * \version $Id$
  * \author Luca Ottaviano <lottaviano@develer.com>
  */
 
-#include "i2s.h"
+#include "i2s_at91.h"
 
 #include <drv/timer.h>
 #include <cfg/log.h>
@@ -133,7 +132,6 @@ bool i2s_start(void)
        return true;
 }
 
-#define CONFIG_SAMPLE_FREQ 44100
 #define BITS_PER_CHANNEL 16
 #define N_OF_CHANNEL 2
 // TODO: check the computed value?