mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
ibasso: Use generic hosted sysfs accessors
This keeps the enumerated list of sysfs parameters. Change-Id: Ia63549809490eba02b3f75b3d2f95745636e01a9
This commit is contained in:
parent
d65bfff876
commit
7ffdf50ba5
11 changed files with 21 additions and 353 deletions
|
|
@ -349,7 +349,7 @@ void pcm_play_dma_start(const void *addr, size_t size)
|
|||
|
||||
DX90?
|
||||
*/
|
||||
if(! sysfs_set_char(SYSFS_MUTE, 'B'))
|
||||
if(! sysfs_set_char(sysfs_paths[SYSFS_MUTE], 'B'))
|
||||
{
|
||||
DEBUGF("ERROR %s: Could not unmute.", __func__);
|
||||
panicf("ERROR %s: Could not unmute.", __func__);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue