All of lore.kernel.org
 help / color / mirror / Atom feed
* ice1712 docs
@ 2004-11-17  9:14 Julian Cable
  2004-11-18 13:24 ` Dirk Jagdmann
  0 siblings, 1 reply; 2+ messages in thread
From: Julian Cable @ 2004-11-17  9:14 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 1890 bytes --]

Hi,

  I got a php error submitting this to the driver page so here is the
text in case it got lost:

This is what I've found in discussions with Takashi Iwai at SuSE:

Due to peculiarities of the ICE1712 chip there is a problem using
the kernel OSS support. OSS applications can only use one stereo
channel, which for most cards would not be the IEC958 channel.

If you want to use OSS and have access to all the channels then the
aoss user level OSS emulation is more flexible as it lets the
libasound stuff do its thing. This needs normal dynamically linked
applications and will not work on closed source statically linked
applications.

The aoss "trick" works by defining pcm.dsp<n> alsa devices and then
calling the program with the following:

% aoss your-own-app
 
For example, for a VX442 (2 stereo analog and 1 stereo IEC958),
define the following in ~/.asoundrc or /etc/asound.conf:
 
pcm.dsp0 {
  type plug
   slave.pcm "front"
} 
 
pcm.dsp1 {
    type route
    ttable.0.2 1
    ttable.1.3 1
   slave.pcm {
      type hw
      card 0
  }
} 
 
pcm.dsp2 {
  type plug
  slave.pcm "iec958"
}


Julian Cable
Project Manager, Transmission & Distribution, BBC World Service
T: +44 (0)20 755 73651  F: + 44 (0)20 713 797559
Mob: +44(0) 77 399 20066
* Room 217 NW, Bush House, Strand, PO Box 76, London, WC2B 4PH
http://www.bbc.co.uk/worldservice


http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system. 
Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received. 
Further communication will signify your consent to this.

[-- Attachment #2: Type: text/html, Size: 4657 bytes --]

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

* Re: ice1712 docs
  2004-11-17  9:14 ice1712 docs Julian Cable
@ 2004-11-18 13:24 ` Dirk Jagdmann
  0 siblings, 0 replies; 2+ messages in thread
From: Dirk Jagdmann @ 2004-11-18 13:24 UTC (permalink / raw)
  To: Julian Cable; +Cc: alsa-devel

Hello Julian,
>   I got a php error submitting this to the driver page so here is the 
> text in case it got lost:

I was able to include your config here:
http://alsa.opensrc.org/index.php?page=1712+.asoundrc

-- 
---> doj / cubic
----> http://cubic.org/~doj
-----> http://llg.cubic.org


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

end of thread, other threads:[~2004-11-18 13:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-17  9:14 ice1712 docs Julian Cable
2004-11-18 13:24 ` Dirk Jagdmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.