diff options
author | Jie Yang <yang.jie@intel.com> | 2014-11-27 07:04:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-27 12:00:50 +0100 |
commit | 525b8634d8dee0e3a8409a73ef5f22ac8676a8c4 (patch) | |
tree | e51a0cae435a39e05baeced46e4d66c73bb489d4 /sound/soc/intel | |
parent | ASoC: Intel: Fix stream volume set no effect issue on Broadwell (diff) | |
download | linux-525b8634d8dee0e3a8409a73ef5f22ac8676a8c4.tar.xz linux-525b8634d8dee0e3a8409a73ef5f22ac8676a8c4.zip |
ASoC: Intel: Remove useless loopback volume control for Broadwell
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>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/sst-haswell-pcm.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/intel/sst-haswell-pcm.c b/sound/soc/intel/sst-haswell-pcm.c index 13c01002994e..7aa348d754e9 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, |