diff --git a/src/conf/cards/ES1968.conf b/src/conf/cards/ES1968.conf new file mode 100644 index 00000000..6c95383c --- /dev/null +++ b/src/conf/cards/ES1968.conf @@ -0,0 +1,13 @@ +# configuration for ESS Maestro2 + + + +ES1968.pcm.front.0 { + @args [ CARD ] + @args.CARD { + type string + } + type hw + card $CARD + device 0 +} diff --git a/src/conf/cards/Maestro3.conf b/src/conf/cards/Maestro3.conf new file mode 100644 index 00000000..7f071e91 --- /dev/null +++ b/src/conf/cards/Maestro3.conf @@ -0,0 +1,13 @@ +# configuration for ESS Maestro3 + + + +Maestro3.pcm.front.0 { + @args [ CARD ] + @args.CARD { + type string + } + type hw + card $CARD + device 0 +}