diff mbox

ASoC: Intel: Remove useless loopback volume control for Broadwell

Message ID 1417068263-12026-1-git-send-email-yang.jie@intel.com (mailing list archive)
State Accepted
Commit 525b8634d8dee0e3a8409a73ef5f22ac8676a8c4
Headers show

Commit Message

Jie, Yang Nov. 27, 2014, 6:04 a.m. UTC
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(-)

Comments

Mark Brown Nov. 27, 2014, 11:01 a.m. UTC | #1
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.
diff mbox

Patch

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,