forked from len0rd/rockbox
fix yellow
Change-Id: Ide0df2c3719d6100c6dc61515bf7acf6ac11231b
This commit is contained in:
parent
a924df8d6d
commit
a9049a79d7
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
||||||
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
||||||
* \/ \/ \/ \/ \/
|
* \/ \/ \/ \/ \/
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 by Amaury Pouly
|
* Copyright (C) 2013 by Amaury Pouly
|
||||||
*
|
*
|
||||||
|
@ -23,6 +22,7 @@
|
||||||
#include "audiohw.h"
|
#include "audiohw.h"
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
|
|
||||||
|
#if (INPUT_SRC_CAPS != 0)
|
||||||
static int input_source = AUDIO_SRC_PLAYBACK;
|
static int input_source = AUDIO_SRC_PLAYBACK;
|
||||||
static unsigned input_flags = 0;
|
static unsigned input_flags = 0;
|
||||||
static int output_source = AUDIO_SRC_PLAYBACK;
|
static int output_source = AUDIO_SRC_PLAYBACK;
|
||||||
|
@ -50,3 +50,4 @@ void audio_set_output_source(int source)
|
||||||
output_source = source;
|
output_source = source;
|
||||||
select_audio_path();
|
select_audio_path();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue