Date: Mon, 04 Apr 2005 19:21:50 +0800 From: Khairil Yusof <kaeru@pd.jaring.my> To: Christian Laursen <xi@borderworlds.dk> Cc: freebsd-stable@freebsd.org Subject: Re: 5.4-PRERELEASE usb audio problem Message-ID: <1112613710.43675.13.camel@wolverine> In-Reply-To: <86y8c1q9fh.fsf@borg.borderworlds.dk> References: <86y8c1q9fh.fsf@borg.borderworlds.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-A7x1Gy1Z/tpWH2lrpOCE Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2005-04-02 at 21:13 +0200, Christian Laursen wrote: > When I plug in my Logitech USB headset I get the following: >=20 > uaudio0: Logitech Logitech USB Headset, rev 1.10/1.13, addr 2 > uaudio_add_selector: NOT IMPLEMENTED > uaudio0: audio rev 1.00 > pcm1: <USB Audio> on uaudio0 > pcm1: chn_init(pcm1:play:0) failed: err =3D 19 > pcm1: pcm_chn_create(ua_chan, 1, 0xc1974780) failed > uhid0: Logitech Logitech USB Headset, rev 1.10/1.13, addr 2, iclass 1/1 Julian Elischer, posted a fix on freebsd-current@ some time ago. Edit /usr/src/sys/dev/sound/usb/uaudio_pcm.c Change, #define UAUDIO_PCM_BUFF_SIZE 16*1024 to #define UAUDIO_PCM_BUFF_SIZE (16*1024-1) This works for my Sony SRS-T10PC USB speakers. If it fixes it for other usb audio devices, I think this fix should be committed. --=-A7x1Gy1Z/tpWH2lrpOCE Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCUSNODAqnLW/+/X8RAsOCAKDJJyvSk2rMDkjOLO80OPKnmCewigCeP+J9 CcllGxy+/aluJseR5wfdyxw= =9/4M -----END PGP SIGNATURE----- --=-A7x1Gy1Z/tpWH2lrpOCE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1112613710.43675.13.camel>