linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: dmasound
       [not found] <83DAF59A.7000607@idsia.ch>
@ 2001-11-20  9:19 ` Geert Uytterhoeven
  2001-11-20 10:18   ` dmasound Michael Schmitz
  2001-11-20 11:10   ` dmasound Jörn Nettingsmeier
  0 siblings, 2 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2001-11-20  9:19 UTC (permalink / raw)
  To: Ivo Kwee; +Cc: Linux/PPC Development


	Hoi Ivo,

> Ik weet niet of je nog aan de dma_sound driver werkt, maar ik zag je
> naam als laatste. Ik ben een beetje aan het prutsen met /dev/dsp op een

Dat is lang geleden...

Iain Sandoe werkt er momenteel het hardste aan, geloof ik. Maar zijn adres heb
ik hier niet.

> PPC titanium en elke keer locks de computer volop na een
> SND_DSP_SETFRAGMENT.  Ten eerst moet volgens my the sq_ioctl for the
> case SND_DSP_SETFRAGMENT een return geven met de aktuele settings
>          return IOCTL_OUT(arg, size | nbufs << 16);
> ipv
>          return IOCTL_OUT(arg,write_sq.bufSize | write_sq.numBufs << 16);
> niet?
>
> De lockup gebeurt als ik SND_DSP_SETFRAGMENT roep na een open-device
> O_RDWR of O_RDONLY. Ik heb gekeken naar ander code voor andere
> geluidskaarten en die checken of the device in read of write mode staat;
> de dmasound doet dat niet. Kennelijk wordt alleen write_sq
> veronderstelt. Moet er ook een if-read stuk in? Of worden buffers niet
> gebruikt in Recording(IN) mode?

Geen idee. Je vraagt dat best op de mailing list hieronder.

> P.S.1 Waar moet ik normaal zulke vragen stellen ipv naar jou direkt?

linuxppc-dev@lists.linuxppc.org

> P.S.2 Werk je aan de Aibo?

Neen, dat is een ander team. Ik werk aan set top boxes.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: dmasound
  2001-11-20  9:19 ` dmasound Geert Uytterhoeven
@ 2001-11-20 10:18   ` Michael Schmitz
  2001-11-20 10:43     ` dmasound Geert Uytterhoeven
  2001-11-20 11:10   ` dmasound Jörn Nettingsmeier
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Schmitz @ 2001-11-20 10:18 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Ivo Kwee, Linux/PPC Development


Translating as best I can (which isn't much):

> > Ik weet niet of je nog aan de dma_sound driver werkt, maar ik zag je
> > naam als laatste. Ik ben een beetje aan het prutsen met /dev/dsp op een
>
> Dat is lang geleden...
>
> Iain Sandoe werkt er momenteel het hardste aan, geloof ik. Maar zijn adres heb
> ik hier niet.

Who's working on the dmasound driver? Apparently Geert isn't anymore, he
thinks Iain Sandoe is doing most of the work, e-mail address for Iain,
anyone?

> > De lockup gebeurt als ik SND_DSP_SETFRAGMENT roep na een open-device
> > O_RDWR of O_RDONLY. Ik heb gekeken naar ander code voor andere
> > geluidskaarten en die checken of the device in read of write mode staat;
> > de dmasound doet dat niet. Kennelijk wordt alleen write_sq
> > veronderstelt. Moet er ook een if-read stuk in? Of worden buffers niet
> > gebruikt in Recording(IN) mode?
>
> Geen idee. Je vraagt dat best op de mailing list hieronder.

Kernel locks up after calling ioctl(SND_DSP_SETFRAGMENT,...) with device
(/dev/dsp??) opened read/write or readonly. dmasound doesn't check read or
write mode of the device, other drivers do. What's used for recording
(lacking read_sq)?

Does the fish work for Dutch?

	Michael


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: dmasound
  2001-11-20 10:18   ` dmasound Michael Schmitz
@ 2001-11-20 10:43     ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2001-11-20 10:43 UTC (permalink / raw)
  To: Michael Schmitz; +Cc: Ivo Kwee, Linux/PPC Development


