forked from len0rd/rockbox
imx233: fix speaker enable/disable code
Change-Id: I6540f2f8ba09bc79b80d71e5f3b0adebd9fce727
This commit is contained in:
parent
637c7414a9
commit
fd2629422c
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ void imx233_audioout_enable_spkr(bool en)
|
||||||
static bool spkr_en = false;
|
static bool spkr_en = false;
|
||||||
if(en == spkr_en)
|
if(en == spkr_en)
|
||||||
return;
|
return;
|
||||||
spkr_en = true;
|
spkr_en = en;
|
||||||
#if IMX233_SUBTARGET >= 3780
|
#if IMX233_SUBTARGET >= 3780
|
||||||
if(en)
|
if(en)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue