From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simran Rai Subject: Re: [PATCH v2 1/2] dt-bindings: sound: Add DT bindings for Broadcom Cygnus audio Date: Thu, 5 Nov 2015 12:01:52 -0800 Message-ID: <563BB5B0.5040501@broadcom.com> References: <1446502284-23907-2-git-send-email-ssimran@broadcom.com> <20151104140746.GE1717@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20151104140746.GE1717-GFdadSzt00ze9xe1eoZjHA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Mark Brown Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Ray Jui , Scott Branden , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Lori Hikichi , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Arun Parameswaran , alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org List-Id: alsa-devel@alsa-project.org Hi Mark, On 11/4/2015 6:07 AM, Mark Brown wrote: > On Mon, Nov 02, 2015 at 02:11:23PM -0800, Simran Rai wrote: > >> +- channel-group: Surround sound grouping that controls which channel >> + outputs belong to a group, specifically useful in Multi-channel >> + Interfaces grouping of serial port. In multi-channel stereo, use >> + "2_0", in 3.1 multi-channel grouping, use "3_1" and in 5.1 >> + multi-channel grouping, use "5_1". > I don't really understand what this means or why this is not runtime > configured. By runtime configured, do you mean passing the channel grouping through machine file? Is there any specific callback that I can use? I will implement your suggestions from other patches too and send out next revision by early next week. Thanks, Simran -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: ssimran@broadcom.com (Simran Rai) Date: Thu, 5 Nov 2015 12:01:52 -0800 Subject: [PATCH v2 1/2] dt-bindings: sound: Add DT bindings for Broadcom Cygnus audio In-Reply-To: <20151104140746.GE1717@sirena.org.uk> References: <1446502284-23907-2-git-send-email-ssimran@broadcom.com> <20151104140746.GE1717@sirena.org.uk> Message-ID: <563BB5B0.5040501@broadcom.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Mark, On 11/4/2015 6:07 AM, Mark Brown wrote: > On Mon, Nov 02, 2015 at 02:11:23PM -0800, Simran Rai wrote: > >> +- channel-group: Surround sound grouping that controls which channel >> + outputs belong to a group, specifically useful in Multi-channel >> + Interfaces grouping of serial port. In multi-channel stereo, use >> + "2_0", in 3.1 multi-channel grouping, use "3_1" and in 5.1 >> + multi-channel grouping, use "5_1". > I don't really understand what this means or why this is not runtime > configured. By runtime configured, do you mean passing the channel grouping through machine file? Is there any specific callback that I can use? I will implement your suggestions from other patches too and send out next revision by early next week. Thanks, Simran From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755197AbbKEUB4 (ORCPT ); Thu, 5 Nov 2015 15:01:56 -0500 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:41866 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750860AbbKEUBy (ORCPT ); Thu, 5 Nov 2015 15:01:54 -0500 X-IronPort-AV: E=Sophos;i="5.20,248,1444719600"; d="scan'208";a="79620832" Subject: Re: [PATCH v2 1/2] dt-bindings: sound: Add DT bindings for Broadcom Cygnus audio To: Mark Brown References: <1446502284-23907-2-git-send-email-ssimran@broadcom.com> <20151104140746.GE1717@sirena.org.uk> CC: Rob Herring , Pawel Moll , "Mark Rutland" , Ian Campbell , Kumar Gala , Ray Jui , Scott Branden , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Lori Hikichi , , , , , Arun Parameswaran , From: Simran Rai Message-ID: <563BB5B0.5040501@broadcom.com> Date: Thu, 5 Nov 2015 12:01:52 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151104140746.GE1717@sirena.org.uk> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, On 11/4/2015 6:07 AM, Mark Brown wrote: > On Mon, Nov 02, 2015 at 02:11:23PM -0800, Simran Rai wrote: > >> +- channel-group: Surround sound grouping that controls which channel >> + outputs belong to a group, specifically useful in Multi-channel >> + Interfaces grouping of serial port. In multi-channel stereo, use >> + "2_0", in 3.1 multi-channel grouping, use "3_1" and in 5.1 >> + multi-channel grouping, use "5_1". > I don't really understand what this means or why this is not runtime > configured. By runtime configured, do you mean passing the channel grouping through machine file? Is there any specific callback that I can use? I will implement your suggestions from other patches too and send out next revision by early next week. Thanks, Simran