From owner-freebsd-questions@FreeBSD.ORG Fri Jul 3 13:47:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 399F7106566C for ; Fri, 3 Jul 2009 13:47:01 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f214.google.com (mail-bw0-f214.google.com [209.85.218.214]) by mx1.freebsd.org (Postfix) with ESMTP id B48D98FC1B for ; Fri, 3 Jul 2009 13:47:00 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz10 with SMTP id 10so257134bwz.43 for ; Fri, 03 Jul 2009 06:46:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=VbodLtTJqqN40KJvkWD79jNptT378PiqUqVgdxqBx3c=; b=FlE416OZnt+/gF95lcwo21ALgvQvuyeS1iuBU3cdPuTSIdClP/aDLTPetih6wPW+Ty Gb64R36tlCXbeuIYiO/NojK3E4I42ELIy0ilcaFk4sv0/j1RfjQrX/GvLLKeO+npI3S0 YYf61g26pEBXoCyDCIORoIIZwIH01CtkmsasU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=q0P9RWMLAGG1Gdb4g6PtmOfgl4gdnoETs87jebyJThHbYcn734lalvyo1Ev8bZ4QCf Avm21p/ouYErAVJN9DAXlajqpHHszcV3fvtU/mkijatrF/6lyN9u9wBSmO+Hg/Xy9W2d FR6/VruRpzDJANOPd076bRgRF7j21EGvaf0z4= MIME-Version: 1.0 Received: by 10.204.53.1 with SMTP id k1mr1304082bkg.50.1246628819720; Fri, 03 Jul 2009 06:46:59 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Jul 2009 13:46:59 +0000 Message-ID: <3a142e750907030646v68401986pf411d6e4fb8df273@mail.gmail.com> From: "Paul B. Mahol" To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Problem with audio apps and mixer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2009 13:47:01 -0000 On 7/3/09, Alexander Best wrote: > hi there, > > i've never had a problem to adjust the volume with audio apps like mplayer > or > mpd. recently however i'm experiencing this strange behaviour. the app's > volume doesn't match the volume that `mixer` reports. here's an example: CURRENT have VPC. You can completly disable such feature with this sysctl: hint.pcm.X.vpc (default=undefined, enabled) 0=disable, 1=enable Notes: The only place to enable/disable vpc. Enabling/Disabling requires driver reload. here is explanation with more details: http://people.freebsd.org/~ariff/SOUND_4.TXT.html -- Paul