home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / linuxconsole0.4.lcm / local / linuxconsole / share / alsa / cards / VXPocket.conf < prev    next >
Encoding:
Text File  |  2004-03-26  |  648 b   |  54 lines

  1. #
  2. # Configuration for Digigram VXpocket
  3. #
  4.  
  5. <confdir:pcm/front.conf>
  6.  
  7. VXPocket.pcm.front.0 {
  8.     @args [ CARD ]
  9.     @args.CARD {
  10.         type string
  11.     }
  12.     type hw
  13.     card $CARD
  14.     device 0
  15. }    
  16.  
  17. <confdir:pcm/iec958.conf>
  18.  
  19. VXPocket.pcm.iec958.0 {
  20.     @args [ CARD AES0 AES1 AES2 AES3 ]
  21.     @args.CARD {
  22.         type string
  23.     }
  24.     @args.AES0 {
  25.         type integer
  26.     }
  27.     @args.AES1 {
  28.         type integer
  29.     }
  30.     @args.AES2 {
  31.         type integer
  32.     }
  33.     @args.AES3 {
  34.         type integer
  35.     }
  36.     type hooks
  37.     slave.pcm {
  38.         type hw
  39.         card $CARD
  40.         device 0
  41.     }
  42.     hooks.0 {
  43.         type ctl_elems
  44.         hook_args [
  45.             {
  46.                 name "IEC958 Playback Default"
  47.                 lock true
  48.                 preserve true
  49.                 value [ $AES0 $AES1 $AES2 $AES3 ]
  50.             }
  51.         ]
  52.     }
  53. }
  54.