mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
James Courtier-Dutton <James@superbug.demon.co.uk>:
Fixed SPDIF playback support with the recent change.
This commit is contained in:
parent
af70572d42
commit
ced7e5ccfc
1 changed files with 5 additions and 6 deletions
|
|
@ -146,21 +146,20 @@ AudigyLS.pcm.iec958.0 {
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
type hw
|
type hw
|
||||||
card $CARD
|
card $CARD
|
||||||
device 2
|
device 3
|
||||||
}
|
}
|
||||||
hooks.0 {
|
hooks.0 {
|
||||||
type ctl_elems
|
type ctl_elems
|
||||||
hook_args [
|
hook_args [
|
||||||
{
|
{
|
||||||
name "IEC958 Output Switch"
|
name "Analog/Digital Output Jack"
|
||||||
lock true
|
lock true
|
||||||
preserve true
|
preserve true
|
||||||
value 1
|
value 0
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
interface PCM
|
name "IEC958 Playback Default"
|
||||||
name "IEC958 Playback PCM Stream"
|
index 0
|
||||||
device 0
|
|
||||||
lock true
|
lock true
|
||||||
preserve true
|
preserve true
|
||||||
value [ $AES0 $AES1 $AES2 $AES3 ]
|
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue