mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-12 08:56:25 +01:00
ceecabfe3c
- Only mount things if seeed-voicecard is ran - We can only start things so no need for start-stop-restart init
9 lines
130 B
Bash
Executable File
9 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Load seeed-voicecard modules....
|
|
#
|
|
|
|
modprobe snd-soc-seeed-voicecard
|
|
modprobe snd-soc-ac108
|
|
modprobe snd-soc-wm8960
|