summaryrefslogtreecommitdiff
path: root/sound/soc/intel/sst-haswell-ipc.c
diff options
context:
space:
mode:
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>2014-10-16 18:29:16 +0400
committerMark Brown <broonie@kernel.org>2014-10-20 15:20:33 +0400
commit48dc326f6ba71ba0ee5b1bbfc128a6577ba98608 (patch)
treeb442a8339668b32960ccc93d0e35a2a2467b9be9 /sound/soc/intel/sst-haswell-ipc.c
parentf07e51c51e44a6e4e6d003f3bccbbf8a1b2cda0d (diff)
downloadlinux-48dc326f6ba71ba0ee5b1bbfc128a6577ba98608.tar.xz
ASoC: Intel: Add 4 channel support to DSP.
DSP can now support 4 channels in certain use cases. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/sst-haswell-ipc.c')
-rw-r--r--sound/soc/intel/sst-haswell-ipc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/intel/sst-haswell-ipc.c b/sound/soc/intel/sst-haswell-ipc.c
index 92d625ab6415..4799768c43cd 100644
--- a/sound/soc/intel/sst-haswell-ipc.c
+++ b/sound/soc/intel/sst-haswell-ipc.c
@@ -1256,10 +1256,6 @@ int sst_hsw_stream_set_channels(struct sst_hsw *hsw,
return -EINVAL;
}
- /* stereo is only supported atm */
- if (channels != 2)
- return -EINVAL;
-
stream->request.format.ch_num = channels;
return 0;
}