linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: re-enable POST on via audio
@ 2003-07-14 12:26 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-07-14 12:26 UTC (permalink / raw)
  To: linux-kernel, marcelo

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/sound/via82cxxx_audio.c linux.22-pre5-ac1/drivers/sound/via82cxxx_audio.c
--- linux.22-pre5/drivers/sound/via82cxxx_audio.c	2003-07-14 12:27:39.000000000 +0100
+++ linux.22-pre5-ac1/drivers/sound/via82cxxx_audio.c	2003-07-08 17:04:50.000000000 +0100
@@ -3226,7 +3226,7 @@
 	/* inform device of an upcoming pause in input (or output). */
 	case SNDCTL_DSP_POST:
 		DPRINTK ("DSP_POST\n");
-		if (0 && wr) {
+		if (wr) {
 			if (card->ch_out.slop_len > 0)
 				via_chan_flush_frag (&card->ch_out);
 			via_chan_maybe_start (&card->ch_out);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-14 12:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-14 12:26 PATCH: re-enable POST on via audio Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).