Man in a van wrote: 
> Cheers Roland0
> 
> I'll maybe try this later today with both usb dacs connected.


Well this is the list of devices 

> **** List of PLAYBACK Hardware Devices ****
> card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
> Subdevices: 8/8
> Subdevice #0: subdevice #0
> Subdevice #1: subdevice #1
> Subdevice #2: subdevice #2
> Subdevice #3: subdevice #3
> Subdevice #4: subdevice #4
> Subdevice #5: subdevice #5
> Subdevice #6: subdevice #6
> Subdevice #7: subdevice #7
> card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835
> IEC958/HDMI]
> Subdevices: 1/1
> Subdevice #0: subdevice #0
> card 1: DA [DA], device 0: USB Audio [USB Audio]
> Subdevices: 0/1
> Subdevice #0: subdevice #0
> card 1: DA [DA], device 1: USB Audio [USB Audio #1]
> Subdevices: 1/1
> Subdevice #0: subdevice #0
> card 2: Audio [iFi (by AMR) HD USB Audio], device 0: USB Audio [USB
> Audio]
> Subdevices: 1/1
> Subdevice #0: subdevice #0

and this is the file example referred to by Roland0


Code:
--------------------
    pcm.!default {
  type plug
  slave {
  pcm "both"
  }
  }
  pcm.both {
  type route
  slave {
  pcm multi
  channels 4
  }
  
  ttable.0.0 1.0
  ttable.1.1 1.0
  ttable.0.2 1.0
  ttable.1.3 1.0
  }
  pcm.multi {
  type multi
  slaves.a {
  pcm "analog"
  channels 2
  }
  slaves.b {
  pcm "hdmi"
  channels 2
  }
  bindings.0.slave a
  bindings.0.channel 0
  bindings.1.slave a
  bindings.1.channel 1
  bindings.2.slave b
  bindings.2.channel 0
  bindings.3.slave b
  bindings.3.channel 1
  }
  pcm.hdmi {
  type hw
  card 0
  device 0
  channels 2
  }
  pcm.analog {
  type hw
  card 0
  device 3
  channels 2
  }
--------------------



As both cards use "USB Audio" for their name, will I be able to use
them?


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=108075

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to