mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Sansa View: adjust two things (define fake codec, missing header file) in order
to compile the bootloader (now it should). Change-Id: Iba6aa2f118670d66e10451eaf43dd4d83176b06a
This commit is contained in:
parent
938aa8eefe
commit
62ac0c78c3
2 changed files with 3 additions and 1 deletions
|
|
@ -81,7 +81,8 @@
|
||||||
/* Define this if you do software codec */
|
/* Define this if you do software codec */
|
||||||
#define CONFIG_CODEC SWCODEC
|
#define CONFIG_CODEC SWCODEC
|
||||||
/* There is no hardware tone control */
|
/* There is no hardware tone control */
|
||||||
#define HAVE_SW_TONE_CONTROLS
|
/* #define HAVE_SW_TONE_CONTROLS*/
|
||||||
|
#define HAVE_WM8731
|
||||||
|
|
||||||
/* define this if you have a real-time clock */
|
/* define this if you have a real-time clock */
|
||||||
#ifndef BOOTLOADER
|
#ifndef BOOTLOADER
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
#include "kernel.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "backlight-target.h"
|
#include "backlight-target.h"
|
||||||
#include "lcd.h"
|
#include "lcd.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue