Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: parisc-linux@lists.parisc-linux.org,
	deller@dsl2.external.hp.com (Helge Deller),
	parisc-linux-cvs@lists.parisc-linux.org
Subject: [parisc-linux] 2.4.18-pa40, added SNDCTL_DSP_SYNC ioctl to harmony driver
Date: Sat, 22 Jun 2002 11:07:59 +0200	[thread overview]
Message-ID: <200206221107.59319.deller@gmx.de> (raw)
In-Reply-To: <20020622090559.94D1B4835@dsl2.external.hp.com>

[-- Attachment #1: Type: text/plain, Size: 459 bytes --]

On Saturday 22 June 2002 11:05, Helge Deller wrote:
> CVSROOT:	/var/cvs
> Module name:	linux
> Changes by:	deller	02/06/22 03:05:59
>
> Modified files:
> 	.              : Makefile
> 	drivers/sound  : harmony.c
>
> Log message:
> 2.4.18-pa40
> - added SNDCTL_DSP_SYNC to harmony driver (allows recording with sox)
> This patch was contributed by James Mcclain <jmccla3@gl.umbc.edu>
> http://lists.parisc-linux.org/pipermail/parisc-linux/2002-June/016688.html

[-- Attachment #2: diff --]
[-- Type: text/plain, Size: 1014 bytes --]

Index: Makefile
===================================================================
RCS file: /var/cvs/linux/Makefile,v
retrieving revision 1.310
diff -u -p -r1.310 Makefile
--- Makefile	2002/06/19 06:59:25	1.310
+++ Makefile	2002/06/22 09:02:46
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 18
-EXTRAVERSION = -pa39
+EXTRAVERSION = -pa40
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 
Index: drivers/sound/harmony.c
===================================================================
RCS file: /var/cvs/linux/drivers/sound/harmony.c,v
retrieving revision 1.27
diff -u -p -r1.27 harmony.c
--- drivers/sound/harmony.c	2002/03/26 20:59:01	1.27
+++ drivers/sound/harmony.c	2002/06/22 09:02:47
@@ -724,7 +724,11 @@ static int harmony_audio_ioctl(struct in
 		info.fragsize = HARMONY_BUF_SIZE;
                 info.bytes = info.fragments * info.fragsize;
 		return copy_to_user((void *)arg, &info, sizeof(info));
+	
+	case SNDCTL_DSP_SYNC:
+		return 0;
 	}
+	
 	return -EINVAL;
 }
 

           reply	other threads:[~2002-06-22  9:09 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20020622090559.94D1B4835@dsl2.external.hp.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200206221107.59319.deller@gmx.de \
    --to=deller@gmx.de \
    --cc=deller@dsl2.external.hp.com \
    --cc=parisc-linux-cvs@lists.parisc-linux.org \
    --cc=parisc-linux@lists.parisc-linux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox