aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-pxa/raumfeld.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/raumfeld.c b/arch/arm/mach-pxa/raumfeld.c
index 9caa5e5c8d94..2f37d43f51b6 100644
--- a/arch/arm/mach-pxa/raumfeld.c
+++ b/arch/arm/mach-pxa/raumfeld.c
@@ -659,10 +659,10 @@ static struct lis3lv02d_platform_data lis3_pdata = {
659 659
660#define SPI_AK4104 \ 660#define SPI_AK4104 \
661{ \ 661{ \
662 .modalias = "ak4104", \ 662 .modalias = "ak4104-codec", \
663 .max_speed_hz = 10000, \ 663 .max_speed_hz = 10000, \
664 .bus_num = 0, \ 664 .bus_num = 0, \
665 .chip_select = 0, \ 665 .chip_select = 0, \
666 .controller_data = (void *) GPIO_SPDIF_CS, \ 666 .controller_data = (void *) GPIO_SPDIF_CS, \
667} 667}
668 668