mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
audio: Fix up final red from a79bdaf462
Change-Id: I8de562516e54e2101746ea54d91461661439bcf5
This commit is contained in:
parent
6bdd3de554
commit
11163721d6
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@
|
||||||
#ifndef __ANDROID_CODEC_H
|
#ifndef __ANDROID_CODEC_H
|
||||||
#define __ANDROID_CODEC_H
|
#define __ANDROID_CODEC_H
|
||||||
|
|
||||||
#define AUDIOHW_HAVE_MONO_VOLUME
|
#define AUDIOHW_CAPS (MONO_VOL_CAP)
|
||||||
|
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -99, 0, 0)
|
||||||
|
|
||||||
/* Bass and treble tone controls */
|
/* Bass and treble tone controls */
|
||||||
#ifdef AUDIOHW_HAVE_BASS
|
#ifdef AUDIOHW_HAVE_BASS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue