forked from len0rd/rockbox
* move audio settings into audio codec drivers
* add mas35xx driver for all mas35xx targets. Later mas35xx code from sound.c will move to this new driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13464 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e7075db2a7
commit
cdbf33adf7
22 changed files with 336 additions and 133 deletions
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef _UDA1380_H
|
||||
#define _UDA1380_H
|
||||
|
||||
#include "audiohw.h"
|
||||
|
||||
/* volume/balance/treble/bass interdependency */
|
||||
#define VOLUME_MIN -840
|
||||
#define VOLUME_MAX 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue