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.
|
|
|
|
set-audio set "fe410000.i2s-rk817-hifi (1:0)"
|
2023-04-26 02:15:58 +00:00
|
|
|
amixer cset name='Playback Path' SPK
|