log src/alsa/audio.c @ 3192:d1d9b159801a

age author description
Tue, 12 May 2009 15:29:18 -0500 William Pitcock More ALSA restructuring from Hans de Goede. (Closes #68)
Mon, 11 May 2009 12:25:48 -0500 William Pitcock Branch merge.
Sun, 10 May 2009 21:15:29 +0100 Tony Vroon Fix last second(s) of playback getting lost, by Hans de Goede.
Sat, 18 Apr 2009 21:38:16 +0100 Tony Vroon Do not assign the result of snd_card_next, we do not care about it. Code analysis, unique ID HQvjgU.
Sat, 28 Feb 2009 02:34:13 +0000 Tony Vroon Add hardware_present probe for a meaningful return code. Probe priority 1.
Fri, 05 Dec 2008 07:10:58 -0600 William Pitcock Do not use non-blocking playback, it is entirely unnecessary and is the source of many problems we have with ALSA on weird cards.
Wed, 02 Jul 2008 08:03:42 +0300 Matti Hamalainen Use glib types.
Wed, 21 May 2008 16:43:48 +0300 Matti Hamalainen Remove the strange timeout function from ALSA plugin's mixer handling, this
Sun, 30 Mar 2008 08:17:21 +0300 Matti Hamalainen Do NOT use 'volatile' keyword!
Mon, 24 Mar 2008 17:40:33 +0100 Sascha Hlusiak alsa: Make spinlocks a bit less scary. Don't lock up in alsa_flush when output is closed.
Thu, 13 Mar 2008 16:42:02 -0500 William Pitcock Remove debugging notice.
Sat, 16 Feb 2008 01:36:41 +0300 Eugene Zagidullin check input fmt thoughtfully
Thu, 14 Feb 2008 22:23:52 +0100 mf0102 remove an unused function
Thu, 14 Feb 2008 17:20:27 +0000 Tony Vroon Oh how I long back to the days where people compile-tested their changesets
Tue, 12 Feb 2008 02:23:14 -0600 William Pitcock Remove calls into xconvert PAPI.