From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: underruns and strange code in pcm_rate.c Date: Wed, 07 Nov 2007 20:16:36 +0300 Message-ID: <4731F2F4.2080704@aknet.ru> References: <472E5A64.6010705@aknet.ru> <473091F4.80105@aknet.ru> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060202000607080802080507" Return-path: Received: from mail.aknet.ru (mail.AKNET.ru [77.246.241.226]) by alsa0.perex.cz (Postfix) with ESMTP id 71134245A9 for ; Wed, 7 Nov 2007 18:15:27 +0100 (CET) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Takashi Iwai Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org This is a multi-part message in MIME format. --------------060202000607080802080507 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello. Takashi Iwai wrote: > I don't understand your description well. Could you give a simple > test code to prove the bug? No, its not like that. I am not writing any prog. What I am trying to point out, is that _any_ program is affected. My whole desktop is pretty much "speechless" these days. Well, a few progs, like mplayer, are unaffected (I guess they do not trust "default" and use "hw"), but most of anything else is broken. (and as a most frequent test-case I use ogg123 while debugging) Well, maybe its an asound.conf issue - I'll attach my asound.conf... attached. Maybe its a driver issue - I was using snd-pcsp before and I don't remember any problems. But now I do use snd-intel8x0, and the results are much worse. And this will remain so until I get an x86_64 port of snd-pcsp, and in a mean time I thought it would be a good idea to get working also that. :) Jokes aside, the difference is that snd-intel8x0 accepts only 48000, while snd-pcsp used to accept some other rate. I'll answer the technical questions in a separate e-mail. I'll try to collect more precise info and examples. --------------060202000607080802080507 Content-Type: text/plain; name="asound.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="asound.conf" # Generated by system-config-soundcard, do not edit by hand defaults.pcm.card 0 pcm.!default { type plug slave.pcm "svol" } pcm.svol { type softvol slave.pcm "swmix" control.name "SoftVol Playback Volume" control.card 0 min_dB -0.1 max_dB 10.0 } pcm.swmix { type dmix ipc_key 1111 slave.pcm "hw:0,0" slave.rate 48000 } --------------060202000607080802080507 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel --------------060202000607080802080507--