summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-20alsa-mixer: Detect and then drop pointless paths in the path set.Colin Guthrie3-6/+197
2011-07-20alsa-mixer: Do not 'unify' mixer paths.Colin Guthrie1-44/+0
2011-07-20alsa: Reinitialise the mixer on port change.Colin Guthrie11-120/+315
2011-07-20devices: Set certain sink/source flags automatically.Colin Guthrie13-45/+100
2011-07-19devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie17-67/+175
2011-07-14Fix two comment typos.Ralph Giles2-2/+2
2011-07-12protocol-native: Trivial fix for a compiler warningArun Raghavan1-1/+1
2011-07-11padsp: Handle eol in info callbacks correctlyArun Raghavan1-2/+2
2011-07-11protocol-native: Fix invalid assertArun Raghavan1-1/+3
2011-07-09protocol-native: Fix backward compatibility breakArun Raghavan1-2/+6
2011-07-09echo-cancel: Set sane defaults for module initialisationArun Raghavan1-4/+8
2011-07-03module-waveout: Correctly handle mono volume controls on waveout deviceMaarten Bosmans1-4/+23
2011-06-30build-sys: equalizer-sink needs DBus aswell as FFTWColin Guthrie1-6/+3
2011-06-30build-sys: Add more build-time conditionals to config filesMaarten Bosmans2-6/+34
2011-06-30build-sys: Process configuration files with m4Maarten Bosmans3-45/+12
2011-06-30build-sys: Use configure AC_OUTPUT to process config filesMaarten Bosmans1-40/+2
2011-06-30build-sys: Move some more defines to configure.acMaarten Bosmans2-17/+6
2011-06-28alsa-sink: fix mmap_write() work_doneWu Fengguang1-1/+1
2011-06-27parecord: Automatically detect file format from extensionMaarten Bosmans2-8/+12
2011-06-26alsa-mixer: Whoops, forgot to git-add this in a previous.Colin Guthrie1-0/+35
2011-06-26alsa-mixer: Add UAC1.0 Sennheiser Dongle to the usb-headset profile.Colin Guthrie1-0/+2
2011-06-26build-sys: Move some more defines from CFLAGS to config.hMaarten Bosmans1-2/+1
2011-06-26build-sys: Use AX_DEFINE_DIR macro instead of setting AM_CFLAGSMaarten Bosmans1-6/+0
2011-06-26build-sys: Use ax_check_flag macros from autoconf archiveMaarten Bosmans1-1/+1
2011-06-25alsa-mixer: Add an mixer profile exception for a BT Agile handsetColin Guthrie1-0/+4
2011-06-25alsa-mixer: Add workaround for some USB headsetsDavid Henningsson2-1/+5
2011-06-24Remove libpulse-browse and pabrowseMaarten Bosmans6-748/+0
2011-06-24win32: Make some unused-variable warnings go awayMaarten Bosmans15-29/+49
2011-06-24win32: Make once-test workMaarten Bosmans4-9/+32
2011-06-24build-sys: Cleanup Makefile.amMaarten Bosmans1-49/+10
2011-06-24Add sys/time.h include to rtclock.cMaarten Bosmans1-0/+3
2011-06-24Remove obsolete description property from modulesMaarten Bosmans3-9/+4
2011-06-22raop: Change socket buffer size handling to avoid playback underrunsBryan Gleeson1-1/+0
2011-06-22Remove unnecessary #includesMaarten Bosmans227-472/+76
2011-06-22database: Support legacy format database entries.Colin Guthrie4-181/+441
2011-06-22device-restore: Add a new protocol extension for device-restore.Colin Guthrie7-7/+745
2011-06-22database: Convert our use of database files to save in tagstruct format.Colin Guthrie4-368/+565
2011-06-22esound,streams: Fix some crashes.Colin Guthrie3-9/+14
2011-06-22pactl: Add a set-source-output-volume commandArun Raghavan1-1/+48
2011-06-22source-output: Trivial code moveArun Raghavan1-52/+52
2011-06-22capture: Remove support for synchronised capture streams.Colin Guthrie3-86/+2
2011-06-22alsa-mixer: select nearest alsa volume step in sync-volume modeJuho Hämäläinen4-14/+76
2011-06-22alsa-mixer: When setting hw volume, always round up with playback and down wi...Colin Guthrie1-1/+3
2011-06-22streams: Tidy up includesColin Guthrie2-2/+2
2011-06-22alsa: Remove unneeded includeColin Guthrie1-1/+0
2011-06-22introspect: Get format of source outputColin Guthrie4-2/+18
2011-06-22capture: Implement per-stream volume control for capture streams.Colin Guthrie20-210/+1963
2011-06-22introspect: Get formats for sourcesColin Guthrie4-18/+74
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie16-103/+392
2011-06-22def: Add some flags for source outputs.Colin Guthrie1-1/+28