Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1485805

[PATCH] ASoC: samsung: make audio interface/controller explicitly

From Randy Li <ayaka@soulik.info>
Newsgroups linux.kernel
Subject [PATCH] ASoC: samsung: make audio interface/controller explicitly
Date 2016-09-18 16:10 +0200
Message-ID <siKX7-EH-15@gated-at.bofh.it> (permalink)
References <siKX7-EH-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


It is simple sound card time, we could assign different codec
to a interface without making a specific driver for it.

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

diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
index 7b722b0..b7b3a38 100644
--- a/sound/soc/samsung/Kconfig
+++ b/sound/soc/samsung/Kconfig
@@ -18,18 +18,18 @@ config SND_S3C2412_SOC_I2S
 	select SND_S3C_I2SV2_SOC
 
 config SND_SAMSUNG_PCM
-	tristate
+	tristate "Samsung PCM interface support"
 
 config SND_SAMSUNG_AC97
-	tristate
+	tristate "Samsung AC97 controller support"
 	select SND_SOC_AC97_BUS
 
 config SND_SAMSUNG_SPDIF
-	tristate
+	tristate "Samsung SPDIF transmitter support"
 	select SND_SOC_SPDIF
 
 config SND_SAMSUNG_I2S
-	tristate
+	tristate "Samsung I2S interface support"
 
 config SND_SOC_SAMSUNG_NEO1973_WM8753
 	tristate "Audio support for Openmoko Neo1973 Smartphones (GTA02)"
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] ASoC: samsung: make audio interface/controller explicitly Randy Li <ayaka@soulik.info> - 2016-09-18 16:10 +0200
  Re: [PATCH] ASoC: samsung: make audio interface/controller explicitly Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-18 16:50 +0200
    Re: [PATCH] ASoC: samsung: make audio interface/controller explicitly ayaka <ayaka@soulik.info> - 2016-09-18 17:20 +0200
      Re: [PATCH] ASoC: samsung: make audio interface/controller explicitly Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-18 20:10 +0200
        Re: [PATCH] ASoC: samsung: make audio interface/controller explicitly Ayaka <ayaka@soulik.info> - 2016-09-19 03:30 +0200
          Re: [PATCH] ASoC: samsung: make audio interface/controller explicitly Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-19 17:20 +0200
  Re: [PATCH] ASoC: samsung: make audio interface/controller explicitly Mark Brown <broonie@kernel.org> - 2016-09-19 10:40 +0200
    Re: [PATCH] ASoC: samsung: make audio interface/controller explicitly Ayaka <ayaka@soulik.info> - 2016-09-19 11:50 +0200
      Re: [PATCH] ASoC: samsung: make audio interface/controller explicitly Mark Brown <broonie@kernel.org> - 2016-09-19 12:30 +0200

csiph-web