]> err.no Git - linux-2.6/blobdiff - sound/ppc/pmac.c
alpha: fix compile failures with gcc-4.3 (bug #10438)
[linux-2.6] / sound / ppc / pmac.c
index 6f68ac9982e4793d27b34d61cfb058a65633a00e..a38c0c790d2bb3ab6e4175477dbcf4a77e345a3d 100644 (file)
@@ -214,7 +214,7 @@ static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec,
        int rate_index;
        long offset;
        struct pmac_stream *astr;
-       
+
        rec->dma_size = snd_pcm_lib_buffer_bytes(subs);
        rec->period_size = snd_pcm_lib_period_bytes(subs);
        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,
        /* reset constraints */
        astr->cur_freqs = chip->freqs_ok;
        astr->cur_formats = chip->formats_ok;
-       
+
        return 0;
 }