Changed $(var) in $var

This commit is contained in:
Abramo Bagnara 2001-06-18 13:34:11 +00:00
parent 9803257f70
commit 2ced309ee8
9 changed files with 107 additions and 110 deletions

View file

@ -15,9 +15,9 @@ pcm.fm801_front {
default -1
}
type hw
card $(CARD)
device $(DEV)
subdevice $(SUBDEV)
card $CARD
device $DEV
subdevice $SUBDEV
}
pcm.front_0 {
@ -28,7 +28,7 @@ pcm.front_0 {
@func refer
name {
@func concat
strings [ "pcm.fm801_front:" $(CARD) ",0,-1" ]
strings [ "pcm.fm801_front:" $CARD ",0,-1" ]
}
}
@ -38,7 +38,7 @@ pcm.surround40_0 {
type integer
}
type hw
card $(CARD)
card $CARD
device 0
subdevice 0
}
@ -49,7 +49,7 @@ pcm.surround51_0 {
type integer
}
type hw
card $(CARD)
card $CARD
device 0
subdevice 0
}
@ -79,7 +79,7 @@ pcm.iec958_0 {
@func concat
strings [
"hw:"
"CARD=" $(CARD) ","
"CARD=" $CARD ","
"DEV=0,"
"SUBDEV=0"
]
@ -89,7 +89,7 @@ pcm.iec958_0 {
hook_args [
# {
# name "IEC958 Playback Default"
# value [ $(AES0) $(AES1) $(AES2) $(AES3) ]
# value [ $AES0 $AES1 $AES2 $AES3 ]
# }
{
name "IEC958 Raw Data Playback Switch"