Skip to content

Commit

Permalink
[package] [vero3-userland-osmc] ALSA: Update AML-M8AUDIO.conf
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
  • Loading branch information
samnazarko committed Jul 1, 2017
1 parent d14ca49 commit 2b2b23d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 60 deletions.
2 changes: 1 addition & 1 deletion package/vero3-userland-osmc/files/DEBIAN/control
@@ -1,6 +1,6 @@
Origin: OSMC
Package: vero3-userland-osmc
Version: 1.2.0-2
Version: 1.3.0
Section: libs
Essential: No
Priority: required
Expand Down
Expand Up @@ -5,36 +5,7 @@
AML-M8AUDIO.pcm.default {
@args [ CARD ]
@args.CARD { type string }
type plug
slave.pcm {
@func concat
strings [ "dmix:" $CARD ]
}
}

<confdir:pcm/front.conf>

AML-M8AUDIO.pcm.front.0 {
@args [ CARD ]
@args.CARD { type string }
type hw
card $CARD
device 0
format S32_LE
}

<confdir:pcm/surround51.conf>

AML-M8AUDIO.pcm.surround51.0 {
@args [ CARD ]
@args.CARD { type string }
type route
ttable.0.0 1
ttable.1.1 1
ttable.2.4 1
ttable.3.5 1
ttable.4.3 1
ttable.5.2 1
type softvol
slave.pcm {
type plug
slave {
Expand All @@ -43,37 +14,11 @@ AML-M8AUDIO.pcm.surround51.0 {
card $CARD
device 0
}
channels 8
format S32_LE
}
}
}

<confdir:pcm/surround71.conf>

AML-M8AUDIO.pcm.surround71.0 {
@args [ CARD ]
@args.CARD { type string }
type route
ttable.0.0 1
ttable.1.1 1
ttable.2.6 1
ttable.3.7 1
ttable.4.3 1
ttable.5.2 1
ttable.6.4 1
ttable.7.5 1
slave.pcm {
type plug
slave {
pcm {
type hw
card $CARD
device 0
}
channels 8
format S32_LE
}
control {
name "PCM Playback Volume"
card $CARD
}
}

Expand Down

0 comments on commit 2b2b23d

Please sign in to comment.