Is it possible to split a CM-106 7.1 USB DAC (Logilink cm0099) into four
stereo channels to feed up to four separate squeezelite instances on one
pi?
Someone seems to have successful done this similar with m2p:

Code:
--------------------
    
  `pcm_slave.logilink {
  pcm “hw:1,0”
  channels 8
  rate 44100
  # format “S16_LE”
  # periods 128
  # period_time 0
  period_size 1024
  buffer_size 4096
  }
  
  pcm.garage {
  type plug
  slave.pcm {
  type dshare
  ipc_key 1024
  ipc_key_add_uid false
  ipc_gid audio
  ipc_perm 0660
  slave logilink
  bindings [ 0 1 ]
  }
  }
  
  pcm.bad {
  type plug
  slave.pcm {
  type dshare
  ipc_key 1024
  ipc_key_add_uid false
  ipc_gid audio
  ipc_perm 0660
  slave logilink
  bindings [ 2 ]
  }
  }
  
  pcm.schlaf {
  type plug
  slave.pcm {
  type dshare
  ipc_key 1024
  ipc_key_add_uid false
  ipc_gid audio
  ipc_perm 0660
  slave logilink
  bindings [ 7 ]
  }
  }
  
--------------------


How can I add the correct lines to the piCorePlayer asound.conf?

What should my user command line look like?

Code:
--------------------
    
  /mnt/mmcblk0p2/tce/squeezelite-armv6hf -n piCorePlayer02 -o hw:CARD=? -a 
80:4:: -m 01:02:03:04:05:06 -z
  
--------------------



thanks in advance
mff


------------------------------------------------------------------------
mff's Profile: http://forums.slimdevices.com/member.php?userid=65949
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to