diff options
author | Ben Edmunds <sammybenblue2@gmail.com> | 2014-07-20 21:32:00 +0200 |
---|---|---|
committer | andi34 <skate4life@gmx.de> | 2014-08-02 19:26:04 +0200 |
commit | ed264a23b80cd6fbf3106a2d14b376e578976752 (patch) | |
tree | 55b68476974861c6973d341cf844893ae561c9f1 /configs | |
parent | 09c1c273dde5cdc6c6fa2b2a92dbd0b82f923b78 (diff) | |
download | device_samsung_espressowifi-ed264a23b80cd6fbf3106a2d14b376e578976752.zip device_samsung_espressowifi-ed264a23b80cd6fbf3106a2d14b376e578976752.tar.gz device_samsung_espressowifi-ed264a23b80cd6fbf3106a2d14b376e578976752.tar.bz2 |
P31XX: Add audio.r_submix.default for casting
Change-Id: Ic9617c1f3d1dc450d0c61c2a166f04c5fb8514f6
Diffstat (limited to 'configs')
-rw-r--r-- | configs/audio_policy.conf | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/configs/audio_policy.conf b/configs/audio_policy.conf index 72249cf..c3e986b 100644 --- a/configs/audio_policy.conf +++ b/configs/audio_policy.conf @@ -5,7 +5,7 @@ global_configuration { attached_output_devices AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER default_output_device AUDIO_DEVICE_OUT_SPEAKER - attached_input_devices AUDIO_DEVICE_IN_BUILTIN_MIC + attached_input_devices AUDIO_DEVICE_IN_BUILTIN_MIC|AUDIO_DEVICE_IN_REMOTE_SUBMIX } # audio hardware module section: contains descriptors for all audio hw modules present on the @@ -72,4 +72,22 @@ audio_hw_modules { } } } + r_submix { + outputs { + submix { + sampling_rates 48000 + channel_masks AUDIO_CHANNEL_OUT_STEREO + formats AUDIO_FORMAT_PCM_16_BIT + devices AUDIO_DEVICE_OUT_REMOTE_SUBMIX + } + } + inputs { + submix { + sampling_rates 48000 + channel_masks AUDIO_CHANNEL_IN_STEREO + formats AUDIO_FORMAT_PCM_16_BIT + devices AUDIO_DEVICE_IN_REMOTE_SUBMIX + } + } + } } |