11 lines
293 B
Bash
Executable file
11 lines
293 B
Bash
Executable file
#!/bin/bash
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
|
|
|
. /etc/profile
|
|
|
|
### Set the default audio device on startup.
|
|
set-audio set "fe410000.i2s-rk817-hifi (0:0)"
|
|
|
|
### Enable the speaker
|
|
amixer -c0 cset name='Playback Path' SPK
|