From owner-freebsd-current@FreeBSD.ORG Mon May 6 12:25:30 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 979DDB05; Mon, 6 May 2013 12:25:30 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by mx1.freebsd.org (Postfix) with ESMTP id 0644A12E; Mon, 6 May 2013 12:25:29 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id d41so1619438eek.25 for ; Mon, 06 May 2013 05:25:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ib2Q2a6IRwtrkQrWPoM+mUdoyQOprH1P1cpOuQXPkik=; b=KI0r7wAymuvrEWQFjwj4uTGBdU8ZNiGNFdi3k/3lzZzcb6uRrz5MSW9FJu9pHjWh1V su2MvBhMkVUWA5znXqiBOZqCiA1ooVPMZl8QH/UOmsgnxfvzu2HWX/UO5CENdWUjFtI/ Q+HljokFYi8Ft/GaVwvbv1tVkhm0PwllfcxzddBCOOmjFdyFDPQ60OLzBD54/7dKBWHZ 84x6rXDp/zoph5CU6Hc/zkhvgRHej/dZy/92xmEfOYv1RbEv9i4YqbjWz5+KPZJZBn4V 2rnTsto4m+v2tZDANTC4HrxGXuZL/MPyH4PNtJWAq88PsTnE0A/pyGKCa49OMn1tUh8Z INGg== X-Received: by 10.14.106.200 with SMTP id m48mr60341768eeg.17.1367843128509; Mon, 06 May 2013 05:25:28 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (mavhome.mavhome.dp.ua. [213.227.240.37]) by mx.google.com with ESMTPSA id f3sm13805826eep.3.2013.05.06.05.25.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 06 May 2013 05:25:27 -0700 (PDT) Sender: Alexander Motin Message-ID: <5187A133.9060509@FreeBSD.org> Date: Mon, 06 May 2013 15:25:23 +0300 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130413 Thunderbird/17.0.5 MIME-Version: 1.0 To: sbruno@freebsd.org Subject: Re: Audio Hints, T520? References: <1367640856.1348.216.camel@localhost> <5187069B.70001@gmx.net> <1367808221.1302.4.camel@localhost> <51874D3C.1070003@FreeBSD.org> <1367842369.1326.3.camel@localhost> In-Reply-To: <1367842369.1326.3.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Sean Bruno , "freebsd-current@freebsd.org" , Michael Schmiedgen X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 12:25:30 -0000 On 06.05.2013 15:12, Sean Bruno wrote: > On Mon, 2013-05-06 at 09:27 +0300, Alexander Motin wrote: >> From information provided by Sean I can't see why added quirk for >> playback may affect recording in any way. More likely I would guess >> that >> change from two playback pcm/dsp devices to one, while still having >> two >> record ones, made hw.snd.default_unit less usable (because there is >> no >> choice of output devices for it any more). Respective two input >> pcm/dsp >> device may require to be chosen manually in recording application. Or >> you can try additional hints to join both mics in one dsp/pcm device, >> provided by Kevin Oberman: >> hint.hdac.0.cad0.nid35.config="as=2" >> hint.hdac.0.cad0.nid27.config="as=2 seq=15" > > No success with these settings. There is no change to my ability to > record with audacity. Sorry, on your system hdac.0 is HDMI audio. Try hdac.1 instead. >> PS: When checking mixer, remember that there is separate mixer for >> every >> pcm/dsp device. Sean. you've provided output only for one. I guess >> that >> other (internal) microphone is on another pcm device/mixer. > > All the mixer settings: > > $ mixer -f /dev/mixer2 > Mixer vol is currently set to 95:95 > Mixer pcm is currently set to 100:100 > Mixer speaker is currently set to 100:100 > Mixer mic is currently set to 100:100 > Mixer rec is currently set to 67:67 > Recording source: mic > $ mixer -f /dev/mixer3 > Mixer rec is currently set to 1:1 > Mixer monitor is currently set to 42:42 > Recording source: monitor Here are two pcm devices, one for each mic. Hints from above should join them into one. Otherwise ,ake sure that you've tried to record from both. And adjust rec volume on second one. -- Alexander Motin