* [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
* Re: [PATCH] ASoC: ssm4567: Remove duplicated else-if branch
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
1 sibling, 0 replies; 3+ messages in thread
From: Lars-Peter Clausen @ 2014-10-02 7:35 UTC (permalink / raw)
To: Anatol Pomozov, broonie, dan.carpenter; +Cc: alsa-devel
On 10/01/2014 07:15 PM, Anatol Pomozov wrote:
> Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: ssm4567: Remove duplicated else-if branch
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
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-10-02 11:21 UTC (permalink / raw)
To: Anatol Pomozov; +Cc: alsa-devel, lars, dan.carpenter
[-- Attachment #1.1: Type: text/plain, Size: 141 bytes --]
On Wed, Oct 01, 2014 at 10:15:57AM -0700, Anatol Pomozov wrote:
> Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Applied, thanks.
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [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.