On Tue, 20 Nov 2001, Michael Schmitz wrote:
> Translating as best I can (which isn't much):

    [...]

> Does the fish work for Dutch?

Sorry, didn't mean to CC that mail to the list...

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: dmasound
  2001-11-20  9:19 ` dmasound Geert Uytterhoeven
  2001-11-20 10:18   ` dmasound Michael Schmitz
@ 2001-11-20 11:10   ` Jörn Nettingsmeier
  1 sibling, 0 replies; 5+ messages in thread
From: Jörn Nettingsmeier @ 2001-11-20 11:10 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Ivo Kwee, Linux/PPC Development


Geert Uytterhoeven wrote:
>
>         Hoi Ivo,
>
> > Ik weet niet of je nog aan de dma_sound driver werkt, maar ik zag je
> > naam als laatste. Ik ben een beetje aan het prutsen met /dev/dsp op een
>
> Dat is lang geleden...
>
> Iain Sandoe werkt er momenteel het hardste aan, geloof ik. Maar zijn adres heb
> ik hier niet.

his address and a link to his linuxppc-sound page is here:

http://www.linuxdj.com/audio/lad/resourcesmembers.php3#sandoe

regards,

jörn


> > PPC titanium en elke keer locks de computer volop na een
> > SND_DSP_SETFRAGMENT.  Ten eerst moet volgens my the sq_ioctl for the
> > case SND_DSP_SETFRAGMENT een return geven met de aktuele settings
> >          return IOCTL_OUT(arg, size | nbufs << 16);
> > ipv
> >          return IOCTL_OUT(arg,write_sq.bufSize | write_sq.numBufs << 16);
> > niet?
> >
> > De lockup gebeurt als ik SND_DSP_SETFRAGMENT roep na een open-device
> > O_RDWR of O_RDONLY. Ik heb gekeken naar ander code voor andere
> > geluidskaarten en die checken of the device in read of write mode staat;
> > de dmasound doet dat niet. Kennelijk wordt alleen write_sq
> > veronderstelt. Moet er ook een if-read stuk in? Of worden buffers niet
> > gebruikt in Recording(IN) mode?
>
> Geen idee. Je vraagt dat best op de mailing list hieronder.
>
> > P.S.1 Waar moet ik normaal zulke vragen stellen ipv naar jou direkt?
>
> linuxppc-dev@lists.linuxppc.org
>
> > P.S.2 Werk je aan de Aibo?
>
> Neen, dat is een ander team. Ik werk aan set top boxes.
>
> Gr{oetje,eeting}s,
>
>                                                 Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                                             -- Linus Torvalds
>

--
Jörn Nettingsmeier
home://Kurfürstenstr.49.45138.Essen.Germany
phone://+49.201.491621
http://spunk.dnsalias.org
http://www.linuxdj.com/audio/lad/

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: dmasound
@ 2001-11-21 17:03 Iain Sandoe
  0 siblings, 0 replies; 5+ messages in thread
From: Iain Sandoe @ 2001-11-21 17:03 UTC (permalink / raw)
  To: Jörn Nettingsmeier, Geert Uytterhoeven
  Cc: Ivo Kwee, Linux/PPC Development


Jorn Wrote:
> Geert Uytterhoeven wrote:
>>
>>         Hoi Ivo,
>>
>> > Ik weet niet of je nog aan de dma_sound driver werkt, maar ik zag je
>> > naam als laatste. Ik ben een beetje aan het prutsen met /dev/dsp op een
>>
>> Dat is lang geleden...
>>
>> Iain Sandoe werkt er momenteel het hardste aan, geloof ik. Maar zijn adres
heb
>> ik hier niet.
>
> his address and a link to his linuxppc-sound page is here:
>
> http://www.linuxdj.com/audio/lad/resourcesmembers.php3#sandoe

sorry ... not very active at the moment .. work does not permit.
will be back when the schedule gets less hectic.

will try to answer questions tho ..
ciao,
Iain.

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2001-11-21 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-21 17:03 dmasound Iain Sandoe
     [not found] <83DAF59A.7000607@idsia.ch>
2001-11-20  9:19 ` dmasound Geert Uytterhoeven
2001-11-20 10:18   ` dmasound Michael Schmitz
2001-11-20 10:43     ` dmasound Geert Uytterhoeven
2001-11-20 11:10   ` dmasound Jörn Nettingsmeier

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).