提交 946cda7d 编写于 作者: R Risto Suominen 提交者: Takashi Iwai

[ALSA] snd-powermac: style pmac.c

Coding style corrections for pmac.c.
Signed-off-by: NRisto Suominen <Risto.Suominen@gmail.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 9a4f20fc
...@@ -214,7 +214,7 @@ static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, ...@@ -214,7 +214,7 @@ static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec,
int rate_index; int rate_index;
long offset; long offset;
struct pmac_stream *astr; struct pmac_stream *astr;
rec->dma_size = snd_pcm_lib_buffer_bytes(subs); rec->dma_size = snd_pcm_lib_buffer_bytes(subs);
rec->period_size = snd_pcm_lib_period_bytes(subs); rec->period_size = snd_pcm_lib_period_bytes(subs);
rec->nperiods = rec->dma_size / rec->period_size; rec->nperiods = rec->dma_size / rec->period_size;
...@@ -643,7 +643,7 @@ static int snd_pmac_pcm_close(struct snd_pmac *chip, struct pmac_stream *rec, ...@@ -643,7 +643,7 @@ static int snd_pmac_pcm_close(struct snd_pmac *chip, struct pmac_stream *rec,
/* reset constraints */ /* reset constraints */
astr->cur_freqs = chip->freqs_ok; astr->cur_freqs = chip->freqs_ok;
astr->cur_formats = chip->formats_ok; astr->cur_formats = chip->formats_ok;
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册