From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760242AbdKPRBe (ORCPT ); Thu, 16 Nov 2017 12:01:34 -0500 Received: from mga04.intel.com ([192.55.52.120]:39106 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759690AbdKPRB0 (ORCPT ); Thu, 16 Nov 2017 12:01:26 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,404,1505804400"; d="scan'208";a="3056773" Date: Thu, 16 Nov 2017 22:34:43 +0530 From: Vinod Koul To: Srinivas Kandagatla Cc: Greg Kroah-Hartman , LKML , ALSA , Mark , Takashi , Pierre , Sanyog Kale , Shreyas NC , patches.audio@intel.com, alan@linux.intel.com, Charles Keepax , Sagar Dharia , plai@codeaurora.org, Sudheer Papothi Subject: Re: [PATCH v2 04/14] soundwire: Add MIPI DisCo property helpers Message-ID: <20171116170443.GE3187@localhost> References: <1510314556-13002-1-git-send-email-vinod.koul@intel.com> <1510314556-13002-5-git-send-email-vinod.koul@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 16, 2017 at 04:05:34PM +0000, Srinivas Kandagatla wrote: > Few Minor comments!! All are helpful :) > >+/** > >+ * enum sdw_clk_stop_mode: Clock Stop modes > >+ * > >+ * @SDW_CLK_STOP_MODE_0: Slave can continue operation seamlessly on clock > >+ * restart > >+ * @SDW_CLK_STOP_MODE_1: Slave may have entered a deeper power-saving mode, > Should be MODE0 and MODE1.. here yes thanks for spotting > >+/** > >+ * struct sdw_dpn_audio_mode: Audio mode properties for DPn > >+ * > >+ * @bus_min_freq: Minimum bus frequency, in Hz > >+ * @bus_max_freq: Maximum bus frequency, in Hz > >+ * @bus_num_freq: Number of discrete frequencies supported > >+ * @bus_freq: Discrete bus frequencies, in Hz > >+ * @bus_min_freq: Minimum sampling frequency, in Hz > Should be min_freq > >+ * @bus_max_freq: Maximum sampling bus frequency, in Hz > Should be max_freq > >+ * @bus_num_freq: Number of discrete sampling frequency supported > Should be num_freq > > >+ * @bus_freq: Discrete sampling frequencies, in Hz > Should be freq yes, will fix > >+ * @p15_behave: Slave behavior when the Master attempts a read to the Port15 > >+ * alias > >+ * @lane_control_support: > > ?? do description here.. will add -- ~Vinod