Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
projects/Amlogic: reorder sound outputs
Browse files Browse the repository at this point in the history
kszaq committed Mar 12, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 378a582 commit 1a292f9
Showing 2 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -2,18 +2,6 @@
# Configuration for Amlogic M8 Audio
#

<confdir:pcm/front.conf>

SOC-Audio.pcm.front.0 {
@args [ CARD ]
@args.CARD { type string }
type hw
card $CARD
device 0
format S16_LE
rate 44100
}

<confdir:pcm/iec958.conf>

SOC-Audio.pcm.iec958.0 {
@@ -54,3 +42,15 @@ SOC-Audio.pcm.default {
strings [ "dmix:" $CARD ]
}
}

<confdir:pcm/front.conf>

SOC-Audio.pcm.front.0 {
@args [ CARD ]
@args.CARD { type string }
type hw
card $CARD
device 0
format S16_LE
rate 44100
}
Original file line number Diff line number Diff line change
@@ -2,18 +2,6 @@
# Configuration for Amlogic M8 Audio
#

<confdir:pcm/front.conf>

SOC-Audio.pcm.front.0 {
@args [ CARD ]
@args.CARD { type string }
type hw
card $CARD
device 0
format S16_LE
rate 44100
}

<confdir:pcm/iec958.conf>

SOC-Audio.pcm.iec958.0 {
@@ -54,3 +42,15 @@ SOC-Audio.pcm.default {
strings [ "dmix:" $CARD ]
}
}

<confdir:pcm/front.conf>

SOC-Audio.pcm.front.0 {
@args [ CARD ]
@args.CARD { type string }
type hw
card $CARD
device 0
format S16_LE
rate 44100
}

0 comments on commit 1a292f9

Please sign in to comment.