It's been happening for quite a while.
sabre:~ # uname -a
Linux sabre 4.0.0-rc5-smp+ #1 SMP PREEMPT Mon Mar 23 08:42:19 GMT 2015
x86_64 x86_64 x86_64 GNU/Linux
sabre:~ # dmesg|grep -i ctxfi
[ 11.574699] snd_ctxfi :06:05.0: chip 20K1 model Unknown
(1102:0020) is found
[ 12.829558] snd_ctx
On Mon, 23 Mar 2015 09:06:15 +0100
Clemens Ladisch wrote:
> Dmitri Seletski wrote:
> > I read somewhere, that it's impossible to have dual rate PCM's
> > working at the same time.(I tried such approach and failed.)
>
> A DAC outputs a stream at a single rate. So when multiple streams are
> mixe
On Mon, 23 Mar 2015 09:06:01 +0100
Clemens Ladisch wrote:
> Dmitri Seletski wrote:
> > It came to my attention, that I can start process and pass some
> > variable to ALSA upon execution, so it may change PCM for example.
> >
> > I took information from here:
> >
> > http://blog.vrplumber.com/b/2
On 03/23/2015 12:37 AM, Clemens Ladisch wrote:
Tom Jewell wrote:
I'm trying to debug some code that implements a feature unit in an
(incoming) USB device, based on an AT32UC3B1256 controller. The feature
unit contains only a volume control, for which the host requests and I
provide values for
Dmitri Seletski wrote:
> It came to my attention, that I can start process and pass some
> variable to ALSA upon execution, so it may change PCM for example.
>
> I took information from here:
>
> http://blog.vrplumber.com/b/2012/03/23/control-default-alsa-device/
>
> I tried it and it worked. Howev
Dmitri Seletski wrote:
> I read somewhere, that it's impossible to have dual rate PCM's working
> at the same time.(I tried such approach and failed.)
A DAC outputs a stream at a single rate. So when multiple streams are
mixed together, they must have a common rate.
> So does DMIX allows for sev
Tom Jewell wrote:
> I'm trying to debug some code that implements a feature unit in an
> (incoming) USB device, based on an AT32UC3B1256 controller. The feature
> unit contains only a volume control, for which the host requests and I
> provide values for MAX, MIN, CUR, and RES. The host then trie