Date: Thu, 14 Jul 2005 05:13:47 +0800 From: Ariff Abdullah <skywizard@MyBSD.org.my> To: Mathew Kanner <mat@cnd.mcgill.ca> Cc: rmgls@wanadoo.fr, freebsd-multimedia@freebsd.org Subject: Re: Massive sound changes / fix (24/32bit pcm support, new Message-ID: <20050714051347.0e21a059.skywizard@MyBSD.org.my> In-Reply-To: <20050713204424.GF20863@cnd.mcgill.ca> References: <20050713200232.GA1247@wanadoo.fr> <20050714044038.0a2d6c81.skywizard@MyBSD.org.my> <20050713204424.GF20863@cnd.mcgill.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 13 Jul 2005 16:44:24 -0400 Mathew Kanner <mat@cnd.mcgill.ca> wrote: > On Jul 13, Ariff Abdullah wrote: > > On Wed, 13 Jul 2005 22:02:33 +0200 > > raoul megelas <rmgls@wanadoo.fr> wrote: > > > Hello all, > > > > > > after applying the patch (July, 8), i notice regular > > > pops when adjusting the mixer for any input or output. > > > Is it related to the hardware (ich5), or the driver. > > > I does not know. Any idea to help? > > > thanks a lot. > > > > > > > Is the volume level change in a drastic manner or gradually? > > Sounds like a locking issue. Writting to the device while > another thread is already writting to the device. I don't know this > hardward but have seen this on others. > --Mat > (hey welcome back!) I hope so... But one thing about intel ac97 standard itself is stupid incompatibility across different vendor. I'm afraid his problem is because of incorrect mixer resolution detection. ac97.c (line 629) trying its best to calculate *exact* resolution although already predefined up there. In any case, we can simply ignore it and carry on with predefined value (the detection mechanism should be fine though). sigh.. I really hope it's about locking issue, which is easier to mitigate as compare with that. -- 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?20050714051347.0e21a059.skywizard>