History log of /device/asus/fugu/libaudio/HDMIAudioOutput.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3109327f8a93439fe191643cd428ed3f0c279308 29-Aug-2015 Phil Burk <philburk@google.com> Fugu Audio HAL: allow EAC3 at low sample rates

The HAL was not allowing HDMI pasthrough of EAC3 when the device reports
that it does not support the 4X rate. This allows it to play anyway.

Bug: 23596552
Change-Id: I37e5a1c28df33954aef20a7de991193e18599d1c
Signed-off-by: Phil Burk <philburk@google.com>
/device/asus/fugu/libaudio/HDMIAudioOutput.cpp
c3ed98f08d4380cc03d2e9f33cf7cf9300a6fb69 04-Aug-2015 Phil Burk <philburk@google.com> Fugu Audio HAL: set non-audio bit for compressed audio

Indicate that the SPDIF data is actually compressed audio
wrapped in a data burst and not PCM. This can prevent noise
on some devices.

Bug: 22576112
Change-Id: I5d14435625700bd24f4df63735363b0105c89f4e
Signed-off-by: Phil Burk <philburk@google.com>
/device/asus/fugu/libaudio/HDMIAudioOutput.cpp
9dc03cf9edf04867a6242e1b89868e54212af0b0 10-Apr-2015 Phil Burk <philburk@google.com> FuguAudioHAL: remove SPDIF wrapper support

The AudioFlinger is now responsible for wrapping encoded audio in an
SPDIF data burst.

Bug: 17566660
Change-Id: Iae9919d7cca55adf14d6b81119e0d54b3d8da0da
Signed-off-by: Phil Burk <philburk@google.com>
/device/asus/fugu/libaudio/HDMIAudioOutput.cpp
ae089528c7e3a8107be65657e52276dd068c1039 09-Aug-2014 Mike J. Chen <mjchen@google.com> Add a new audio HAL

Supports both HDMI output and remote control input and remote
submix (for virtual remote audio). Also support for HDMI
pass through.

Audio EDID parsing isn't currently implemented (basic audio is
assumed).

Also has a nasty hack that converts 16-bit PCM input to 24-bit PCM
output that the HDMI driver appears to require. This should be
revisited and removed if possible (can driver run in 16-bit mode?).

Also add a Android.mk to prevent including of subdir Android.mk
when it's not a fugu build.

Change-Id: Icd217e0d6a570a1526fb77581616481dcf73abdb
Signed-off-by: Mike J. Chen <mjchen@google.com>
/device/asus/fugu/libaudio/HDMIAudioOutput.cpp