linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] make samsung interface entries explicitly
@ 2016-09-18 14:09 Randy Li
  2016-09-18 14:09 ` [PATCH] ASoC: samsung: make audio interface/controller explicitly Randy Li
  2016-09-19  8:33 ` [PATCH] make samsung interface entries explicitly Mark Brown
  0 siblings, 2 replies; 15+ messages in thread
From: Randy Li @ 2016-09-18 14:09 UTC (permalink / raw)
  To: alsa-devel
  Cc: sbkim73, s.nawrocki, lgirdwood, broonie, perex, tiwai, krzk,
	linux-arm-kernel, linux-samsung-soc, linux-kernel, Randy Li

I found those modules should be selected directly, as I
only use the simple sound card.

Randy Li (1):
  ASoC: samsung: make audio interface/controller explicitly

 sound/soc/samsung/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH] ASoC: samsung: make audio interface/controller explicitly
@ 2016-09-19 15:51 Randy Li
  2016-09-19 16:37 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 15+ messages in thread
From: Randy Li @ 2016-09-19 15:51 UTC (permalink / raw)
  To: alsa-devel
  Cc: sbkim73, s.nawrocki, lgirdwood, broonie, perex, tiwai, krzk,
	linux-arm-kernel, linux-samsung-soc, linux-kernel, Randy Li

It is simple sound card time, we could assign different codec
to a interface without making a specific driver for it. The SPDIF
and I2S interface for Samsung would be possible used by simple-sound-card,
but not sure about the PCM.

Signed-off-by: Randy Li <ayaka@soulik.info>
---
 sound/soc/samsung/Kconfig | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
index 7b722b0..210ce38 100644
--- a/sound/soc/samsung/Kconfig
+++ b/sound/soc/samsung/Kconfig
@@ -1,3 +1,7 @@
+menu "SoC Audio for Samsung CPUs"
+
+comment "Common SoC Audio options for Samsung CPUs:"
+
 config SND_SOC_SAMSUNG
 	tristate "ASoC support for Samsung"
 	depends on (PLAT_SAMSUNG || ARCH_EXYNOS)
@@ -18,18 +22,22 @@ config SND_S3C2412_SOC_I2S
 	select SND_S3C_I2SV2_SOC
 
 config SND_SAMSUNG_PCM
-	tristate
+	tristate "Samsung PCM interface support"
+	depends on SND_SOC_SAMSUNG
 
 config SND_SAMSUNG_AC97
 	tristate
 	select SND_SOC_AC97_BUS
+	depends on SND_SOC_SAMSUNG
 
 config SND_SAMSUNG_SPDIF
-	tristate
+	tristate "Samsung SPDIF transmitter support"
+	depends on SND_SOC_SAMSUNG
 	select SND_SOC_SPDIF
 
 config SND_SAMSUNG_I2S
-	tristate
+	tristate "Samsung I2S interface support"
+	depends on I2C && SND_SOC_SAMSUNG
 
 config SND_SOC_SAMSUNG_NEO1973_WM8753
 	tristate "Audio support for Openmoko Neo1973 Smartphones (GTA02)"
@@ -229,3 +237,5 @@ config SND_SOC_ARNDALE_RT5631_ALC5631
         depends on SND_SOC_SAMSUNG && I2C
         select SND_SAMSUNG_I2S
         select SND_SOC_RT5631
+
+endmenu
-- 
2.7.4

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

end of thread, other threads:[~2016-09-19 16:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-18 14:09 [PATCH] make samsung interface entries explicitly Randy Li
2016-09-18 14:09 ` [PATCH] ASoC: samsung: make audio interface/controller explicitly Randy Li
2016-09-18 14:42   ` Krzysztof Kozlowski
2016-09-18 15:12     ` ayaka
2016-09-18 18:09       ` Krzysztof Kozlowski
2016-09-19  1:21         ` Ayaka
2016-09-19 15:15           ` Krzysztof Kozlowski
2016-09-18 17:27   ` kbuild test robot
2016-09-19  1:42   ` kbuild test robot
2016-09-19  8:33   ` Mark Brown
2016-09-19  9:41     ` Ayaka
2016-09-19 10:23       ` Mark Brown
2016-09-19  8:33 ` [PATCH] make samsung interface entries explicitly Mark Brown
2016-09-19 15:51 [PATCH] ASoC: samsung: make audio interface/controller explicitly Randy Li
2016-09-19 16:37 ` Krzysztof Kozlowski

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).