All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: defconfig: enable HDMI sound
@ 2018-04-26  7:13 Kuninori Morimoto
  2018-04-26  7:13 ` [PATCH 1/2] arm64: defconfig: makes SND_SIMPLE_CARD to module Kuninori Morimoto
  2018-04-26  7:14 ` [PATCH 2/2] arm64: defconfig: Enable CONFIG_SND_AUDIO_GRAPH_CARD Kuninori Morimoto
  0 siblings, 2 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2018-04-26  7:13 UTC (permalink / raw)
  To: Simon; +Cc: Magnus, Linux-Renesas, Geert Uytterhoeven


Hi Simon

These are needed for HDMI sound.
1st patch makes current sound card to module
2nd patch enables HDMI sound

Kuninori Morimoto (2):
  arm64: defconfig: makes SND_SIMPLE_CARD module
  arm64: defconfig: Enable CONFIG_SND_AUDIO_GRAPH_CARD

 arch/arm64/configs/defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] arm64: defconfig: makes SND_SIMPLE_CARD to module
  2018-04-26  7:13 [PATCH 0/2] arm64: defconfig: enable HDMI sound Kuninori Morimoto
@ 2018-04-26  7:13 ` Kuninori Morimoto
  2018-05-02  6:52   ` Simon Horman
  2018-04-26  7:14 ` [PATCH 2/2] arm64: defconfig: Enable CONFIG_SND_AUDIO_GRAPH_CARD Kuninori Morimoto
  1 sibling, 1 reply; 5+ messages in thread
From: Kuninori Morimoto @ 2018-04-26  7:13 UTC (permalink / raw)
  To: Simon; +Cc: Magnus, Linux-Renesas, Geert Uytterhoeven


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index ecf6137..53b3e3a5 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -439,7 +439,7 @@ CONFIG_SND_BCM2835_SOC_I2S=m
 CONFIG_SND_SOC_SAMSUNG=y
 CONFIG_SND_SOC_RCAR=m
 CONFIG_SND_SOC_AK4613=m
-CONFIG_SND_SIMPLE_CARD=y
+CONFIG_SND_SIMPLE_CARD=m
 CONFIG_USB=y
 CONFIG_USB_OTG=y
 CONFIG_USB_XHCI_HCD=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] arm64: defconfig: Enable CONFIG_SND_AUDIO_GRAPH_CARD
  2018-04-26  7:13 [PATCH 0/2] arm64: defconfig: enable HDMI sound Kuninori Morimoto
  2018-04-26  7:13 ` [PATCH 1/2] arm64: defconfig: makes SND_SIMPLE_CARD to module Kuninori Morimoto
@ 2018-04-26  7:14 ` Kuninori Morimoto
  2018-05-02  6:52   ` Simon Horman
  1 sibling, 1 reply; 5+ messages in thread
From: Kuninori Morimoto @ 2018-04-26  7:14 UTC (permalink / raw)
  To: Simon; +Cc: Magnus, Linux-Renesas, Geert Uytterhoeven


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

CONFIG_SND_AUDIO_GRAPH_CARD is needed to use HDMI sound with video

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 53b3e3a5..79b5b7d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -440,6 +440,7 @@ CONFIG_SND_SOC_SAMSUNG=y
 CONFIG_SND_SOC_RCAR=m
 CONFIG_SND_SOC_AK4613=m
 CONFIG_SND_SIMPLE_CARD=m
+CONFIG_SND_AUDIO_GRAPH_CARD=m
 CONFIG_USB=y
 CONFIG_USB_OTG=y
 CONFIG_USB_XHCI_HCD=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] arm64: defconfig: makes SND_SIMPLE_CARD to module
  2018-04-26  7:13 ` [PATCH 1/2] arm64: defconfig: makes SND_SIMPLE_CARD to module Kuninori Morimoto
@ 2018-05-02  6:52   ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-05-02  6:52 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: Magnus, Linux-Renesas, Geert Uytterhoeven

On Thu, Apr 26, 2018 at 07:13:54AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thanks, applied.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/2] arm64: defconfig: Enable CONFIG_SND_AUDIO_GRAPH_CARD
  2018-04-26  7:14 ` [PATCH 2/2] arm64: defconfig: Enable CONFIG_SND_AUDIO_GRAPH_CARD Kuninori Morimoto
@ 2018-05-02  6:52   ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-05-02  6:52 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: Magnus, Linux-Renesas, Geert Uytterhoeven

On Thu, Apr 26, 2018 at 07:14:14AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> CONFIG_SND_AUDIO_GRAPH_CARD is needed to use HDMI sound with video

Thanks, applied.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-02  6:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26  7:13 [PATCH 0/2] arm64: defconfig: enable HDMI sound Kuninori Morimoto
2018-04-26  7:13 ` [PATCH 1/2] arm64: defconfig: makes SND_SIMPLE_CARD to module Kuninori Morimoto
2018-05-02  6:52   ` Simon Horman
2018-04-26  7:14 ` [PATCH 2/2] arm64: defconfig: Enable CONFIG_SND_AUDIO_GRAPH_CARD Kuninori Morimoto
2018-05-02  6:52   ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.