Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2005 21:45:14 +0800
From:      Ariff Abdullah <skywizard@MyBSD.org.my>
To:        Per olof Ljungmark <peo@intersonic.se>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: uaudio and Digigram UAX220
Message-ID:  <20051020214514.76551aac.skywizard@MyBSD.org.my>
In-Reply-To: <43578834.3040405@intersonic.se>
References:  <43575EBE.2010108@intersonic.se> <20051020113619.irjw1shmsgkc8k4o@netchild.homeip.net> <43578834.3040405@intersonic.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Oct 2005 14:06:12 +0200
Per olof Ljungmark <peo@intersonic.se> wrote:
> got feeder_volume.c from cvs, now, is there a newer slavechan.c 
> somewhere? Can't find it.
> 
> s/modules/sound/sound/../../../dev/sound/pcm/slavechan.c
> In file included from 
> /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/slavechan.c
> :429: @/dev/sound/pcm/vchan.h:29: warning: redundant redeclaration
> of  'vchan_create'
> @/dev/sound/pcm/vchan.h:29: warning: previous declaration of 
> 'vchan_create' was here
> @/dev/sound/pcm/vchan.h:30: warning: redundant redeclaration of 

rm -rf /usr/src/sys/dev/sound
rm -f /usr/src/sys/conf/file /usr/src/sys/sys/soundcard.h
rm -f /usr/src/sys/modules/sound/sound/Makefile

re-cvsup

get http://people.freebsd.org/~ariff/snd_RELENG_5_20051009_054.diff
(note that RELENG_5, not RELENG_5_X nor RELENG_6 nor HEAD)

cd /usr/src/ ; patch -p0 < snd_RELENG_5_20051009_054.diff


>From your original post, it seems that your entire playback channel
goes haywire by not returning appropriate sound format. Nothing can be
done, even with this patch. Perhaps you can try replacing all your
/usr/src/sys/dev/sound/usb/ sources from HEAD/CURRENT branch instead.

--
Ariff Abdullah
MyBSD

http://www.MyBSD.org.my (IPv6/IPv4)
http://staff.MyBSD.org.my (IPv6/IPv4)
http://tomoyo.MyBSD.org.my (IPv6/IPv4)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051020214514.76551aac.skywizard>