1
0
Fork 0
forked from len0rd/rockbox

imx233: add the possibility to choose audio output coupling mode

via target-defined option

Change-Id: I1bffbc7f17a11cf690a771057c2e4a7ba6a5faaa
Reviewed-on: http://gerrit.rockbox.org/678
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
Lorenzo Miori 2013-11-25 18:59:57 +01:00 committed by Amaury Pouly
parent 85578cdc4d
commit 75c791dabf
7 changed files with 31 additions and 0 deletions

View file

@ -21,4 +21,6 @@
#ifndef __audio_target__
#define __audio_target__
#define IMX233_AUDIO_COUPLING_MODE ACM_CAPLESS
#endif /* __audio_target__ */