From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: S16_LE + softvol = bad Date: Thu, 17 Jan 2008 15:11:18 +0100 Message-ID: References: <1200578447.2521.1231765977@webmail.messagingengine.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 9BB1C24376 for ; Thu, 17 Jan 2008 15:11:19 +0100 (CET) In-Reply-To: <1200578447.2521.1231765977@webmail.messagingengine.com> 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: Clemens Ladisch Cc: alsa-devel@alsa-project.org, "Alexander E. Patrakov" List-Id: alsa-devel@alsa-project.org At Thu, 17 Jan 2008 15:00:47 +0100, Clemens Ladisch wrote: > > Alexander E. Patrakov wrote: > > some cards (most notably, Intel HD audio) have the PCM control as softvol, and > > default to S16_LE as a format for dmix. > > HDA-Intel.conf doesn't set a sample format, and when none is set, dmix > tries S32 before S16. You get S16 only if the device doesn't support > S32. The plugin code is written partly in such a way, but the other parts do require the format given explicitly. So, it doesn't work as is. Fixing this wouldn't be hard, I guess, though. Takashi