Re: [Alsa-devel] ymfpci, big-endian, and spdif out

2003-01-12 Thread Jaroslav Kysela
On Sat, 11 Jan 2003, Troy Benjegerdes wrote: > On Fri, Jan 10, 2003 at 07:48:48PM -0600, Troy Benjegerdes wrote: > > > > results in alsa-kernel/core/pcm_memory.c:alloc_pcm_pages() getting > > > > called with substream->dma_type= SNDRV_PCM_DMA_TYPE_UNKNOWN. > > > > > > oh, you found a bug :) it

Re: [Alsa-devel] MTP/AV / Sequencer MIDI problem... design issue?

2003-01-12 Thread Jaroslav Kysela
On Sat, 11 Jan 2003, Ryan Pavlik wrote: > On Sat, 11 Jan 2003 20:50:49 -0500 > Paul Davis <[EMAIL PROTECTED]> wrote: > > > > i would have thought that the mtpav driver should do the same > > thing. if you want to access all 8 ports, you should have 8 access > > points (whether this is via the seq

[Alsa-devel] [Application] OPL3 with hwdep

2003-01-12 Thread Mardy
I want to make a simple OPL3 beeper, but I'm stuck with snd_hwdep_open(), I just don't know what string I should call it with. pupilla:~$ cat /proc/asound/cards 0 [CARD_0 ]: CMI8738-MC6 - C-Media PCI CMI8738-MC6 C-Media PCI CMI8738-MC6 (model 55) at 0xb800, irq 9 pupi

Re: [Alsa-devel] [Application] OPL3 with hwdep

2003-01-12 Thread Jaroslav Kysela
On Sun, 12 Jan 2003, Mardy wrote: > I want to make a simple OPL3 beeper, but I'm stuck with > snd_hwdep_open(), I just don't know what string I should call it with. hw:# (where # is your card number or string identification), it is usually 'hw:0'; or the more simple way is to pass 'default' stri

Re: [Alsa-devel] [Application] OPL3 with hwdep

2003-01-12 Thread Mardy
On Sun, Jan 12, 2003 at 08:12:53PM +0100, Jaroslav Kysela wrote: > On Sun, 12 Jan 2003, Mardy wrote: > > > I want to make a simple OPL3 beeper, but I'm stuck with > > snd_hwdep_open(), I just don't know what string I should call it with. > > hw:# (where # is your card number or string identificat