Re: [PATCH v3 2/2] ASOC: sunxi: Add support for the SPDIF block

2016-02-03 Thread Code Kipper
On 2 February 2016 at 22:17, Maxime Ripard wrote: > Hi, > > It looks mostly good on my side, a few comments though. > > On Tue, Feb 02, 2016 at 03:49:54PM +0100, codekip...@gmail.com wrote: >> +#ifdef CONFIG_PM >> +static int sun4i_spdif_runtime_suspend(struct device *dev) >> +{ >> + struct su

Re: [PATCH v3 2/2] ASOC: sunxi: Add support for the SPDIF block

2016-02-02 Thread Maxime Ripard
Hi, It looks mostly good on my side, a few comments though. On Tue, Feb 02, 2016 at 03:49:54PM +0100, codekip...@gmail.com wrote: > +#ifdef CONFIG_PM > +static int sun4i_spdif_runtime_suspend(struct device *dev) > +{ > + struct sun4i_spdif_dev *host = dev_get_drvdata(dev); > + > + clk_di

Re: [PATCH v3 2/2] ASOC: sunxi: Add support for the SPDIF block

2016-02-02 Thread kbuild test robot
Hi Marcus, [auto build test WARNING on asoc/for-next] [also build test WARNING on v4.5-rc2 next-20160201] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/codekipper-gmail-com/Add-SPDIF-support-

[PATCH v3 2/2] ASOC: sunxi: Add support for the SPDIF block

2016-02-02 Thread codekipper
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 --- sound/soc/sunxi/Kconfig | 8 + sound/soc/sunxi/Makefile