Added the screenshots for the Sansa Clip Zip manual.
[maemo-rb.git] / firmware / export / dummy_codec.h
blobb85ec8fb0e8c0d0d8ee7cf4d19f6bb1efa2dee61
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
11 * Copyright (c) 2011 Andrew Ryabinin
13 * This program is free software; you can redistribute it and/or
14 * modify it under the terms of the GNU General Public License
15 * as published by the Free Software Foundation; either version 2
16 * of the License, or (at your option) any later version.
18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 * KIND, either express or implied.
21 ****************************************************************************/
22 #ifndef __DUMMY_CODEC_H_
23 #define __DUMMY_CODEC_H_
25 #define VOLUME_MIN -1
26 #define VOLUME_MAX 0
29 #endif /* __DUMMY_CODEC_H_ */