Remove svn:executable from firmware
[kugel-rb.git] / firmware / target / arm / tms320dm320 / mrobe-500 / dm320codec-mr500.c
blob41f6369bac92be9380de4adcfb0732ae50dc1921
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (c) 2007 by Karl Kurbjun
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
21 #include "cpu.h"
22 #include "kernel.h"
23 #include "sound.h"
25 const struct sound_settings_info audiohw_settings[] = {
26 [SOUND_VOLUME] = {"dB", 0, 1, -74, 6, -25},
27 [SOUND_BASS] = {"dB", 1, 15, -60, 90, 0},
28 [SOUND_TREBLE] = {"dB", 1, 15, -60, 90, 0},
29 [SOUND_BALANCE] = {"%", 0, 1,-100, 100, 0},
30 [SOUND_CHANNELS] = {"", 0, 1, 0, 5, 0},
31 [SOUND_STEREO_WIDTH] = {"%", 0, 5, 0, 250, 100},
35 void audiohw_init(void)
39 void audiohw_close(void)
43 void audiohw_mute(bool mute)
45 (void) mute;