ibasso: Use generic hosted sysfs accessors

This keeps the enumerated list of sysfs parameters.

Change-Id: Ia63549809490eba02b3f75b3d2f95745636e01a9
This commit is contained in:
Solomon Peachy 2025-11-30 19:21:06 -05:00
parent d65bfff876
commit 7ffdf50ba5
11 changed files with 21 additions and 353 deletions

View file

@ -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__);