Re: [PATCH 07/14] ASoC: Add sun8i audio card

2016-10-05 Thread Jean-Francois Moine
On Wed, 5 Oct 2016 08:04:26 +0200 Code Kipper wrote: > > +static int sun8i_probe(struct platform_device *pdev) > > +{ > > + struct snd_soc_dai_link *link = _dai_link; > > + struct device_node *np = pdev->dev.of_node; > > + int ret; > > + > > + /*

Re: [PATCH 07/14] ASoC: Add sun8i audio card

2016-10-05 Thread Jean-Francois Moine
On Wed, 5 Oct 2016 08:04:26 +0200 Code Kipper wrote: > > +static int sun8i_probe(struct platform_device *pdev) > > +{ > > + struct snd_soc_dai_link *link = _dai_link; > > + struct device_node *np = pdev->dev.of_node; > > + int ret; > > + > > + /* register the soc card */

Re: [PATCH 07/14] ASoC: Add sun8i audio card

2016-10-05 Thread Code Kipper
On 4 October 2016 at 11:46, Mylène Josserand wrote: > Add the audio card for sun8i SoC. This card links the codec driver > (digital part) with the DAI driver. The analog codec driver is > added as an aux_device. > > Signed-off-by: Mylène Josserand

Re: [PATCH 07/14] ASoC: Add sun8i audio card

2016-10-05 Thread Code Kipper
On 4 October 2016 at 11:46, Mylène Josserand wrote: > Add the audio card for sun8i SoC. This card links the codec driver > (digital part) with the DAI driver. The analog codec driver is > added as an aux_device. > > Signed-off-by: Mylène Josserand > --- > sound/soc/sunxi/Kconfig | 14 +++

Re: [PATCH 07/14] ASoC: Add sun8i audio card

2016-10-04 Thread Thomas Petazzoni
Hello, On Tue, 4 Oct 2016 11:46:20 +0200, Mylène Josserand wrote: > +config SND_SUN8I > + tristate "Allwinner SUN6I/SUN8I audio card support" > + select SND_SUN8I_CODEC > + select SND_SUN4I_I2S > + select SND_SUN8I_CODEC_ANALOG > + select REGMAP_MMIO I believe you need a:

Re: [PATCH 07/14] ASoC: Add sun8i audio card

2016-10-04 Thread Thomas Petazzoni
Hello, On Tue, 4 Oct 2016 11:46:20 +0200, Mylène Josserand wrote: > +config SND_SUN8I > + tristate "Allwinner SUN6I/SUN8I audio card support" > + select SND_SUN8I_CODEC > + select SND_SUN4I_I2S > + select SND_SUN8I_CODEC_ANALOG > + select REGMAP_MMIO I believe you need a:

Re: [PATCH 07/14] ASoC: Add sun8i audio card

2016-10-04 Thread Chen-Yu Tsai
On Tue, Oct 4, 2016 at 6:16 PM, Code Kipper wrote: > On 4 October 2016 at 11:46, Mylène Josserand > wrote: >> Add the audio card for sun8i SoC. This card links the codec driver >> (digital part) with the DAI driver. The analog codec

Re: [PATCH 07/14] ASoC: Add sun8i audio card

2016-10-04 Thread Chen-Yu Tsai
On Tue, Oct 4, 2016 at 6:16 PM, Code Kipper wrote: > On 4 October 2016 at 11:46, Mylène Josserand > wrote: >> Add the audio card for sun8i SoC. This card links the codec driver >> (digital part) with the DAI driver. The analog codec driver is >> added as an aux_device. >> >> Signed-off-by:

Re: [PATCH 07/14] ASoC: Add sun8i audio card

2016-10-04 Thread Code Kipper
On 4 October 2016 at 11:46, Mylène Josserand wrote: > Add the audio card for sun8i SoC. This card links the codec driver > (digital part) with the DAI driver. The analog codec driver is > added as an aux_device. > > Signed-off-by: Mylène Josserand

Re: [PATCH 07/14] ASoC: Add sun8i audio card

2016-10-04 Thread Code Kipper
On 4 October 2016 at 11:46, Mylène Josserand wrote: > Add the audio card for sun8i SoC. This card links the codec driver > (digital part) with the DAI driver. The analog codec driver is > added as an aux_device. > > Signed-off-by: Mylène Josserand > --- > sound/soc/sunxi/Kconfig | 14 +++

[PATCH 07/14] ASoC: Add sun8i audio card

2016-10-04 Thread Mylène Josserand
Add the audio card for sun8i SoC. This card links the codec driver (digital part) with the DAI driver. The analog codec driver is added as an aux_device. Signed-off-by: Mylène Josserand --- sound/soc/sunxi/Kconfig | 14 +++ sound/soc/sunxi/Makefile |

[PATCH 07/14] ASoC: Add sun8i audio card

2016-10-04 Thread Mylène Josserand
Add the audio card for sun8i SoC. This card links the codec driver (digital part) with the DAI driver. The analog codec driver is added as an aux_device. Signed-off-by: Mylène Josserand --- sound/soc/sunxi/Kconfig | 14 +++ sound/soc/sunxi/Makefile | 1 + sound/soc/sunxi/sun8i.c | 101