All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: fsl_ssi: Remove an outdated comment
@ 2017-04-05 16:40 Fabio Estevam
  2017-04-05 16:40 ` [PATCH 2/2] ASoC: fsl_ssi: Use the tolower() function Fabio Estevam
  2017-04-05 18:26 ` [PATCH 1/2] ASoC: fsl_ssi: Remove an outdated comment Timur Tabi
  0 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2017-04-05 16:40 UTC (permalink / raw)
  To: broonie; +Cc: nicoleotsuka, Fabio Estevam, alsa-devel, timur

The comment for the FSLSSI_I2S_RATES definition states that the
driver currently only supports I2S slave mode, which is no longer
correct.

Remove such outdated comment.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 sound/soc/fsl/fsl_ssi.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c
index fde08660..b450d8d 100644
--- a/sound/soc/fsl/fsl_ssi.c
+++ b/sound/soc/fsl/fsl_ssi.c
@@ -54,14 +54,6 @@
 #include "fsl_ssi.h"
 #include "imx-pcm.h"
 
-/**
- * FSLSSI_I2S_RATES: sample rates supported by the I2S
- *
- * This driver currently only supports the SSI running in I2S slave mode,
- * which means the codec determines the sample rate.  Therefore, we tell
- * ALSA that we support all rates and let the codec driver decide what rates
- * are really supported.
- */
 #define FSLSSI_I2S_RATES SNDRV_PCM_RATE_CONTINUOUS
 
 /**
-- 
2.7.4

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

end of thread, other threads:[~2017-04-10 18:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 16:40 [PATCH 1/2] ASoC: fsl_ssi: Remove an outdated comment Fabio Estevam
2017-04-05 16:40 ` [PATCH 2/2] ASoC: fsl_ssi: Use the tolower() function Fabio Estevam
2017-04-10 18:42   ` Applied "ASoC: fsl_ssi: Use the tolower() function" to the asoc tree Mark Brown
2017-04-05 18:26 ` [PATCH 1/2] ASoC: fsl_ssi: Remove an outdated comment Timur Tabi
2017-04-05 19:20   ` Fabio Estevam
2017-04-05 19:21     ` Timur Tabi

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.