Insert:
Code: Select all
pcm.a52 {
@args [CARD]
@args.CARD {
type string
}
type rate
slave {
pcm {
type a52
bitrate 448 # 448 is max for most
channels 6
card $CARD
}
rate 48000
}
}
Code: Select all
pcm.a52 {
@args [CARD]
@args.CARD {
type string
}
type rate
slave {
pcm {
type a52
bitrate 448 # 448 is max for most
channels 6
card $CARD
}
rate 48000
}
}