Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Shirkey <pshirkey@boosthardware.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Experimental USB audio support
Date: Thu, 30 May 2002 14:15:55 +0900	[thread overview]
Message-ID: <3CF5B58B.59E5A233@boosthardware.com> (raw)
In-Reply-To: s5hy9e2hk02.wl@alsa2.suse.de

As you can tell I'm very excited about this.

Here's some preliminary stuff.

#dmesg
----
usb.c: registered new driver audio
hub.c: USB new device connect on bus1/1, assigned device number 3
ALSA usbaudio.c:1134: 3:1:1 : AS_GENERAL descriptor not found
ALSA usbaudio.c:1134: 3:2:1 : AS_GENERAL descriptor not found
devfs: devfs_register(): device already registered: "unknown"
ALSA usbaudio.c:1191: 3:4:1 : frame size 3 doesn't match ALSA 24bit
sample format
ALSA usbaudio.c:1134: 3:4:2 : AS_GENERAL descriptor not found
ALSA usbaudio.c:1191: 3:4:3 : frame size 3 doesn't match ALSA 24bit
sample format
ALSA usbaudio.c:1191: 3:5:1 : frame size 3 doesn't match ALSA 24bit
sample format
ALSA usbaudio.c:1134: 3:5:2 : AS_GENERAL descriptor not found
ALSA usbaudio.c:1191: 3:5:3 : frame size 3 doesn't match ALSA 24bit
sample format
devfs: devfs_register(): device already registered: "unknown"
ALSA usbaudio.c:1191: 3:7:1 : frame size 3 doesn't match ALSA 24bit
sample format
ALSA usbaudio.c:1134: 3:7:2 : AS_GENERAL descriptor not found
ALSA usbaudio.c:1191: 3:7:3 : frame size 3 doesn't match ALSA 24bit
sample format
ALSA usbaudio.c:1191: 3:8:1 : frame size 3 doesn't match ALSA 24bit
sample format
ALSA usbaudio.c:1134: 3:8:2 : AS_GENERAL descriptor not found
ALSA usbaudio.c:1191: 3:8:3 : frame size 3 doesn't match ALSA 24bit
sample format
devfs: devfs_register(): device already registered: "unknown"
----
 more /proc/asound/cards 
0 [card0          ]: CMI8738 - C-Media PCI CMI8738
                     C-Media PCI CMI8738 (model 37) at 0xa400, irq 5
1 [card1          ]: ICH - Intel 82801BA-ICH2
                     Intel 82801BA-ICH2 at 0xdc00, irq 3
2 [card2          ]: USB-Audio - USB Audio Driver
                     M Audio USB AudioSport Quattro (tm)
3 [card3          ]: USB-Audio - USB Audio Driver
                     M Audio USB AudioSport Quattro (tm)
4 [card4          ]: USB-Audio - USB Audio Driver
                     M Audio USB AudioSport Quattro (tm)
----
# lsusb -p /proc/asound/card2/ -vv
# lsusb -p /proc/asound/card3/ -vv
# lsusb -p /proc/asound/card4/ -vv
# lsusb -p /proc/asound/card4/ -vv -t
cannot open /proc/asound/card4//devices, No such file or directory (2)
----

I cannot get more out of lsusb than that. I assume it is somethign to do
with the fact the /proc/bus/usb has no entries. I will look into fixing
that unless the device is not supposed to register there.


-- 
Patrick Shirkey - Boost Hardware Ltd.
For the discerning hardware connoisseur
Http://www.boosthardware.com
Http://www.boosthardware.com/LAU/guide/
=======================================================================

_______________________________________________________________

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

  parent reply	other threads:[~2002-05-30  5:15 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <s5hy9e2hk02.wl@alsa2.suse.de>
2002-05-30  4:12 ` Experimental USB audio support Patrick Shirkey
2002-05-30  4:16 ` Patrick Shirkey
2002-05-31  8:45   ` Takashi Iwai
2002-05-30  5:15 ` Patrick Shirkey [this message]
2002-05-31  8:03   ` Takashi Iwai
2002-05-31  9:23     ` Patrick Shirkey
2002-05-31  9:38       ` Takashi Iwai
2002-05-31 10:51         ` Takashi Iwai
2002-05-31 11:09           ` Patrick Shirkey
2002-05-31 11:55           ` Patrick Shirkey
2002-05-31 13:38             ` Takashi Iwai
2002-06-03  5:52               ` Patrick Shirkey
2002-06-03 15:35                 ` Takashi Iwai
2002-05-31 12:02           ` Patrick Shirkey
2002-05-31 12:07           ` Patrick Shirkey
2002-05-31  9:31     ` Patrick Shirkey
2002-05-31  9:41       ` Takashi Iwai
2002-05-31 10:48         ` Takashi Iwai
2002-05-31 11:14           ` Patrick Shirkey
2002-05-31 13:44             ` Takashi Iwai
2002-05-30  5:49 ` Patrick Shirkey
2002-05-30  8:17 ` tpeltone
     [not found] ` <001401c20747$642f5050$57c05c90@Witter>
2002-05-31  8:47   ` [Alsa-user] " Takashi Iwai
     [not found]     ` <1022849629.589.2.camel@coldpack>
2002-05-31 17:33       ` Takashi Iwai
2002-05-29 18:44 Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CF5B58B.59E5A233@boosthardware.com \
    --to=pshirkey@boosthardware.com \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox