alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: rt5645: Minor coding style modify
@ 2014-09-19 11:15 Oder Chiou
  2014-09-19 11:15 ` [PATCH 2/2] ASoC: rt5645: Add headset detect function Oder Chiou
  2014-09-23  1:43 ` [PATCH 1/2] ASoC: rt5645: Minor coding style modify Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Oder Chiou @ 2014-09-19 11:15 UTC (permalink / raw)
  To: broonie, lgirdwood; +Cc: oder_chiou, bardliao, alsa-devel, flove

Minor coding style modify

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
---
 sound/soc/codecs/rt5645.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index a7762d0..dfbe74a 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -1838,7 +1838,7 @@ static int rt5645_hw_params(struct snd_pcm_substream *substream,
 			RT5645_I2S_DL_MASK, val_len);
 		snd_soc_update_bits(codec, RT5645_ADDA_CLK1, mask_clk, val_clk);
 		break;
-	case  RT5645_AIF2:
+	case RT5645_AIF2:
 		mask_clk = RT5645_I2S_BCLK_MS2_MASK | RT5645_I2S_PD2_MASK;
 		val_clk = bclk_ms << RT5645_I2S_BCLK_MS2_SFT |
 			pre_div << RT5645_I2S_PD2_SFT;
@@ -1983,7 +1983,7 @@ static int rt5645_set_dai_pll(struct snd_soc_dai *dai, int pll_id, int source,
 			snd_soc_update_bits(codec, RT5645_GLB_CLK,
 				RT5645_PLL1_SRC_MASK, RT5645_PLL1_SRC_BCLK1);
 			break;
-		case  RT5645_AIF2:
+		case RT5645_AIF2:
 			snd_soc_update_bits(codec, RT5645_GLB_CLK,
 				RT5645_PLL1_SRC_MASK, RT5645_PLL1_SRC_BCLK2);
 			break;
-- 
1.8.1.1.439.g50a6b54

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

end of thread, other threads:[~2014-10-01 18:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-19 11:15 [PATCH 1/2] ASoC: rt5645: Minor coding style modify Oder Chiou
2014-09-19 11:15 ` [PATCH 2/2] ASoC: rt5645: Add headset detect function Oder Chiou
2014-10-01 18:31   ` Mark Brown
2014-09-23  1:43 ` [PATCH 1/2] ASoC: rt5645: Minor coding style modify Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).