All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Intel: Remove useless loopback volume control for Broadwell
@ 2014-11-27  6:04 Jie Yang
  2014-11-27 11:01 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Jie Yang @ 2014-11-27  6:04 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, liam.r.girdwood

On Broadwell, the ADSP FW don't support loopback record volume tuning,
so here remove this control.

Signed-off-by: Jie Yang <yang.jie@intel.com>
---
 sound/soc/intel/sst-haswell-pcm.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sound/soc/intel/sst-haswell-pcm.c b/sound/soc/intel/sst-haswell-pcm.c
index 331237f..20561ca 100644
--- a/sound/soc/intel/sst-haswell-pcm.c
+++ b/sound/soc/intel/sst-haswell-pcm.c
@@ -308,10 +308,6 @@ static const struct snd_kcontrol_new hsw_volume_controls[] = {
 	SOC_DOUBLE_EXT_TLV("Media1 Playback Volume", 2, 0, 8,
 		ARRAY_SIZE(volume_map), 0,
 		hsw_stream_volume_get, hsw_stream_volume_put, hsw_vol_tlv),
-	/* Loopback volume */
-	SOC_DOUBLE_EXT_TLV("Loopback Capture Volume", 3, 0, 8,
-		ARRAY_SIZE(volume_map), 0,
-		hsw_stream_volume_get, hsw_stream_volume_put, hsw_vol_tlv),
 	/* Mic Capture volume */
 	SOC_DOUBLE_EXT_TLV("Mic Capture Volume", 4, 0, 8,
 		ARRAY_SIZE(volume_map), 0,
-- 
1.9.1

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

* Re: [PATCH] ASoC: Intel: Remove useless loopback volume control for Broadwell
  2014-11-27  6:04 [PATCH] ASoC: Intel: Remove useless loopback volume control for Broadwell Jie Yang
@ 2014-11-27 11:01 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-11-27 11:01 UTC (permalink / raw)
  To: Jie Yang; +Cc: alsa-devel, liam.r.girdwood


[-- Attachment #1.1: Type: text/plain, Size: 180 bytes --]

On Thu, Nov 27, 2014 at 02:04:23PM +0800, Jie Yang wrote:
> On Broadwell, the ADSP FW don't support loopback record volume tuning,
> so here remove this control.

Applied, thanks.

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

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

end of thread, other threads:[~2014-11-27 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-27  6:04 [PATCH] ASoC: Intel: Remove useless loopback volume control for Broadwell Jie Yang
2014-11-27 11:01 ` 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.