mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add support for the Sony NWZ-S750
Change-Id: I9050129949809b3dbe9f4f9e816f8980c4f3a904
This commit is contained in:
parent
3d815406f4
commit
91d3c8e459
6 changed files with 51 additions and 2 deletions
|
@ -597,6 +597,8 @@ Lyre prototype 1 */
|
|||
#include "config/sonynwze470.h"
|
||||
#elif defined(SONY_NWZA860)
|
||||
#include "config/sonynwza860.h"
|
||||
#elif defined(SONY_NWZS750)
|
||||
#include "config/sonynwzs750.h"
|
||||
#else
|
||||
/* no known platform */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue