Skip to content

Commit c4eb89c

Browse files
committed
audio: Remove Jellybean API support
Jellybean needed a workaround because the API was different but had the same version number. Now that Jellybean is obsolete the support can be removed. Change-Id: Id491b854f3215a59eead595f281b41ae97cdd674 Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
1 parent 55ab79c commit c4eb89c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

audio/audio_hw.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,7 @@
5454
#include <vendor/cirrus/scchal/scc_audio.h>
5555
#endif
5656

57-
/*
58-
* Kit Kat didn't change the HAL API version despite the API changing to
59-
* add compress support. Use an alternative way of ensuring we can still
60-
* build against Jellybean without the compress playback support
61-
*/
62-
#ifdef AUDIO_OFFLOAD_CODEC_PARAMS
6357
#define TINYHAL_COMPRESS_PLAYBACK
64-
#endif
6558

6659
/* These values are defined in _frames_ (not bytes) to match the ALSA API */
6760
#define OUT_PERIOD_SIZE_DEFAULT 256

0 commit comments

Comments
 (0)