+ make-snd_soc_pcm_sh7760-depend-on-sh_dmabrg-rather-than-selecting-it.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Make SND_SOC_PCM_SH7760 depend on SH_DMABRG rather than selecting it
has been added to the -mm tree.  Its filename is
     make-snd_soc_pcm_sh7760-depend-on-sh_dmabrg-rather-than-selecting-it.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Make SND_SOC_PCM_SH7760 depend on SH_DMABRG rather than selecting it
From: Manuel Lauss <mano@xxxxxxxxxxxxxxxxxxxxxxx>

Fixes Kconfig warning about undefined SH_DMABRG symbol on non-sh builds.

Signed-off-by: Manuel Lauss <mano@xxxxxxxxxxxxxxxxxxxxxxx>
Cc: Jaroslav Kysela <perex@xxxxxxx>
Cc: Takashi Iwai <tiwai@xxxxxxx>
Cc: Paul Mundt <lethal@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 sound/soc/sh/Kconfig |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff -puN sound/soc/sh/Kconfig~make-snd_soc_pcm_sh7760-depend-on-sh_dmabrg-rather-than-selecting-it sound/soc/sh/Kconfig
--- a/sound/soc/sh/Kconfig~make-snd_soc_pcm_sh7760-depend-on-sh_dmabrg-rather-than-selecting-it
+++ a/sound/soc/sh/Kconfig
@@ -2,8 +2,7 @@ menu "SoC Audio support for SuperH"
 
 config SND_SOC_PCM_SH7760
 	tristate "SoC Audio support for Renesas SH7760"
-	depends on CPU_SUBTYPE_SH7760 && SND_SOC
-	select SH_DMABRG
+	depends on CPU_SUBTYPE_SH7760 && SND_SOC && SH_DMABRG
 	help
 	  Enable this option for SH7760 AC97/I2S audio support.
 
_

Patches currently in -mm which might be from mano@xxxxxxxxxxxxxxxxxxxxxxx are

git-alsa.patch
make-snd_soc_pcm_sh7760-depend-on-sh_dmabrg-rather-than-selecting-it.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux