[alsa-devel] [PATCH] ASoC: compress: Remove duplicated code
7 Aug
2017
7 Aug
'17
2:56 p.m.
The value of the variable new_name is assigned repeatedly.
Signed-off-by: Peng Donglin pengdonglin137@163.com --- sound/soc/soc-compress.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/sound/soc/soc-compress.c b/sound/soc/soc-compress.c index 206f36b..2c16f42 100644 --- a/sound/soc/soc-compress.c +++ b/sound/soc/soc-compress.c @@ -737,9 +737,6 @@ int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num) }
/* check client and interface hw capabilities */ - snprintf(new_name, sizeof(new_name), "%s %s-%d", - rtd->dai_link->stream_name, codec_dai->name, num); - if (codec_dai->driver->playback.channels_min) playback = 1; if (codec_dai->driver->capture.channels_min)
--
1.9.1
2656
Age (days ago)
2656
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peng Donglin