Skip to content

Commit

Permalink
ASoC: ssm4567: Remove duplicated else-if branch
Browse files Browse the repository at this point in the history
Signed-off-by: Anatol Pomozov <[email protected]>
Acked-by: Lars-Peter Clausen <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
anatol authored and broonie committed Oct 2, 2014
1 parent 1ee44ce commit 7c168d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/codecs/ssm4567.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c168d5

Please sign in to comment.