diff options
author | Jie Yang <yang.jie@intel.com> | 2014-11-25 16:00:53 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-25 16:08:04 +0300 |
commit | f1e5982546edf96e4537ba689cfad83b90b70143 (patch) | |
tree | 7caa8f271e12b3351f3afe63b17156d7be73b068 /sound/soc/intel/sst-haswell-ipc.h | |
parent | 14cd7923122c7c4473848f7c737604bfe945b81b (diff) | |
download | linux-f1e5982546edf96e4537ba689cfad83b90b70143.tar.xz |
ASoC: Intel: Fix stream volume set no effect issue on Broadwell
The volume setting control for capture stream doesn't take effect on intel
Broadwell platform. Root cause it at 2 points:
1. set stream volume with channel=2 is wrongly bapassed;
2. the saved stream volume should be restored after stream is commit.
Here correct these 2 items to fix the stream volume set issue.
Signed-off-by: Jie Yang <yang.jie@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/sst-haswell-ipc.h')
-rw-r--r-- | sound/soc/intel/sst-haswell-ipc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/sst-haswell-ipc.h b/sound/soc/intel/sst-haswell-ipc.h index 387511f12d85..138e894ab413 100644 --- a/sound/soc/intel/sst-haswell-ipc.h +++ b/sound/soc/intel/sst-haswell-ipc.h @@ -24,6 +24,7 @@ #define SST_HSW_NO_CHANNELS 4 #define SST_HSW_MAX_DX_REGIONS 14 #define SST_HSW_DX_CONTEXT_SIZE (640 * 1024) +#define SST_HSW_CHANNELS_ALL 0xffffffff #define SST_HSW_FW_LOG_CONFIG_DWORDS 12 #define SST_HSW_GLOBAL_LOG 15 |