Commit Graph

7 Commits

Author SHA1 Message Date
Dhananjay Kumar ac3415870d audio: make direct output independent of DIRECT_PCM flag
- Make direct output independent of flag AUDIO_OUTPUT_FLAG_DIRECT_PCM.
- Remove multi-channel profile as it is redundant with respect to
  direct output profiles.

Change-Id: I7f5fef656f1d8796872e4d297da3220c3e69951d
2017-04-07 23:13:36 +05:30
Chaithanya Krishna Bacharaju 58f0387778 hal: Add support for 3 & 4 channel recording
Add channel mask entry in surround_sound and 24bit record profile
to support 3 & 4 channel recording.
This ensures input open happens with corresponding index mask
instead of using nearset channel configuration.

Change-Id: Ifa120b070f4a5218f4d5ee648284928aac0cf55a
2016-06-14 23:51:55 -07:00
Manish Dewangan 9a7292d4c8 audio: configs: Add support for 24 bit record
-audio policy xml and conf changes to support 24 bit recording

CRs-Fixed: 1011048
Change-Id: I467ada75f218ed784d34a87318256eff280cf0d0
2016-05-31 10:07:44 -07:00
Ashish Jain 5f8ebf1f09 audio: config: Add support for 24 bit direct pcm
-Update configuration files to enable support for
AUDIO_FORMAT_PCM_24_BIT_PACKED and AUDIO_FORMAT_PCM_8_24_BIT
via direct pcm path.

Change-Id: I923516c4ee26c5aed957e56a4bf828fc9993f941
2016-05-31 03:23:34 -07:00
Manish Dewangan ba9fcfa29e hal: changes to support 24 bit record
-Changes to support 24 bit record if input format request is
 AUDIO_FORMAT_PCM_8_24_BIT or AUDIO_FORMAT_PCM_24_BIT_PACKED

Change-Id: I68076524ccccbf9f0be3c88bb01180ae7e4fd8b1
2016-05-26 04:43:41 -07:00
Naresh Tanniru dac705fe85 audio: add compress passthrough profile
- Add compress passthrough profles to support
  audio decoding on hdmi sink.

Change-Id: Icea08dc1e2c2ffc7c963f34ac929f13034bdeffa
2016-04-29 10:04:28 +05:30
Banajit Goswami 748497ff74 hal: move audio specific config files to HAL
Move all audio specific config files
from device/qcom/msm8996 to
hardware/qcom/audio/configs/msm8996 folder.

Move all audio configurations from target specific
BoardConfigVendor.mk to target specific
makefile in hardware/qcom/audio/configs.
Move all audio related system properties from system.prop
to target specific makefile

Change-Id: I51a058c83f3047c42f2a21b0568366f2da9ce71c
2016-04-05 12:30:59 +05:30