diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2015-09-10 15:31:45 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-16 20:30:47 +0300 |
commit | 2fc171e69e0dc0f5cce805ec40923c4e7ff78e94 (patch) | |
tree | 4b5e115b95e6d9ad3fa759b3d5e916d10397f30f /sound | |
parent | 9ed747641b0fe122a827494b1d490bc2e2e45347 (diff) | |
download | linux-2fc171e69e0dc0f5cce805ec40923c4e7ff78e94.tar.xz |
ASoC: Intel: remove unused function
The function get_current_pipe_id() was not being used.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/intel/atom/sst-mfld-platform-pcm.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sound/soc/intel/atom/sst-mfld-platform-pcm.c b/sound/soc/intel/atom/sst-mfld-platform-pcm.c index 683e50116152..5e9c316c142a 100644 --- a/sound/soc/intel/atom/sst-mfld-platform-pcm.c +++ b/sound/soc/intel/atom/sst-mfld-platform-pcm.c @@ -368,23 +368,6 @@ static void sst_media_close(struct snd_pcm_substream *substream, kfree(stream); } -static inline unsigned int get_current_pipe_id(struct snd_soc_dai *dai, - struct snd_pcm_substream *substream) -{ - struct sst_data *sst = snd_soc_dai_get_drvdata(dai); - struct sst_dev_stream_map *map = sst->pdata->pdev_strm_map; - struct sst_runtime_stream *stream = - substream->runtime->private_data; - u32 str_id = stream->stream_info.str_id; - unsigned int pipe_id; - - pipe_id = map[str_id].device_id; - - dev_dbg(dai->dev, "got pipe_id = %#x for str_id = %d\n", - pipe_id, str_id); - return pipe_id; -} - static int sst_media_prepare(struct snd_pcm_substream *substream, struct snd_soc_dai *dai) { |