]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/soc/at32/playpaq_wm8510.c
sound: ASoC: Convert wm8510 to a new-style i2c driver
[linux-2.6-omap-h63xx.git] / sound / soc / at32 / playpaq_wm8510.c
index fee5f8e589575ab783a44c5366d1438c4e50bb28..7e6560ba75108b71086e06558b402f60a10cc2f7 100644 (file)
@@ -36,8 +36,8 @@
 #include <sound/soc.h>
 #include <sound/soc-dapm.h>
 
-#include <asm/arch/at32ap700x.h>
-#include <asm/arch/portmux.h>
+#include <mach/at32ap700x.h>
+#include <mach/portmux.h>
 
 #include "../codecs/wm8510.h"
 #include "at32-pcm.h"
@@ -377,6 +377,7 @@ static struct snd_soc_machine snd_soc_machine_playpaq = {
 
 
 static struct wm8510_setup_data playpaq_wm8510_setup = {
+       .i2c_bus = 0,
        .i2c_address = 0x1a,
 };