All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: samsung: Enable SND_SIMPLE_CARD for Odroid X2/U3
@ 2015-03-18 10:52 Sylwester Nawrocki
  2015-03-18 11:51 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Sylwester Nawrocki @ 2015-03-18 10:52 UTC (permalink / raw)
  To: broonie; +Cc: liquid.acid, alsa-devel, linux-samsung-soc, Sylwester Nawrocki

Odroid X2/U3 sound support can now be specified in device tree using
the simple card binding, make SND_SOC_ODROIDX2 select SND_SIMPLE_CARD
to ensure there are always required drivers in place.

Reported-by: Tobias Jakobi <liquid.acid@gmx.net>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
---
 sound/soc/samsung/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
index 0632a36..25caadf 100644
--- a/sound/soc/samsung/Kconfig
+++ b/sound/soc/samsung/Kconfig
@@ -226,6 +226,7 @@ config SND_SOC_ODROIDX2
 	depends on SND_SOC_SAMSUNG && I2C
 	select SND_SOC_MAX98090
 	select SND_SAMSUNG_I2S
+	select SND_SIMPLE_CARD
 	help
 	  Say Y here to enable audio support for the Odroid-X2/U3.
 
-- 
1.7.9.5

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

* Re: [PATCH] ASoC: samsung: Enable SND_SIMPLE_CARD for Odroid X2/U3
  2015-03-18 10:52 [PATCH] ASoC: samsung: Enable SND_SIMPLE_CARD for Odroid X2/U3 Sylwester Nawrocki
@ 2015-03-18 11:51 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-03-18 11:51 UTC (permalink / raw)
  To: Sylwester Nawrocki; +Cc: liquid.acid, alsa-devel, linux-samsung-soc

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

On Wed, Mar 18, 2015 at 11:52:19AM +0100, Sylwester Nawrocki wrote:
> Odroid X2/U3 sound support can now be specified in device tree using
> the simple card binding, make SND_SOC_ODROIDX2 select SND_SIMPLE_CARD
> to ensure there are always required drivers in place.

No, this isn't an actual dependency so it shouldn't be in Kconfig.

[-- 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-03-18 11:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-18 10:52 [PATCH] ASoC: samsung: Enable SND_SIMPLE_CARD for Odroid X2/U3 Sylwester Nawrocki
2015-03-18 11:51 ` Mark Brown

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.