diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-02-26 21:52:15 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-02-26 21:52:15 +0000 |
commit | 1129718bc324521c79858337ea933a6c60c8a2c2 (patch) | |
tree | 6382f9a0bbead7b28dd7c06911a435606201f6d3 /sys/arch/macppc/dev | |
parent | a9cee14a89c587470833cc4dafe73377ca86479e (diff) |
- this device doesn't provide volume control, so stop whining about it. it's just not there.
ok jakemsr@ drahn@
Diffstat (limited to 'sys/arch/macppc/dev')
-rw-r--r-- | sys/arch/macppc/dev/aoa.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/macppc/dev/aoa.c b/sys/arch/macppc/dev/aoa.c index 97590123e09..3204107a1c4 100644 --- a/sys/arch/macppc/dev/aoa.c +++ b/sys/arch/macppc/dev/aoa.c @@ -1,5 +1,4 @@ -/* $OpenBSD: aoa.c,v 1.5 2008/10/29 00:04:14 jakemsr Exp $ */ -/* $Id: aoa.c,v 1.5 2008/10/29 00:04:14 jakemsr Exp $ */ +/* $OpenBSD: aoa.c,v 1.6 2010/02/26 21:52:14 jasper Exp $ */ /*- * Copyright (c) 2005 Tsubai Masanari. All rights reserved. @@ -149,7 +148,7 @@ aoa_getdev(void *h, struct audio_device *retp) void aoa_set_volume(struct aoa_softc *sc, int left, int right) { - printf("aoa_set_volume() not supported yet\n"); + /* This device doesn't provide volume control. */ } void |