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/boot/dts/omap3_h1.dts | |
| 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/boot/dts/omap3_h1.dts')
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index ee19b23f0cc..326b3ffd486 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -91,7 +91,8 @@ sound { compatible = "olio,omap-soc-omap3h1"; - olio,mcbsp = <&mcbsp3>; + olio,mcbsp_bt = <&mcbsp2>; + olio,mcbsp_mic = <&mcbsp3>; olio,mic_enable = <&gpio5 18 0>; }; }; |