Update of /cvsroot/gc-linux/linux/sound/ppc
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4818/sound/ppc
Modified Files:
Makefile gcn-mic.c
Log Message:
Merged 2.6.24.
Added usbgecko driver.
Added fixes for: exi, gcn-sd, gcn-mic, gcn-gqr.
Adapted: gcn-bba, gcn-gqr, gcn-rtc.
Added very primitive support for the Nintendo Wii.
Index: gcn-mic.c
===================================================================
RCS file: /cvsroot/gc-linux/linux/sound/ppc/gcn-mic.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gcn-mic.c 30 Apr 2007 17:06:13 -0000 1.4
+++ gcn-mic.c 24 Feb 2008 18:05:35 -0000 1.5
@@ -2,8 +2,8 @@
* sound/ppc/gcn-mic.c
*
* Nintendo Microphone (DOL-022) driver
- * Copyright (C) 2006-2007 The GameCube Linux Team
- * Copyright (C) 2006,2007 Albert Herranz
+ * Copyright (C) 2006-2008 The GameCube Linux Team
+ * Copyright (C) 2006,2007,2008 Albert Herranz
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -280,12 +280,14 @@
.periods_max = 1024,
};
+#if 0
static unsigned int period_bytes[] = { 32, 64, 128 };
static struct snd_pcm_hw_constraint_list constraints_period_bytes = {
.count = ARRAY_SIZE(period_bytes),
.list = period_bytes,
.mask = 0,
};
+#endif
/*
*
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/sound/ppc/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile 16 Nov 2007 23:26:09 -0000 1.7
+++ Makefile 24 Feb 2008 18:05:35 -0000 1.8
@@ -1,6 +1,6 @@
#
# Makefile for ALSA
-# Copyright (c) 2001 by Jaroslav Kysela <pe...@su...>
+# Copyright (c) 2001 by Jaroslav Kysela <pe...@pe...>
#
snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o
|