From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH v2 07/10] ASoC: samsung: arndale: Add support for WM1811 CODEC Date: Mon, 23 Sep 2019 11:16:22 +0200 Message-ID: <20190923091622.GC4577@pi3> References: <20190920130218.32690-1-s.nawrocki@samsung.com> <20190920130218.32690-8-s.nawrocki@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190920130218.32690-8-s.nawrocki@samsung.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Sylwester Nawrocki Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-samsung-soc@vger.kernel.org, ckeepax@opensource.cirrus.com, b.zolnierkie@samsung.com, sbkim73@samsung.com, patches@opensource.cirrus.com, lgirdwood@gmail.com, robh+dt@kernel.org, broonie@kernel.org, linux-arm-kernel@lists.infradead.org, m.szyprowski@samsung.com List-Id: devicetree@vger.kernel.org On Fri, Sep 20, 2019 at 03:02:16PM +0200, Sylwester Nawrocki wrote: > The Arndale boards come with different types of the audio daughter > board. In order to support the WM1811 one we add new definition of > an ASoC card which will be registered when the driver matches on > "samsung,arndale-wm1811" compatible. There is no runtime detection of > the audio daughter board type at the moment, compatible string of the > audio card needs to be adjusted in DT, e.g. by the bootloader, > depending on actual audio board (CODEC) used. > > Signed-off-by: Sylwester Nawrocki > --- > Changes since v1: > - removed unneeded __maybe_used attribute > --- > sound/soc/samsung/Kconfig | 2 + > sound/soc/samsung/arndale_rt5631.c | 85 +++++++++++++++++++++++++----- > 2 files changed, 74 insertions(+), 13 deletions(-) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof