log src/alsa-ng/alsa-core.c @ 3203:f5456241bff9 default tip

age author description
Tue, 11 Aug 2009 10:34:26 -0400 John Lindgren alsa-ng: More paranoid debugging.
Thu, 23 Jul 2009 14:26:10 -0400 John Lindgren alsa-ng: 0.1 sec hard minimum buffer size.
Wed, 22 Jul 2009 16:42:16 -0400 John Lindgren alsa-ng: Keep mixer open even when playback stopped.
Mon, 13 Jul 2009 15:37:47 -0500 William Pitcock alsa-ng: Work around *broken* drivers, such as snd-au88xx.
Sun, 12 Jul 2009 08:30:13 -0500 William Pitcock alsa-ng: Enforce a minimum buffer size of 500ms.
Wed, 01 Jul 2009 19:09:13 -0400 John Lindgren alsa-ng: A gint by any other name...
Mon, 29 Jun 2009 23:05:56 -0400 John Lindgren alsa-ng: Prefer "PCM" volume control over "Wave" on systems that have both, for consistency with OSS plugin and maybe other apps (closes AUD-34 and AUD-36).
Sat, 27 Jun 2009 14:53:36 -0500 William Pitcock alsa-ng: Add configuration settings.
Mon, 22 Jun 2009 16:05:57 -0400 John Lindgren alsa-ng: Fix possible race conditions, sluggish pause and seek.
Fri, 19 Jun 2009 09:10:13 -0500 William Pitcock alsa-ng: Some fixes
Fri, 19 Jun 2009 08:23:51 -0500 William Pitcock alsa-ng: Don't crash on SND_PCM_FORMAT_UNKNOWN.
Sun, 14 Jun 2009 23:10:04 -0500 Joris van Rantwijk alsa-ng: buffer timing cleanups
Fri, 12 Jun 2009 17:15:10 -0400 John Lindgren alsa-ng: Another arithmetic overflow (hopefully the last one).
Fri, 12 Jun 2009 09:17:09 -0400 John Lindgren alsa-ng: Fix arithmetic overflow on 32-bit systems.
Thu, 11 Jun 2009 20:21:16 -0500 William Pitcock alsa-ng: Remove another debug message.