mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-11 04:27:44 -05:00
Convert leading spaces to tabs for consistent indentation, remove trailing whitespace from all lines, and normalize file endings across all card configuration files. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
37 lines
487 B
Text
37 lines
487 B
Text
#
|
|
# Configuration for PMac
|
|
#
|
|
|
|
<confdir:pcm/front.conf>
|
|
|
|
PMac.pcm.front.!0 {
|
|
@args [ CARD ]
|
|
@args.CARD {
|
|
type string
|
|
}
|
|
type hw
|
|
card $CARD
|
|
}
|
|
|
|
# default with dmix/dsnoop
|
|
PMac.pcm.!default {
|
|
@args [ CARD ]
|
|
@args.CARD {
|
|
type string
|
|
}
|
|
type asym
|
|
playback.pcm {
|
|
type plug
|
|
slave.pcm {
|
|
@func concat
|
|
strings [ "dmix:CARD=" $CARD ",FORMAT=S16_BE" ]
|
|
}
|
|
}
|
|
capture.pcm {
|
|
type plug
|
|
slave.pcm {
|
|
@func concat
|
|
strings [ "dsnoop:CARD=" $CARD ",FORMAT=S16_BE" ]
|
|
}
|
|
}
|
|
}
|