forked from len0rd/rockbox
Initial D2 sound playback support (known issues to follow on the CowonD2Info wiki page).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17753 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
20baeca44d
commit
d6159ea7d7
8 changed files with 383 additions and 91 deletions
|
|
@ -301,11 +301,11 @@ static void set_prescaled_volume(void)
|
|||
audiohw_set_master_vol(tenthdb2master(l), tenthdb2master(r));
|
||||
#if defined(HAVE_WM8975) || defined(HAVE_WM8758) \
|
||||
|| (defined(HAVE_WM8751) && !defined(MROBE_100)) \
|
||||
|| defined(HAVE_TSC2100)
|
||||
|| defined(HAVE_TSC2100) || defined(HAVE_WM8985)
|
||||
audiohw_set_lineout_vol(tenthdb2master(0), tenthdb2master(0));
|
||||
#endif
|
||||
|
||||
#elif defined(HAVE_TLV320) || defined(HAVE_WM8978)
|
||||
#elif defined(HAVE_TLV320) || defined(HAVE_WM8978) || defined(HAVE_WM8985)
|
||||
audiohw_set_headphone_vol(tenthdb2master(l), tenthdb2master(r));
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue