From 3c36cbaf0eda64bf4530b423a95550975bfea12b Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Wed, 25 May 2011 13:37:33 +0200 Subject: [PATCH] --- yaml --- r: 254871 b: refs/heads/master c: 9c0de4947a44166b16f189aa56f34791e9d7f552 h: refs/heads/master i: 254869: bb713a522cde0d8e5d69a93dd21770f9b30a3904 254867: d83270fb4eb65f9288fbdbdbd60502063eb6880f 254863: b592bd2c6da01086c79283b4d7b47b636b98df73 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/raumfeld.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index d365c244e3b3..beb6db1643e5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a74fe1194b8da1dcee7529ba14999381bb9c25d9 +refs/heads/master: 9c0de4947a44166b16f189aa56f34791e9d7f552 diff --git a/trunk/arch/arm/mach-pxa/raumfeld.c b/trunk/arch/arm/mach-pxa/raumfeld.c index 9caa5e5c8d94..2f37d43f51b6 100644 --- a/trunk/arch/arm/mach-pxa/raumfeld.c +++ b/trunk/arch/arm/mach-pxa/raumfeld.c @@ -659,10 +659,10 @@ static struct lis3lv02d_platform_data lis3_pdata = { #define SPI_AK4104 \ { \ - .modalias = "ak4104", \ - .max_speed_hz = 10000, \ - .bus_num = 0, \ - .chip_select = 0, \ + .modalias = "ak4104-codec", \ + .max_speed_hz = 10000, \ + .bus_num = 0, \ + .chip_select = 0, \ .controller_data = (void *) GPIO_SPDIF_CS, \ }