diff options
author | Mark Brown <broonie@kernel.org> | 2016-02-08 17:44:12 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-08 17:44:12 +0100 |
commit | 98ab7a02046dd239f3f2eb923de0ce117dc29e15 (patch) | |
tree | 0f642d84f3b402d5325b657d68e18d423f6d571e /sound/soc/intel/atom | |
parent | ASoC: Intel: Use acpi_dev_present() (diff) | |
parent | ASoC: Intel: Skylake: Remove autosuspend delay (diff) | |
download | linux-98ab7a02046dd239f3f2eb923de0ce117dc29e15.tar.xz linux-98ab7a02046dd239f3f2eb923de0ce117dc29e15.zip |
Merge branch 'fix/intel' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel
Diffstat (limited to 'sound/soc/intel/atom')
-rw-r--r-- | sound/soc/intel/atom/sst-mfld-platform-pcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/atom/sst-mfld-platform-pcm.c b/sound/soc/intel/atom/sst-mfld-platform-pcm.c index 55c33dc76ce4..52ed434cbca6 100644 --- a/sound/soc/intel/atom/sst-mfld-platform-pcm.c +++ b/sound/soc/intel/atom/sst-mfld-platform-pcm.c @@ -528,6 +528,7 @@ static struct snd_soc_dai_driver sst_platform_dai[] = { .ops = &sst_compr_dai_ops, .playback = { .stream_name = "Compress Playback", + .channels_min = 1, }, }, /* BE CPU Dais */ |