From patchwork Sun May 18 16:59:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: asd X-Patchwork-Id: 4198591 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id AD299BEEAB for ; Sun, 18 May 2014 17:00:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9357E2018E for ; Sun, 18 May 2014 17:00:19 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 04BFE2021A for ; Sun, 18 May 2014 17:00:18 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id CC1D926508C; Sun, 18 May 2014 19:00:14 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 92D75264FFB; Sun, 18 May 2014 18:59:57 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id C793C264FFB; Sun, 18 May 2014 18:59:55 +0200 (CEST) Received: from marian1000.go.ro (5-14-228-197.residential.rdsnet.ro [5.14.228.197]) by alsa0.perex.cz (Postfix) with ESMTP id 29A89265004 for ; Sun, 18 May 2014 18:59:47 +0200 (CEST) Received: from localhost ([127.0.0.1] helo=marian1000.go.ro) by marian1000.go.ro with esmtp (Exim 4.82) (envelope-from ) id 1Wm4R6-0000vw-Gt for alsa-devel@alsa-project.org; Sun, 18 May 2014 19:59:44 +0300 From: asd To: "alsa-devel@alsa-project.org" Date: Sun, 18 May 2014 19:59:44 +0300 Message-ID: <1645296.iOC1z10K5Z@marian1000.go.ro> User-Agent: KMail/4.12.4 (Linux/3.13-1-amd64; KDE/4.12.4; x86_64; ; ) MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Subject: [alsa-devel] This patch is for hearing sound separate on channels X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP --- a/hda_codec.c +++ b/hda_codec.c @@ -5375,6 +5375,7 @@ int chs = substream->runtime->channels; struct hda_spdif_out *spdif; int i; + //mout->no_share_stream = 1; mout->no_share_stream = 1; mutex_lock(&codec->spdif_mutex);