Commit e933c7865addc9ce53121abb111b7011fdbb196c
1 parent
9953c60985
Exists in
fhd
HDMI 인트로 사운드 끊어짐 이슈 개선
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
buildroot/buildroot-2016.08.1/board/falinux/prime_oven/rootfs_overlay/etc/init.d/S18sound
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | start() { | 3 | start() { |
4 | - /usr/bin/amixer -c 0 sset 'PCM',0 70% 70% on | ||
5 | - /usr/bin/aplay /root/opening.wav & | ||
6 | - /usr/bin/amixer -c 0 sset 'PCM',0 88% 88% on | 4 | + #/usr/bin/amixer -c 0 sset 'PCM',0 70% 70% on |
5 | + #/usr/bin/aplay /root/opening.wav & | ||
6 | + #/usr/bin/amixer -c 0 sset 'PCM',0 88% 88% on | ||
7 | } | 7 | } |
8 | 8 | ||
9 | stop() { | 9 | stop() { |