10 lines
151 B
Text
10 lines
151 B
Text
|
#!/sbin/openrc-run
|
||
|
|
||
|
description="Initialize adsp audio subsystem"
|
||
|
|
||
|
start()
|
||
|
{
|
||
|
ebegin "Enabling audio subsystem"
|
||
|
echo 1 > /sys/kernel/boot_adsp/boot
|
||
|
}
|