mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 07:16:39 +07:00
ASoC: ssm4567: Remove duplicated else-if branch
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
1ee44ce030
commit
7c168d5f8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user