diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-04-26 09:14:14 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-05-02 08:52:48 +0200 |
commit | ddf3fa8b8a16e076f247c115a73356b4b0d83a33 (patch) | |
tree | 2a769dad131998cf9a0b91724f55eb213d2865af /arch/arm64/configs | |
parent | arm64: defconfig: makes SND_SIMPLE_CARD to module (diff) | |
download | linux-ddf3fa8b8a16e076f247c115a73356b4b0d83a33.tar.xz linux-ddf3fa8b8a16e076f247c115a73356b4b0d83a33.zip |
arm64: defconfig: Enable CONFIG_SND_AUDIO_GRAPH_CARD
CONFIG_SND_AUDIO_GRAPH_CARD is needed to use HDMI sound with video
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 53b3e3a56870..79b5b7d9ea55 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 |