Skip to content

Commit

Permalink
fix sound device perms if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Jan 23, 2024
1 parent 23abf40 commit 4f3d863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/ffmpegwrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ do
done

## hardware support ##
FILES=$(find /dev/dri /dev/dvb -type c -print 2>/dev/null)
FILES=$(find /dev/dri /dev/dvb /dev/snd -type c -print 2>/dev/null)

for i in $FILES
do
Expand Down

0 comments on commit 4f3d863

Please sign in to comment.