ASoC: pxa-ssp: Line up *s in block comments
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
17339f6099
Коммит
34e82433c2
|
@ -591,13 +591,13 @@ static int pxa_ssp_hw_params(struct snd_pcm_substream *substream,
|
||||||
|
|
||||||
if ((pxa_ssp_get_scr(ssp) == 4) && (width == 16)) {
|
if ((pxa_ssp_get_scr(ssp) == 4) && (width == 16)) {
|
||||||
/* This is a special case where the bitclk is 64fs
|
/* This is a special case where the bitclk is 64fs
|
||||||
* and we're not dealing with 2*32 bits of audio
|
* and we're not dealing with 2*32 bits of audio
|
||||||
* samples.
|
* samples.
|
||||||
*
|
*
|
||||||
* The SSP values used for that are all found out by
|
* The SSP values used for that are all found out by
|
||||||
* trying and failing a lot; some of the registers
|
* trying and failing a lot; some of the registers
|
||||||
* needed for that mode are only available on PXA3xx.
|
* needed for that mode are only available on PXA3xx.
|
||||||
*/
|
*/
|
||||||
if (ssp->type != PXA3xx_SSP)
|
if (ssp->type != PXA3xx_SSP)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче