summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)AuthorFilesLines
2011-08-16alsa: Set SET_FORMATS flag when appropriateArun Raghavan1-3/+7
2011-08-15filter-heuristics: Don't force AEC on all phone streamsArun Raghavan1-8/+3
2011-08-15Avoid read from freed memoryMaarten Bosmans1-2/+4
2011-08-15Initialise variablesMaarten Bosmans4-5/+7
2011-08-15Plug some memory leaksMaarten Bosmans4-2/+10
2011-08-15module-tunnel: Fix for new protocol versionsMaarten Bosmans1-8/+16
2011-08-15device-restore: Log invalid sink index while setting formatsArun Raghavan1-1/+3
2011-08-15device-restore: Set sink format when possibleArun Raghavan1-6/+41
2011-08-15device-restore: Make bools not be bit fieldsArun Raghavan1-3/+3
2011-08-15alsa: Implement get/set_formats()Arun Raghavan1-0/+69
2011-08-12Plug some memory leaks and an invalid readMaarten Bosmans3-2/+4
2011-08-11alsa: resets POLLOUT eventWang Xingchao2-0/+2
2011-08-11alsa: Update process_usec before going to sleepWang Xingchao2-0/+4
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans16-19/+19
2011-08-11alsa: Ensure that volumes are written to the h/w at startup.Colin Guthrie2-0/+6
2011-08-10alsa-mixer: Fix rounding direction on mixer initialisationColin Guthrie1-2/+2
2011-08-09device-restore: Various fixes for the protocol extension.Colin Guthrie1-4/+28
2011-08-08stream-restore: Save/restore source output volume/muteColin Guthrie1-1/+91
2011-08-04Fix crash in path subset eliminationDavid Henningsson1-2/+4
2011-07-22rygel: Fix introspection XML for MediaItem2Jens Georg1-0/+1
2011-07-22rygel: Properly close {sv} iters for GetAllJens Georg1-0/+2
2011-07-21virtual: Fix volume callback setting.Tanu Kaskinen2-2/+2
2011-07-20reserve: Fix compile warning when compiling without dbusColin Guthrie1-2/+2
2011-07-20alsa-mixer: Remove workaround for USB head/handsetsColin Guthrie2-44/+0
2011-07-20alsa: No need to go via sink/source to get the core.Colin Guthrie2-4/+4
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 Guthrie7-106/+153
2011-07-20devices: Set certain sink/source flags automatically.Colin Guthrie10-27/+18
2011-07-19devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie13-44/+44
2011-07-14Fix two comment typos.Ralph Giles1-1/+1
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-28alsa-sink: fix mmap_write() work_doneWu Fengguang1-1/+1
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-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 Henningsson1-0/+3
2011-06-24win32: Make some unused-variable warnings go awayMaarten Bosmans2-1/+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 Bosmans81-234/+38
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 Guthrie1-3/+266
2011-06-22database: Convert our use of database files to save in tagstruct format.Colin Guthrie4-368/+565
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-22alsa: Remove unneeded includeColin Guthrie1-1/+0
2011-06-22capture: Implement per-stream volume control for capture streams.Colin Guthrie7-106/+214
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie7-15/+11