diff options
| author | xnikdor <Mykyta.Dorokhin@globallogic.com> | 2015-08-19 14:23:24 +0300 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2016-01-14 12:19:53 -0800 |
| commit | 704efd6edcc5696c09670da6aa78c775deb9cf44 (patch) | |
| tree | 8bf1c5f9c2bfcda8caba16c2d78a588b5e803803 /arch/arm/mach-omap2/board-omap3h1.c | |
| parent | a2cf73d74dc87c054c3ca329eba11299f2efb95f (diff) | |
| download | olio-linux-3.10-704efd6edcc5696c09670da6aa78c775deb9cf44.tar.xz olio-linux-3.10-704efd6edcc5696c09670da6aa78c775deb9cf44.zip | |
Audio To BT: added capture and playback alsa devicesmaster
Mattis: Rebased to android-3.10-bringup.
Change-Id: Id1660d1f1a45ee039609955efbc53b75364b5ca1
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3h1.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3h1.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c index ad40bd6d90e..7915962e45b 100644 --- a/arch/arm/mach-omap2/board-omap3h1.c +++ b/arch/arm/mach-omap2/board-omap3h1.c @@ -254,6 +254,10 @@ static struct platform_device omap3h1_dmic_codec = { .id = -1, }; +static struct platform_device omap3h1_bt_codec = { + .name = "omap3h1_bt_sco", + .id = -1, +}; /* --------------------------------------------------------------------------- */ /* USB settings @@ -473,9 +477,10 @@ static int __init omap3_h1_i2c_init(void) static struct platform_device *omap3h1_devices[] __initdata = { - &bcm20702_bluetooth_device, - &nop_phy_device, + &bcm20702_bluetooth_device, + &nop_phy_device, &omap3h1_dmic_codec, + &omap3h1_bt_codec, }; static void __init omap3_h1_init(void) |