Commit 4305dde5 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] PA-RISC Harmony update

Minor line wrapping fix

From: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 1dd3784d
...@@ -389,9 +389,9 @@ snd_harmony_set_data_format(harmony_t *h, int fmt, int force) ...@@ -389,9 +389,9 @@ snd_harmony_set_data_format(harmony_t *h, int fmt, int force)
} }
if (force || o != n) { if (force || o != n) {
snd_pcm_format_set_silence(fmt, h->sdma.area, snd_pcm_format_set_silence(fmt, h->sdma.area, SILENCE_BUFSZ /
SILENCE_BUFSZ / (snd_pcm_format_physical_width(fmt)
(snd_pcm_format_physical_width(fmt) / 8)); / 8));
} }
return n; return n;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment