summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/aoa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/dev/aoa.c')
-rw-r--r--sys/arch/macppc/dev/aoa.c5
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