Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/sys/arch/amiga/dev Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/bf4b63b253e9
branches:  netbsd-9
changeset: 458330:bf4b63b253e9
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Sep 07 18:04:48 2019 +0000

description:
Pull up following revision(s) (requested by rin in ticket #189):
        sys/arch/amiga/dev/aucc.c: revision 1.47
The device does not support recording.
Fix diagnostic assertion failure in aucc_set_format().
OK isaki

diffstat:

 sys/arch/amiga/dev/aucc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 46e37b129ca7 -r bf4b63b253e9 sys/arch/amiga/dev/aucc.c
--- a/sys/arch/amiga/dev/aucc.c Fri Sep 06 19:59:00 2019 +0000
+++ b/sys/arch/amiga/dev/aucc.c Sat Sep 07 18:04:48 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aucc.c,v 1.46 2019/06/08 08:02:36 isaki Exp $ */
+/*     $NetBSD: aucc.c,v 1.46.2.1 2019/09/07 18:04:48 snj Exp $ */
 
 /*
  * Copyright (c) 1999 Bernardo Innocenti
@@ -46,7 +46,7 @@
 #if NAUCC > 0
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aucc.c,v 1.46 2019/06/08 08:02:36 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aucc.c,v 1.46.2.1 2019/09/07 18:04:48 snj Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -694,7 +694,7 @@
 aucc_get_props(void *addr)
 {
 
-       return AUDIO_PROP_PLAYBACK | AUDIO_PROP_CAPTURE;
+       return AUDIO_PROP_PLAYBACK;
 }
 
 



Home | Main Index | Thread Index | Old Index