summaryrefslogtreecommitdiff
path: root/firmware/export/codec-dx90.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-14 02:13:16 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-14 08:15:19 +0200
commit683abd77d276e806911a28241d956619d270930d (patch)
tree3bd36946322dbc99f5bd57132dd9748e068edbc9 /firmware/export/codec-dx90.h
parenta87c96cd79cdd56d759099f27a91d64ff45325f5 (diff)
downloadrockbox-683abd77d276e806911a28241d956619d270930d.tar.gz
rockbox-683abd77d276e806911a28241d956619d270930d.zip
Fix checkwps build for dx50 & dx90 targets
Their codec headers weren't in the right place. Change-Id: Iae16c10defc937cc227afd8992ff45cd6d664898
Diffstat (limited to 'firmware/export/codec-dx90.h')
-rw-r--r--firmware/export/codec-dx90.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/firmware/export/codec-dx90.h b/firmware/export/codec-dx90.h
new file mode 100644
index 0000000000..b96377dfec
--- /dev/null
+++ b/firmware/export/codec-dx90.h
@@ -0,0 +1,35 @@
1/***************************************************************************
2 * __________ __ ___
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 *
9 * Copyright (C) 2014 by Ilia Sergachev: Initial Rockbox port to iBasso DX50
10 * Copyright (C) 2014 by Mario Basister: iBasso DX90 port
11 * Copyright (C) 2014 by Simon Rothen: Initial Rockbox repository submission, additional features
12 * Copyright (C) 2014 by Udo Schläpfer: Code clean up, additional features
13 *
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License
16 * as published by the Free Software Foundation; either version 2
17 * of the License, or (at your option) any later version.
18 *
19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20 * KIND, either express or implied.
21 *
22 ****************************************************************************/
23
24
25#ifndef _CODEC_DX90_H_
26#define _CODEC_DX90_H_
27
28
29#define AUDIOHW_CAPS MONO_VOL_CAP
30
31
32AUDIOHW_SETTING(VOLUME, "", 0, 1, -255, 0, -128)
33
34
35#endif