Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1242353 > unrolled thread
| Started by | Sjoerd Simons <sjoerd.simons@collabora.co.uk> |
|---|---|
| First post | 2015-10-08 15:40 +0200 |
| Last post | 2015-10-09 09:30 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v4 8/8] ARM: multi_v7_defconfig: Add rockchip audio support Sjoerd Simons <sjoerd.simons@collabora.co.uk> - 2015-10-08 15:40 +0200
Re: [PATCH v4 8/8] ARM: multi_v7_defconfig: Add rockchip audio support Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-08 16:00 +0200
Re: [PATCH v4 8/8] ARM: multi_v7_defconfig: Add rockchip audio support Lee Jones <lee.jones@linaro.org> - 2015-10-09 09:30 +0200
| From | Sjoerd Simons <sjoerd.simons@collabora.co.uk> |
|---|---|
| Date | 2015-10-08 15:40 +0200 |
| Subject | [PATCH v4 8/8] ARM: multi_v7_defconfig: Add rockchip audio support |
| Message-ID | <qhjAm-4X0-23@gated-at.bofh.it> |
Enable support for audio device found on rockchip boards. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/configs/multi_v7_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 03deb7f..febce7e 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -478,6 +478,10 @@ CONFIG_SND_USB_AUDIO=y CONFIG_SND_SOC=m CONFIG_SND_ATMEL_SOC=m CONFIG_SND_ATMEL_SOC_WM8904=m +CONFIG_SND_SOC_ROCKCHIP=m +CONFIG_SND_SOC_ROCKCHIP_SPDIF=m +CONFIG_SND_SOC_ROCKCHIP_MAX98090=m +CONFIG_SND_SOC_ROCKCHIP_RT5645=m CONFIG_SND_SOC_SH4_FSI=m CONFIG_SND_SOC_RCAR=m CONFIG_SND_SOC_RSRC_CARD=m @@ -489,6 +493,7 @@ CONFIG_SND_SOC_TEGRA_TRIMSLICE=m CONFIG_SND_SOC_TEGRA_ALC5632=m CONFIG_SND_SOC_TEGRA_MAX98090=m CONFIG_SND_SOC_AK4642=m +CONFIG_SND_SOC_SPDIF=m CONFIG_SND_SOC_WM8978=m CONFIG_USB=y CONFIG_USB_XHCI_HCD=y -- 2.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2015-10-08 16:00 +0200 |
| Subject | Re: [PATCH v4 8/8] ARM: multi_v7_defconfig: Add rockchip audio support |
| Message-ID | <qhjTJ-5jJ-27@gated-at.bofh.it> |
| In reply to | #1242353 |
Hello Sjoerd, On 10/08/2015 03:31 PM, Sjoerd Simons wrote: > Enable support for audio device found on rockchip boards. > > Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> > --- Patch looks good to me. Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2015-10-09 09:30 +0200 |
| Subject | Re: [PATCH v4 8/8] ARM: multi_v7_defconfig: Add rockchip audio support |
| Message-ID | <qhAhQ-3Jz-15@gated-at.bofh.it> |
| In reply to | #1242353 |
Thanks an awful lot of people you've spammed there. Are you sure they all care about your Rockchip changes? Hint: I'm sure that they don't. Please be careful and only send patches to relevant people. > Enable support for audio device found on rockchip boards. > > Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > arch/arm/configs/multi_v7_defconfig | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index 03deb7f..febce7e 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -478,6 +478,10 @@ CONFIG_SND_USB_AUDIO=y > CONFIG_SND_SOC=m > CONFIG_SND_ATMEL_SOC=m > CONFIG_SND_ATMEL_SOC_WM8904=m > +CONFIG_SND_SOC_ROCKCHIP=m > +CONFIG_SND_SOC_ROCKCHIP_SPDIF=m > +CONFIG_SND_SOC_ROCKCHIP_MAX98090=m > +CONFIG_SND_SOC_ROCKCHIP_RT5645=m > CONFIG_SND_SOC_SH4_FSI=m > CONFIG_SND_SOC_RCAR=m > CONFIG_SND_SOC_RSRC_CARD=m > @@ -489,6 +493,7 @@ CONFIG_SND_SOC_TEGRA_TRIMSLICE=m > CONFIG_SND_SOC_TEGRA_ALC5632=m > CONFIG_SND_SOC_TEGRA_MAX98090=m > CONFIG_SND_SOC_AK4642=m > +CONFIG_SND_SOC_SPDIF=m > CONFIG_SND_SOC_WM8978=m > CONFIG_USB=y > CONFIG_USB_XHCI_HCD=y -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web