OSDN Git Service

audio: Add audio amplifier HAL
authorEthan Chen <intervigil@gmail.com>
Sun, 7 Jun 2015 18:34:30 +0000 (11:34 -0700)
committerMichael Bestas <mikeioannina@gmail.com>
Sun, 1 Jan 2017 21:50:57 +0000 (23:50 +0200)
commit31c254adfb56dbecde5c96a49b3aec2fb2c90788
tree39166e1d117edb285910b55e83820bfe85d34665
parent64b9827b7bce4445f2e668b34ba67a4138f405ad
audio: Add audio amplifier HAL

audio: Notify amplifier HAL of device enable/disable

amplifier: add set_parameters method

- audio hal should pass the audio_device parameters to the amplifier
  to allow the amplifier to make decisions based on the additional
  parameters.  For example, we may want to change settings for DTS
  TrueMedia use case.

audio_amplifier: fix compilation

stdlib.h is needed explicitely with the new
toolchain/toolchain options.

amplifier: Fix compilation warning

* Forward declare str_parms
include/hardware/audio_amplifier.h [new file with mode: 0644]
modules/audio/Android.mk
modules/audio/audio_amplifier.c [new file with mode: 0644]