Adam Shih | 8146116 | 2022-10-20 11:23:26 +0800 | [diff] [blame] | 1 | # sysfs |
2 | type sysfs_aoc_dumpstate, sysfs_type, fs_type; | ||||
3 | type sysfs_aoc_boottime, sysfs_type, fs_type; | ||||
4 | type sysfs_aoc_firmware, sysfs_type, fs_type; | ||||
5 | type sysfs_aoc, sysfs_type, fs_type; | ||||
6 | type sysfs_aoc_reset, sysfs_type, fs_type; | ||||
7 | |||||
8 | # persist | ||||
9 | type persist_aoc_file, file_type, vendor_persist_type; | ||||
Adam Shih | 8146116 | 2022-10-20 11:23:26 +0800 | [diff] [blame] | 10 | |
11 | # vendor | ||||
12 | type aoc_audio_file, file_type, vendor_file_type; |