From owner-freebsd-stable@FreeBSD.ORG Mon Sep 27 11:23:52 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12C911065675 for ; Mon, 27 Sep 2010 11:23:52 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward2.mail.yandex.net (forward2.mail.yandex.net [77.88.46.7]) by mx1.freebsd.org (Postfix) with ESMTP id B6DB58FC12 for ; Mon, 27 Sep 2010 11:23:51 +0000 (UTC) Received: from web44.yandex.ru (web44.yandex.ru [77.88.47.183]) by forward2.mail.yandex.net (Yandex) with ESMTP id A2F7D367807C for ; Mon, 27 Sep 2010 15:23:49 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1285586629; bh=BYYr2eCGMCIA84iudl/FfMgIBIS1lEvab2HvrjjbX9g=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=Fh+26rTilRQoIW4RRfxzTP9M9m/fB9Wbsv0pg1PZK9HW62voL0J2dBodAT3iqrmHR 7/G4mIT+6TZG4RpGwo9k4UBTgVh7Ws8dGpKX/Ofmnu6orswDZkqIgwjIjG3Y4bPB/+ gVUIOQsVVD/EZzAZFnUegS5Jxk1G+YUwsi3KLqBw= Received: from localhost (localhost.localdomain [127.0.0.1]) by web44.yandex.ru (Yandex) with ESMTP id 9E1DE9A0211 for ; Mon, 27 Sep 2010 15:23:49 +0400 (MSD) X-Yandex-Spam: 0 X-Yandex-Front: web44.yandex.ru X-Yandex-TimeMark: 1285586629 Received: from netman.spbcity.net (netman.spbcity.net [77.244.18.5]) by mail.yandex.ru with HTTP; Mon, 27 Sep 2010 15:23:48 +0400 From: S.N.Grigoriev To: freebsd-stable@freebsd.org MIME-Version: 1.0 Message-Id: <78821285586629@web44.yandex.ru> Date: Mon, 27 Sep 2010 15:23:48 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: snd_hda: how to duplicate output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 11:23:52 -0000 Hi list, this is an exerpt from 8.1R detailed Release Notes: 2.2.2.1 Multimedia Support [snipped] The snd_hda(4) driver now supports multichannel (4.0 and 7.1) playback support. The 5.1 mode support is disabled now due to unidentified synchronization problem. Devices which supports the 7.1 mode can handle the 5.1 operation via software upmix done by sound(4). Note that stereo stream is no longer duplicated to all ports. I'm interesting in what way can I restore the old behaviour, when stereo stream is duplicated to the black and grey sound card output connectors? Thanks, Serguey.