All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: ssm4567: Remove duplicated else-if branch
@ 2014-10-01 17:15 Anatol Pomozov
  2014-10-02  7:35 ` Lars-Peter Clausen
  2014-10-02 11:21 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Anatol Pomozov @ 2014-10-01 17:15 UTC (permalink / raw)
  To: broonie, lars, dan.carpenter; +Cc: alsa-devel, Anatol Pomozov

Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
---
 sound/soc/codecs/ssm4567.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sound/soc/codecs/ssm4567.c b/sound/soc/codecs/ssm4567.c
index 1dadacb..4b5c17f 100644
--- a/sound/soc/codecs/ssm4567.c
+++ b/sound/soc/codecs/ssm4567.c
@@ -173,8 +173,6 @@ static int ssm4567_hw_params(struct snd_pcm_substream *substream,
 		dacfs = SSM4567_DAC_FS_32000_48000;
 	else if (rate >= 64000 && rate <= 96000)
 		dacfs = SSM4567_DAC_FS_64000_96000;
-	else if (rate >= 64000 && rate <= 96000)
-		dacfs = SSM4567_DAC_FS_64000_96000;
 	else if (rate >= 128000 && rate <= 192000)
 		dacfs = SSM4567_DAC_FS_128000_192000;
 	else
-- 
2.1.0.rc2.206.gedb03e5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-02 11:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-01 17:15 [PATCH] ASoC: ssm4567: Remove duplicated else-if branch Anatol Pomozov
2014-10-02  7:35 ` Lars-Peter Clausen
2014-10-02 11:21 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.