diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-01-20 02:43:17 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-01-27 12:35:56 -0500 |
commit | 67d1aed0a5de49dfbc81315610a4fd49c864ec45 (patch) | |
tree | 9915b387a5aa14900a03461cdad628c7e0e7b091 /sound/soc/atmel | |
parent | c90ff1fb7b793c323e46b1d00e8efedc78ea86be (diff) |
ASoC: atmel_ssc_dai: remove clock pin comments
As the clock can be get from TK/RK pin, so remove the comments.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/atmel')
-rw-r--r-- | sound/soc/atmel/atmel_ssc_dai.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c index e691aab60761..3cd70597d109 100644 --- a/sound/soc/atmel/atmel_ssc_dai.c +++ b/sound/soc/atmel/atmel_ssc_dai.c | |||
@@ -450,13 +450,7 @@ static int atmel_ssc_hw_params(struct snd_pcm_substream *substream, | |||
450 | break; | 450 | break; |
451 | 451 | ||
452 | case SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBM_CFM: | 452 | case SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBM_CFM: |
453 | /* | 453 | /* I2S format, CODEC supplies BCLK and LRC clocks. */ |
454 | * I2S format, CODEC supplies BCLK and LRC clocks. | ||
455 | * | ||
456 | * The SSC transmit clock is obtained from the BCLK signal on | ||
457 | * on the TK line, and the SSC receive clock is | ||
458 | * generated from the transmit clock. | ||
459 | */ | ||
460 | rcmr = SSC_BF(RCMR_PERIOD, 0) | 454 | rcmr = SSC_BF(RCMR_PERIOD, 0) |
461 | | SSC_BF(RCMR_STTDLY, START_DELAY) | 455 | | SSC_BF(RCMR_STTDLY, START_DELAY) |
462 | | SSC_BF(RCMR_START, SSC_START_FALLING_RF) | 456 | | SSC_BF(RCMR_START, SSC_START_FALLING_RF) |
@@ -535,10 +529,6 @@ static int atmel_ssc_hw_params(struct snd_pcm_substream *substream, | |||
535 | /* | 529 | /* |
536 | * DSP/PCM Mode A format, CODEC supplies BCLK and LRC clocks. | 530 | * DSP/PCM Mode A format, CODEC supplies BCLK and LRC clocks. |
537 | * | 531 | * |
538 | * The SSC transmit clock is obtained from the BCLK signal on | ||
539 | * on the TK line, and the SSC receive clock is | ||
540 | * generated from the transmit clock. | ||
541 | * | ||
542 | * Data is transferred on first BCLK after LRC pulse rising | 532 | * Data is transferred on first BCLK after LRC pulse rising |
543 | * edge.If stereo, the right channel data is contiguous with | 533 | * edge.If stereo, the right channel data is contiguous with |
544 | * the left channel data. | 534 | * the left channel data. |