[alsa-devel] [PATCH 2/2] sh: ms7724se: Add runtime PM support for FSI

Kuninori Morimoto morimoto.kuninori at renesas.com
Mon Nov 9 03:12:49 CET 2009


Signed-off-by: Kuninori Morimoto <morimoto.kuninori at renesas.com>
---
 arch/sh/boards/mach-se/7724/setup.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c
index e78c3be..0894bba 100644
--- a/arch/sh/boards/mach-se/7724/setup.c
+++ b/arch/sh/boards/mach-se/7724/setup.c
@@ -313,6 +313,9 @@ static struct platform_device fsi_device = {
 	.dev	= {
 		.platform_data	= &fsi_info,
 	},
+	.archdata = {
+		.hwblk_id = HWBLK_SPU, /* FSI needs SPU hwblk */
+	},
 };
 
 /* KEYSC in SoC (Needs SW33-2 set to ON) */
-- 
1.6.3.3



More information about the Alsa-devel mailing list