[alsa-devel] [PATCH] ALSA: x86: Select CONFIG_HDMI_LPE_AUDIO as default

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Wed Mar 15 14:54:40 CET 2017


On 3/15/17 1:34 AM, Ian W MORRISON wrote:
> 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.

I have mixed feelings about this. This would make the life of some 
distros easier but at the same time it's not needed by everyone, e.g. 
Chrome does not need this, the skews they use have the HDaudio output.

Likewise none of the SST-based machine drivers are selected by default, 
so distros already have to select what they want to support, and it's no 
big deal for them to select this option while they are at it.
I am not going to fight this patch but I feel it's a bit inconsistent 
with how other options are enabled. If it was really helpful to select 
modules by default then we should also select all the SST options. If 
it's not then nothing is selected by default.

>
> This patch uses a Kconfig 'default' statement to include the driver as
> default.
>
> Signed-off-by: Ian W Morrison <linuxium at linuxium.com.au
> <mailto:linuxium at 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



More information about the Alsa-devel mailing list