Turn on iec958 capture of iec1724 boards with spdif PCM

Automatically turn on iec958 capture of iec1724 boards
with spdif PCM via hooks plugin.
This commit is contained in:
Takashi Iwai 2006-06-23 14:42:59 +02:00
parent f042aab013
commit bbbb06bc8f
3 changed files with 54 additions and 9 deletions

View file

@ -150,8 +150,23 @@ Aureon51.pcm.iec958.0 {
}
}
capture.pcm {
type hw
card $CARD
device 1
type hooks
slave.pcm {
type hw
card $CARD
device 1
}
hooks.0 {
type ctl_elems
hook_args [
{
interface MIXER
name "IEC958 Capture Switch"
lock true
preserve true
value true
}
]
}
}
}

View file

@ -161,8 +161,23 @@ Aureon71.pcm.iec958.0 {
}
}
capture.pcm {
type hw
card $CARD
device 1
type hooks
slave.pcm {
type hw
card $CARD
device 1
}
hooks.0 {
type ctl_elems
hook_args [
{
interface MIXER
name "IEC958 Capture Switch"
lock true
preserve true
value true
}
]
}
}
}

View file

@ -195,8 +195,23 @@ ICE1724.pcm.iec958.0 {
}
}
capture.pcm {
type hw
card $CARD
device 1
type hooks
slave.pcm {
type hw
card $CARD
device 1
}
hooks.0 {
type ctl_elems
hook_args [
{
interface MIXER
name "IEC958 Capture Switch"
lock true
preserve true
value true
}
]
}
}
}