linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: qcom: Remove QCOM dependency from LPASS variants
@ 2015-06-02  5:05 Kenneth Westfield
  2015-06-02 10:55 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Kenneth Westfield @ 2015-06-02  5:05 UTC (permalink / raw)
  To: Jim Davis, Mark Brown, Liam Girdwood
  Cc: Banajit Goswami, Patrick Lai, Kumar Gala, Bryan Huntsman,
	ALSA Mailing List, MSM Mailing List, Kernel Mailing List,
	Kenneth Westfield

From: Kenneth Westfield <kwestfie@codeaurora.org>

Remove the dependency on SND_SOC_QCOM from the user-
invisible LPASS variant options.  This will fix
randconfig build errors.

Reported-by: Jim Davis <jim.epost@gmail.com>
Fixes: dc1ebd1811e9 ("ASoC: qcom: Add apq8016 lpass driver support")
Fixes: 9bae4880acee ("ASoC: qcom: move ipq806x specific bits out of lpass
driver")
Signed-off-by: Kenneth Westfield <kwestfie@codeaurora.org>
---

 Created fix in response to Jim's bug report:
 http://mailman.alsa-project.org/pipermail/alsa-devel/2015-May/092870.html
 
 Note: I did some searching but didn't see an example of a fix for the
 same type of bug introduced by 2 commits.  If this needs to be split into
 two fixes, let me know.

 sound/soc/qcom/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig
index 29fff6d..10837bd 100644
--- a/sound/soc/qcom/Kconfig
+++ b/sound/soc/qcom/Kconfig
@@ -14,13 +14,11 @@ config SND_SOC_LPASS_PLATFORM
 
 config SND_SOC_LPASS_IPQ806X
 	tristate
-	depends on SND_SOC_QCOM
 	select SND_SOC_LPASS_CPU
 	select SND_SOC_LPASS_PLATFORM
 
 config SND_SOC_LPASS_APQ8016
 	tristate
-	depends on SND_SOC_QCOM
 	select SND_SOC_LPASS_CPU
 	select SND_SOC_LPASS_PLATFORM
 
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

* Re: [PATCH] ASoC: qcom: Remove QCOM dependency from LPASS variants
  2015-06-02  5:05 [PATCH] ASoC: qcom: Remove QCOM dependency from LPASS variants Kenneth Westfield
@ 2015-06-02 10:55 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-06-02 10:55 UTC (permalink / raw)
  To: Kenneth Westfield
  Cc: Jim Davis, Liam Girdwood, Banajit Goswami, Patrick Lai,
	Kumar Gala, Bryan Huntsman, ALSA Mailing List, MSM Mailing List,
	Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

On Mon, Jun 01, 2015 at 10:05:32PM -0700, Kenneth Westfield wrote:

> Remove the dependency on SND_SOC_QCOM from the user-
> invisible LPASS variant options.  This will fix
> randconfig build errors.

I can't tell from this commit message what the patch is supposed to do -
what are the bugs and in what way will this fix them?

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

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

end of thread, other threads:[~2015-06-02 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-02  5:05 [PATCH] ASoC: qcom: Remove QCOM dependency from LPASS variants Kenneth Westfield
2015-06-02 10:55 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).