diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2020-01-13 15:04:28 -0600 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-14 15:31:18 +0000 |
commit | c1b34230a37d6c167bee0fc2c7204871cf5e875f (patch) | |
tree | 7b9a640177d5d39d6666051531afa8593e69b962 /sound/soc/intel/boards/bytcr_rt5651.c | |
parent | 38c059399519f88a93d8873fc500ccb3e73348ac (diff) | |
download | blackbird-op-linux-c1b34230a37d6c167bee0fc2c7204871cf5e875f.tar.gz blackbird-op-linux-c1b34230a37d6c167bee0fc2c7204871cf5e875f.zip |
ASoC: Intel: bytcr_rt5651: remove unused variable
Fix GCC warning with W=1
sound/soc/intel//boards/bytcr_rt5651.c:659:40: warning:
‘byt_rt5651_dai_params’ defined but not used
[-Wunused-const-variable=]
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200113210428.27457-19-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/bytcr_rt5651.c')
-rw-r--r-- | sound/soc/intel/boards/bytcr_rt5651.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/intel/boards/bytcr_rt5651.c b/sound/soc/intel/boards/bytcr_rt5651.c index c0d322a859f7..3bb2732a9f7e 100644 --- a/sound/soc/intel/boards/bytcr_rt5651.c +++ b/sound/soc/intel/boards/bytcr_rt5651.c @@ -656,14 +656,6 @@ static int byt_rt5651_init(struct snd_soc_pcm_runtime *runtime) return 0; } -static const struct snd_soc_pcm_stream byt_rt5651_dai_params = { - .formats = SNDRV_PCM_FMTBIT_S24_LE, - .rate_min = 48000, - .rate_max = 48000, - .channels_min = 2, - .channels_max = 2, -}; - static int byt_rt5651_codec_fixup(struct snd_soc_pcm_runtime *rtd, struct snd_pcm_hw_params *params) { |