Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] 2.4.18-pa40, added SNDCTL_DSP_SYNC ioctl to harmony driver
       [not found] <20020622090559.94D1B4835@dsl2.external.hp.com>
@ 2002-06-22  9:07 ` Helge Deller
  0 siblings, 0 replies; only message in thread
From: Helge Deller @ 2002-06-22  9:07 UTC (permalink / raw)
  To: parisc-linux, Helge Deller, parisc-linux-cvs

[-- 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;
 }
 

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

only message in thread, other threads:[~2002-06-22  9:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20020622090559.94D1B4835@dsl2.external.hp.com>
2002-06-22  9:07 ` [parisc-linux] 2.4.18-pa40, added SNDCTL_DSP_SYNC ioctl to harmony driver Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox