mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
19 lines
202 B
Text
19 lines
202 B
Text
|
|
#
|
||
|
|
# Configuration for the SI7018 chip
|
||
|
|
#
|
||
|
|
|
||
|
|
pcm.surround40_0_trident_dx_nx {
|
||
|
|
$.0 CARD
|
||
|
|
$.1 DEV
|
||
|
|
$.CARD {
|
||
|
|
type integer
|
||
|
|
}
|
||
|
|
$.DEV {
|
||
|
|
type integer
|
||
|
|
}
|
||
|
|
type hw
|
||
|
|
card $(CARD)
|
||
|
|
device $(DEV)
|
||
|
|
subdevice -1
|
||
|
|
}
|