From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Subject: Re: [PATCH v6 2/2] ASoC: sunxi: Add support for the SPDIF block Date: Tue, 16 Feb 2016 09:18:05 +0100 Message-ID: <20160216081805.GD4344@lukather> References: <1454951361-10625-1-git-send-email-codekipper@gmail.com> <1454951361-10625-3-git-send-email-codekipper@gmail.com> Reply-To: maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BRE3mIcgqKzpedwo" Return-path: Content-Disposition: inline In-Reply-To: <1454951361-10625-3-git-send-email-codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org, be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org List-Id: alsa-devel@alsa-project.org --BRE3mIcgqKzpedwo Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Hi, Sorry for the late reply, On Mon, Feb 08, 2016 at 06:09:21PM +0100, codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > From: Marcus Cooper > > The sun4i, sun5i and sun7i SoC families have an SPDIF > block which is capable of playback and capture. > > This patch enables the playback of this block for > the sun4i families. > > Signed-off-by: Marcus Cooper Acked-by: Maxime Ripard Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com --BRE3mIcgqKzpedwo-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxime.ripard@free-electrons.com (Maxime Ripard) Date: Tue, 16 Feb 2016 09:18:05 +0100 Subject: [PATCH v6 2/2] ASoC: sunxi: Add support for the SPDIF block In-Reply-To: <1454951361-10625-3-git-send-email-codekipper@gmail.com> References: <1454951361-10625-1-git-send-email-codekipper@gmail.com> <1454951361-10625-3-git-send-email-codekipper@gmail.com> Message-ID: <20160216081805.GD4344@lukather> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Sorry for the late reply, On Mon, Feb 08, 2016 at 06:09:21PM +0100, codekipper at gmail.com wrote: > From: Marcus Cooper > > The sun4i, sun5i and sun7i SoC families have an SPDIF > block which is capable of playback and capture. > > This patch enables the playback of this block for > the sun4i families. > > Signed-off-by: Marcus Cooper Acked-by: Maxime Ripard Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754283AbcBPISM (ORCPT ); Tue, 16 Feb 2016 03:18:12 -0500 Received: from down.free-electrons.com ([37.187.137.238]:47778 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754130AbcBPISI (ORCPT ); Tue, 16 Feb 2016 03:18:08 -0500 Date: Tue, 16 Feb 2016 09:18:05 +0100 From: Maxime Ripard To: codekipper@gmail.com Cc: linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, lgirdwood@gmail.com, broonie@kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, be17068@iperbole.bo.it Subject: Re: [PATCH v6 2/2] ASoC: sunxi: Add support for the SPDIF block Message-ID: <20160216081805.GD4344@lukather> References: <1454951361-10625-1-git-send-email-codekipper@gmail.com> <1454951361-10625-3-git-send-email-codekipper@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BRE3mIcgqKzpedwo" Content-Disposition: inline In-Reply-To: <1454951361-10625-3-git-send-email-codekipper@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --BRE3mIcgqKzpedwo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Sorry for the late reply, On Mon, Feb 08, 2016 at 06:09:21PM +0100, codekipper@gmail.com wrote: > From: Marcus Cooper >=20 > The sun4i, sun5i and sun7i SoC families have an SPDIF > block which is capable of playback and capture. >=20 > This patch enables the playback of this block for > the sun4i families. >=20 > Signed-off-by: Marcus Cooper Acked-by: Maxime Ripard Thanks! Maxime --=20 Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com --BRE3mIcgqKzpedwo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJWwts9AAoJEBx+YmzsjxAgI6AP+wQnplEBU7dodVY24YiCU6c3 QkzmD9YqUnA9eb4Uc7gM96MT5I2aZodJK8AHVip809D//mA12oVBBmhakGxKYcxq WB2tJixJaw2AUilmZ6WRqKkmtSG10ExeOD+qkTWI3rDuT1tkMR74sz9iB8crN2dv 4FsUuYMSCi+wRh3GGFZN/Kbu8FU8kbVhidWKIB8itQEz9gFdRDH0MH7irWq6bpBv /YJrng4FoZ14u4xQ0jUp8QEJXpUPXiq40zlP9xPO0liz2+0fo3nmetiop1Jt5iw0 RYs2j7gKnyuwg7fYFqXNg/WiGWu9WrGAwWklC5IzGRuLv7MtvSzm59poa3u/ajK9 2556r1/Zq9ia1ItKC3myVZL7+5kUAHZwtdn+8BoieCdIWAMjlobV2SsTjd9pC+Cx p038ZfRl/4UdXQz4JvxBceNZBRKOMdp5g65Fix1YOC+LMzGrHyXRCjefnO37DCQh r7t5YCMu+igFgwX9eEM+gvX0hCOzZox0PRk5JOGp3C/0zR5EyX5RoLCKmIB4r9bV Pde0vFCE9T+qsKEltCQhOjuQJr8LJUCxMjcJ0I5PD5tZPBz8x1QjHiRlbu7PUvVB Wm1lfeTse+jlucAbEztjv0xia5eTJKNxptqHAZEYXB/dHxhsr+BH/XR45FFPCcoB QO3bk+5wFFEXHxig6lfg =uYG2 -----END PGP SIGNATURE----- --BRE3mIcgqKzpedwo--