2023-04-25 20:20:32 +00:00
|
|
|
#!/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.
|
2023-04-26 10:29:31 +00:00
|
|
|
set-audio set "fe410000.i2s-rk817-hifi (0:0)"
|
|
|
|
|
|
|
|
### Enable the speaker
|
|
|
|
amixer -c0 cset name='Playback Path' SPK
|