[FE training-materials-updates] labs/thirdparty: also enable CONFIG_SND

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Nov 6 15:47:06 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=3d8aed46ad27ec695330b8b6e690e3fc95f642dd

>---------------------------------------------------------------

commit 3d8aed46ad27ec695330b8b6e690e3fc95f642dd
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu Nov 6 15:45:44 2014 +0100

    labs/thirdparty: also enable CONFIG_SND
    
    CONFIG_SOUND is the "Sound support", but we also need to enable
    CONFIG_SND which is the main ALSA option, otherwise CONFIG_SND_USB
    cannot be enabled.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

3d8aed46ad27ec695330b8b6e690e3fc95f642dd
 labs/sysdev-thirdparty/sysdev-thirdparty.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
index c573740..123f387 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -16,7 +16,7 @@ automated tools.
 \section{Audio support in the Kernel}
 
 Recompile your kernel with audio support. The options we want are:
-\code{CONFIG_SOUND}, \code{CONFIG_SND_USB} and
+\code{CONFIG_SOUND}, \code{CONFIG_SND}, \code{CONFIG_SND_USB} and
 \code{CONFIG_SND_USB_AUDIO}.
 
 Boot your board with this new kernel.



More information about the training-materials-updates mailing list