Skip to content

Commit

Permalink
[g18] Fix a sound issue by using /etc/asound.conf, instead of using a…
Browse files Browse the repository at this point in the history
… Kodi patch
  • Loading branch information
codesnake committed Nov 9, 2014
1 parent 38b3b9d commit 6aa0d50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 29 deletions.
11 changes: 11 additions & 0 deletions projects/Meson6-G18/filesystem/etc/asound.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pcm.!default {
type hw
card 0
device 0
format S16_LE
}

ctl.!default {
type hw
card 0
}

This file was deleted.

0 comments on commit 6aa0d50

Please sign in to comment.