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: status of usb audio driver
Date: Wed, 12 Jun 2002 23:55:56 +0900	[thread overview]
Message-ID: <3D0760FC.5060906@boosthardware.com> (raw)
In-Reply-To: s5hbsag1t5r.wl@alsa2.suse.de

Takashi Iwai wrote:
> At Wed, 12 Jun 2002 23:10:19 +0900,
> Patrick Shirkey wrote:
> 
>>Takashi Iwai wrote:
>>
>>>it's on cvs.  please give a try.
>>>btw, now descriptor proc was removed (one can use lsusb anyway).
>>>instead you'll see formats supported on each stream.
>>>
>>
>>Excellent work. I haven't tested the output yet but will soon. One thing 
>>that isn't correct is that this card has 4 channels. Is it me or does 
>>the following only find 3?
> 
> 
> can you check kernel debug (detection) messages?
> perhaps it skipps an audio stream by some reason.
> 
> 

i have been testing the sound and I am getting playback although at this 
point I can get sound out of hw:2,0 and hw:2,2 they are both the left 
channels. The sound is scratchy but it is there :)

This is from the kernel. It seems to be loading the devices unusually.

-----
#dmesg
devfs_register(unknown): could not append to parent, err: -17
devfs_register(unknown): could not append to parent, err: -17
usb.c: registered new driver snd-usb-audio
ALSA usbaudio.c:1756: adding an output interface 3:0:1
ALSA usbaudio.c:1750: adding an input interface 3:0:2
devfs_register(unknown): could not append to parent, err: -17
devfs_register(unknown): could not append to parent, err: -17
devfs_register(unknown): could not append to parent, err: -17
ALSA usbaudio.c:1756: adding an output interface 3:3:4
ALSA usbaudio.c:1750: adding an input interface 3:3:5
ALSA usbaudio.c:1391: 3:4:1 : non-supported sample bit 1 in 3 bytes
ALSA usbaudio.c:1391: 3:4:3 : non-supported sample bit 1 in 3 bytes
ALSA usbaudio.c:1391: 3:5:1 : non-supported sample bit 1 in 3 bytes
ALSA usbaudio.c:1391: 3:5:3 : non-supported sample bit 1 in 3 bytes
devfs_register(unknown): could not append to parent, err: -17
ALSA usbaudio.c:1756: adding an output interface 3:6:7
ALSA usbaudio.c:1750: adding an input interface 3:6:8
ALSA usbaudio.c:1391: 3:7:1 : non-supported sample bit 1 in 3 bytes
ALSA usbaudio.c:1391: 3:7:3 : non-supported sample bit 1 in 3 bytes
ALSA usbaudio.c:1391: 3:8:1 : non-supported sample bit 1 in 3 bytes
ALSA usbaudio.c:1391: 3:8:3 : non-supported sample bit 1 in 3 bytes
-----
/var/log/messages

Jun 12 23:44:24 mahine kernel: usb.c: registered new driver snd-usb-audio
Jun 12 23:44:24 mahine kernel: ALSA usbaudio.c:1756: adding an output 
interface 3:0:1
Jun 12 23:44:24 mahine kernel: ALSA usbaudio.c:1750: adding an input 
interface 3:0:2
Jun 12 23:44:24 mahine kernel: ALSA usbaudio.c:1756: adding an output 
interface 3:3:4
Jun 12 23:44:24 mahine kernel: ALSA usbaudio.c:1750: adding an input 
interface 3:3:5
Jun 12 23:44:24 mahine kernel: ALSA usbaudio.c:1756: adding an output 
interface 3:6:7
Jun 12 23:44:24 mahine kernel: ALSA usbaudio.c:1750: adding an input 
interface 3:6:8
-----

> Takashi
> 
> 



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


_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/

  parent reply	other threads:[~2002-06-12 14:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=3D0760FC.5060906@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