diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-05-15 20:08:17 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-16 22:46:06 +0400 |
commit | d7b54c3083b2e04243697c5e450a446d501107bc (patch) | |
tree | 8dd13a00ca14665c41d58f1ed58132d234a3d10c /sound/soc/intel/sst-mfld-platform-pcm.c | |
parent | bd17aa45cd16d1bdb373484d35b87bbee656d98e (diff) | |
download | linux-d7b54c3083b2e04243697c5e450a446d501107bc.tar.xz |
ASoC: Intel: remove codec memeber from codec structs
As we already have a memeber struct snd_sst_params.codec to fill this.
so removing duplicate instance
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/intel/sst-mfld-platform-pcm.c')
-rw-r--r-- | sound/soc/intel/sst-mfld-platform-pcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-mfld-platform-pcm.c b/sound/soc/intel/sst-mfld-platform-pcm.c index d0bc328538c9..7c790f51d259 100644 --- a/sound/soc/intel/sst-mfld-platform-pcm.c +++ b/sound/soc/intel/sst-mfld-platform-pcm.c @@ -147,7 +147,6 @@ static void sst_fill_pcm_params(struct snd_pcm_substream *substream, struct sst_pcm_params *param) { - param->codec = SST_CODEC_TYPE_PCM; param->num_chan = (u8) substream->runtime->channels; param->pcm_wd_sz = substream->runtime->sample_bits; param->reserved = 0; |