summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorWallace Wang <r59996@freescale.com>2008-03-27 14:46:02 +0800
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2008-08-25 15:20:55 -0400
commit1fd21c8f13d6e33042d5f15b08f7de49693cc8f5 (patch)
treeb5749866b58a35f373b58e23ab78f8d00db6e2a0 /arch
parent6bbab176d63e2228ee81107c95483c5f5072c8a2 (diff)
ENGR00070093 Add support for S20_LE and S24_LE audio format in SPDIF
Add the support for S20_LE and S24_LE audio format in spdif driver Signed-off-by: Wallace Wang <r59996@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx37/devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx37/devices.c b/arch/arm/mach-mx37/devices.c
index bf225ebfed0e..cbe9f9649fe3 100644
--- a/arch/arm/mach-mx37/devices.c
+++ b/arch/arm/mach-mx37/devices.c
@@ -581,7 +581,7 @@ static struct platform_device mxc_alsa_spdif_device = {
.platform_data = &mxc_spdif_data,
},
.num_resources = ARRAY_SIZE(spdif_resources),
- .resource = &spdif_resources,
+ .resource = spdif_resources,
};
static inline void mxc_init_spdif(void)