alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* Problem adding support for digital mixer in codec
@ 2010-03-25  2:33 Candelaria Villarreal, Jorge
  2010-03-25  4:53 ` Raymond Yau
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Candelaria Villarreal, Jorge @ 2010-03-25  2:33 UTC (permalink / raw)
  To: alsa-devel@alsa-project.org

Hi,

I am trying to add support for a digital mixer. The digital mixer is
connected like the following example:

  
Path 1 -------\
Path 2 --------\
		    MIXER ------> DAC----> ...
Path 3 --------/
Path 4 -------/



However, I think ALSA does not support this configuration, as the DAC
should be the first element in a route. I tried adding the DAC to the
route first, and connected its output to the mixer inputs, like this:

	  {"Mixer", "Multimedia Ext Switch", "HSDAC Left"},
        {"Mixer", "Multimedia Ext Switch", "HSDAC Right"},

        {"Mixer", "Voice Switch", "HSDAC Left"},
        {"Mixer", "Voice Switch", "HSDAC Right"},

        {"Mixer", "Multimedia Uplink Switch", "HSDAC Left"},
        {"Mixer", "Multimedia Uplink Switch", "HSDAC Right"},

        {"Mixer", "Multimedia Switch", "HSDAC Left"},
        {"Mixer", "Multimedia Switch", "HSDAC Right"},

But this does not seem to work. Can anyone give me some tips? Any comment
would be appreciated.

Thanks,
Jorge

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-03-25 16:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-25  2:33 Problem adding support for digital mixer in codec Candelaria Villarreal, Jorge
2010-03-25  4:53 ` Raymond Yau
2010-03-25  7:17 ` Peter Ujfalusi
2010-03-25  9:13   ` Liam Girdwood
2010-03-25  9:22     ` Peter Ujfalusi
2010-03-25 16:56     ` Candelaria Villarreal, Jorge
2010-03-25  9:26 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).