From owner-freebsd-multimedia@freebsd.org Wed Sep 12 07:25:58 2018 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCEE0108A311 for ; Wed, 12 Sep 2018 07:25:57 +0000 (UTC) (envelope-from alexandrugoia9@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EFF8762DF for ; Wed, 12 Sep 2018 07:25:57 +0000 (UTC) (envelope-from alexandrugoia9@gmail.com) Received: by mail-oi0-x236.google.com with SMTP id t68-v6so1720546oie.12 for ; Wed, 12 Sep 2018 00:25:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/yn/BDsJ1sJve0Jcpq6khge1opmmaPqfYn/VnkaUIVc=; b=hcQRE0jZEmQtsyrJxkqAjHofLFkGgtD1rIqN5XgTj9yU1ubMBvieQm+6pJO86m21i8 GyelM7FW+q/Z8RcI0ngLIM+WaHu6uzMcBth4mBv4nqLqX28BpBgj9JhsXf74p+HeMadf Msyx17gefmlcxcJ2kLXA30U1wqU5s210vF6l4MmeEGZeKtrUmuX3K/cxRF0FPq/SLjGx MyGnIkvfN18XuKaLfnMC1kKFox8TjBjRKhp1X5we2Zgc55Qf6YiAzmwlifoxOOc/DVKS ciGF6eeRZnTUQ/v5H880KibzEzRdPk7STJpeXWNWt9D+zOqOTWmLU1IaQkz+xadAItzv jGyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/yn/BDsJ1sJve0Jcpq6khge1opmmaPqfYn/VnkaUIVc=; b=nEdLxKnpS1vNYs48tPhhX87VSbABQFgV9HkPeoBYgCoGpLDbx8F/bd3GWwFI0ErqPq ZTErHDVeyaFFVK8bB8Q/xeYWXgurN9tHeKvBvb62YtNuaJlGAFWkQOjECzRdSUhVNRLC cmy8t34CZTQljBBVHi+kqyYTUyqsRCyDe7vTKRPmdLPhYtscp07sT/cLvhnShqWI4nVD NqQ8++WeinOxG+uKKhP7Eawo/CRZqIPy4+3eeZn3cFQeoCvjwiVVjg/HL+955uu9NzH2 Dt9bedvwV/e3LrcQsZo4pHzFGPVA8qKeehlkGm8rYiOEoFlscBNsjFg5MwDJy/QaF0p0 XGFA== X-Gm-Message-State: APzg51CHY1ClfFJh25YpdMnTV40IEwrzo0JX7brhKceSwI6iojs49RIG HCzg7KCwmNmGxKgfRTU95NkGiKj4tiDiX+FKAAU= X-Google-Smtp-Source: ANB0VdYQh66Ph1UhWeod2K3h55TFiql8A2o0muN/zJOKHksOG8OAU362X7HEZXs499XOMU6Mc58O68FYn8iXt8wo+s0= X-Received: by 2002:aca:ac54:: with SMTP id v81-v6mr597199oie.1.1536737156401; Wed, 12 Sep 2018 00:25:56 -0700 (PDT) MIME-Version: 1.0 References: <2b8e884c-b6ab-71e4-ebf1-d9f52b8cb604@selasky.org> In-Reply-To: From: Alexandru Goia Date: Wed, 12 Sep 2018 10:25:40 +0300 Message-ID: Subject: Re: sound card config To: Hans Petter Selasky Cc: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2018 07:25:58 -0000 Yes, I did. I must work with it starting with snd_hda(4) On Wed, Sep 12, 2018, 10:13 Hans Petter Selasky wrote: > On 9/12/18 2:04 AM, Alexandru Goia wrote: > > pcm0: at nid 18 and 21 on hdaa0 > > pcm1: at nid 17 and 20 on hdaa0 > > Did you try: > > sysctl hw.snd.default_unit= 0 or 1 > > Before starting playback? > > --HPS >