]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/soc/davinci/davinci-evm.c
ALSA: ASoC: Convert tlv320aic3x to a new-style i2c driver (v2)
[linux-2.6-omap-h63xx.git] / sound / soc / davinci / davinci-evm.c
index 5e2c306399edac83170615b47bab77e379113036..092202302bd8418c081dec582ab21ea7f676d5e1 100644 (file)
@@ -19,9 +19,8 @@
 #include <sound/soc.h>
 #include <sound/soc-dapm.h>
 
-#include <asm/mach-types.h>
 #include <asm/dma.h>
-#include <asm/arch/hardware.h>
+#include <mach/hardware.h>
 
 #include "../codecs/tlv320aic3x.h"
 #include "davinci-pcm.h"
@@ -137,6 +136,7 @@ static struct snd_soc_machine snd_soc_machine_evm = {
 
 /* evm audio private data */
 static struct aic3x_setup_data evm_aic3x_setup = {
+       .i2c_bus = 0,
        .i2c_address = 0x1b,
 };