All of lore.kernel.org
 help / color / mirror / Atom feed
* status of usb audio driver
@ 2002-06-04 16:57 Takashi Iwai
  2002-06-12  5:16 ` Patrick Shirkey
  0 siblings, 1 reply; 22+ messages in thread
From: Takashi Iwai @ 2002-06-04 16:57 UTC (permalink / raw)
  To: alsa-devel

Hi,

snd-usb-audio is a bit updated.
i borrowed a usb microphone and found that there was a deadlock at
exit of capture.  now it's fixed.
the source codes have more comments and readable (hopefully).

most of debug messages have been moved to snd_printdd().  that is,
to show such debug messages, you'll need to configure alsa-driver with
--with-debug=detect.  if your usb device doesn't work try this, and
send me the output of kernel messages together with the output of
lsusb.

the co-existence problem with oss audio module can be fixed by adding
an entry to /etc/hotplug/blacklist.  the file would be dependent on
the distribution, though.

18/20/24bit formats are not supported yet (if 3-byte format).


so far, i have no plan to port the usb midi driver for alsa, since
there is already a usb midi daemon (see alsa-devel archive).
not like an audio device, the access timing to a midi device is not so
critical.  in the case of audio device, we have to send continuous
packets at each 1ms, sometimes even with a sync pipe.  unfortunately,
this is fairly difficult to be implemented on the current framework of
usbdevfs.  on the contrary, midi can be relatively easily done on
usbdevfs.

however, i'm not sure about the latency over usbdevfs.  if the latency
is too bad, i have to change my mind...


btw, from tomorrow i'll be at LinuxTag at Karlsruhe.
answers will be delayed until the next week.


ciao,

Takashi

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

end of thread, other threads:[~2002-06-14  8:58 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-04 16:57 status of usb audio driver Takashi Iwai
2002-06-12  5:16 ` Patrick Shirkey
2002-06-12 13:24   ` Takashi Iwai
2002-06-12 14:10     ` Patrick Shirkey
2002-06-12 14:13       ` Takashi Iwai
2002-06-12 14:19         ` Niklas Werner
2002-06-12 14:36           ` Takashi Iwai
2002-06-12 16:00             ` Niklas Werner
2002-06-12 14:55         ` Patrick Shirkey
2002-06-12 16:12           ` Patrick Shirkey
2002-06-12 16:48             ` Patrick Shirkey
2002-06-12 16:59               ` Takashi Iwai
2002-06-12 17:31                 ` Patrick Shirkey
2002-06-13 10:39                   ` Takashi Iwai
2002-06-13 12:54                     ` Patrick Shirkey
2002-06-13 13:05                       ` Takashi Iwai
2002-06-13 13:21                         ` Niklas Werner
2002-06-13 14:05                           ` Takashi Iwai
2002-06-14  8:58                             ` Niklas Werner
2002-06-13 13:35                         ` Patrick Shirkey
2002-06-13 13:43                           ` Takashi Iwai
2002-06-13 14:58                             ` Patrick Shirkey

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.