All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: x86: Select CONFIG_HDMI_LPE_AUDIO as default
@ 2017-03-15  6:34 Ian W MORRISON
  2017-03-15 13:54 ` Pierre-Louis Bossart
  2017-03-20  6:49 ` Takashi Iwai
  0 siblings, 2 replies; 5+ messages in thread
From: Ian W MORRISON @ 2017-03-15  6:34 UTC (permalink / raw)
  To: alsa-devel, Takashi Iwai, Pierre-Louis Bossart

The upstream kernel builds for distributions such as Ubuntu which now
includes binary packages for v4.11 mainline kernel release candidates are
promoted as a way of testing upstream kernels to to confirm that upstream
has fixed a specific issue (see
https://wiki.ubuntu.com/Kernel/MainlineBuilds).

Unfortunately the long awaited patch for providing HDMI audio support for
Bay Trail and Cherry Trail devices does not include this support through a
module built by default.

By defining the default of the two associated CONFIG settings (SND_X86 and
HDMI_LPE_AUDIO) as a module, upstream kernel builds would automatically
provide the much desired HDMI audio support by default.

This patch uses a Kconfig 'default' statement to include the driver as
default.

Signed-off-by: Ian W Morrison <linuxium@linuxium.com.au>
---
 sound/x86/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/x86/Kconfig b/sound/x86/Kconfig
index 84c8f8fc..439850c 100644
--- a/sound/x86/Kconfig
+++ b/sound/x86/Kconfig
@@ -1,6 +1,7 @@
 menuconfig SND_X86
        tristate "X86 sound devices"
        depends on X86
+       default m
        ---help---
          X86 sound devices that don't fall under SoC or PCI categories

@@ -9,6 +10,7 @@ if SND_X86
 config HDMI_LPE_AUDIO
        tristate "HDMI audio without HDaudio on Intel Atom platforms"
        depends on DRM_I915
+       default m
        select SND_PCM
        help
         Choose this option to support HDMI LPE Audio mode
-- 
1.9.1

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

end of thread, other threads:[~2017-03-20  6:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-15  6:34 [PATCH] ALSA: x86: Select CONFIG_HDMI_LPE_AUDIO as default Ian W MORRISON
2017-03-15 13:54 ` Pierre-Louis Bossart
2017-03-15 15:28   ` Ian W MORRISON
2017-03-15 16:36     ` Pierre-Louis Bossart
2017-03-20  6:49 ` Takashi Iwai

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.