From 6f53dbbb7fa9d29a5c8aa843f319ed10a8cde5bd Mon Sep 17 00:00:00 2001 From: Scott Jiang Date: Tue, 1 Mar 2011 09:43:50 +0000 Subject: Blackfin: boards: update ASoC resources after machine driver overhaul Now that the Blackfin machine drivers have been updated to the multicomponent support, update the resources to match. The pin settings are now a board issue and removed from the driver. Signed-off-by: Scott Jiang Signed-off-by: Mike Frysinger --- arch/blackfin/include/asm/bfin_sport.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/blackfin/include') diff --git a/arch/blackfin/include/asm/bfin_sport.h b/arch/blackfin/include/asm/bfin_sport.h index d27600c262c2..f8568a31d0ab 100644 --- a/arch/blackfin/include/asm/bfin_sport.h +++ b/arch/blackfin/include/asm/bfin_sport.h @@ -100,6 +100,10 @@ struct sport_register { }; #undef __BFP +struct bfin_snd_platform_data { + const unsigned short *pin_req; +}; + #define bfin_read_sport_rx32(base) \ ({ \ struct sport_register *__mmrs = (void *)base; \ -- cgit v1.2.3