gts3l: audio: Board also uses generic audio
This board should only use ALSA audio I think but doesn't work so far. So adding support generic audio is just for an test. Might be reverted later. Acutally, it seems they shouldn't be set at the same time. Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I16569fa3f5b481387437c532f137950ef9564e7f
This commit is contained in:
parent
296ac19157
commit
dc33b0f051
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ AUDIO_FEATURE_ENABLED_VORBIS_OFFLOAD := true
|
|||
AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true
|
||||
BOARD_SUPPORTS_SOUND_TRIGGER := false
|
||||
BOARD_USES_ALSA_AUDIO := true
|
||||
BOARD_USES_GENERIC_AUDIO := true
|
||||
USE_CUSTOM_AUDIO_POLICY := 1
|
||||
USE_XML_AUDIO_POLICY_CONF := 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue