|
[alsa-cvslog] CVS: alsa-lib/src/conf/cards SI7018.conf,1.1,1.2
From: Jaroslav Kysela <perex@us...> - 2001-12-29 22:32
|
Update of /cvsroot/alsa/alsa-lib/src/conf/cards
In directory usw-pr-cvs1:/tmp/cvs-serv19441
Modified Files:
SI7018.conf
Log Message:
Added spdif
Index: SI7018.conf
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/SI7018.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SI7018.conf 2001/06/24 23:16:18 1.1
+++ SI7018.conf 2001/12/29 22:32:02 1.2
@@ -1,6 +1,8 @@
#
# Configuration for the SI7018 chip
#
+# This configuration does not reflect hardware.
+#
<confdir:pcm/front.conf>
@@ -74,4 +76,45 @@
{ slave 1 channel 0 }
{ slave 1 channel 1 }
]
+}
+
+<confdir:pcm/iec958.conf>
+
+SI7018.pcm.iec958.0 {
+ @args [ CARD DEV AES0 AES1 AES2 AES3 ]
+ @args.CARD {
+ type string
+ }
+ @args.DEV {
+ type integer
+ }
+ @args.AES0 {
+ type integer
+ }
+ @args.AES1 {
+ type integer
+ }
+ @args.AES2 {
+ type integer
+ }
+ @args.AES3 {
+ type integer
+ }
+ type hooks
+ slave.pcm {
+ type hw
+ card $CARD
+ device 0
+ }
+ hooks.0 {
+ type ctl_elems
+ hook_args [
+ {
+ name "PCM Playback Volume"
+ preserve true
+ lock true
+ value [ 24 24 ]
+ }
+ ]
+ }
}
|
| Thread | Author | Date |
|---|---|---|
| [alsa-cvslog] CVS: alsa-lib/src/conf/cards SI7018.conf,1.1,1.2 | Jaroslav Kysela <perex@us...> |