home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / alsa / cards / Maestro3.conf < prev    next >
Encoding:
Text File  |  2007-04-10  |  465 b   |  38 lines

  1. # configuration for ESS Maestro3
  2.  
  3. <confdir:pcm/front.conf>
  4.  
  5. Maestro3.pcm.front.0 {
  6.     @args [ CARD ]
  7.     @args.CARD {
  8.         type string
  9.     }
  10.     type hw
  11.     card $CARD
  12.     device 0
  13. }    
  14.  
  15. # default with dmix/dsnoop
  16. Maestro3.pcm.default {
  17.     @args [ CARD ]
  18.     @args.CARD {
  19.         type string
  20.     }
  21.     type asym
  22.     playback.pcm {
  23.         type plug
  24.         slave.pcm {
  25.             @func concat
  26.             strings [ "dmix:" $CARD ]
  27.         }
  28.     }
  29.     capture.pcm {
  30.         type plug
  31.         slave.pcm {
  32.             @func concat
  33.             strings [ "dsnoop:" $CARD ]
  34.         }
  35.     }
  36. }
  37.  
  38.