summaryrefslogtreecommitdiff
path: root/src/modules/alsa/alsa-util.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-26alsa: move the exceptionally large value errors from error to debug levelJaroslav Kysela1-8/+8
2020-08-03alsa-util: fix check for digitWim Taymans1-1/+1
2019-12-23alsa-mixer: do the quick card number lookup to save mixer instancesJaroslav Kysela1-0/+33
2019-12-23alsa: rewrite mixer open/close, cache mixer accesses in probeJaroslav Kysela1-46/+49
2019-12-18alsa-mixer: handle interface type (CARD,PCM) for mixer element lookupsJaroslav Kysela1-1/+17
2019-12-18alsa-ucm: get the mixer names from ucm, don't guessJaroslav Kysela1-8/+18
2019-12-18alsa-util: do not try to guess the mixer name from the PCM nameJaroslav Kysela1-19/+7
2019-12-10alsa: Skip resume PCM if hardware doesn't support itKai-Heng Feng1-9/+19
2019-03-27alsa: Use correct header pathOlaf Hering1-1/+1
2019-03-25alsa: Improve resume logic after alsa suspendGeorg Chini1-10/+15
2018-10-09i18n: Fixed plural forms handlingMarek Cernocky1-8/+20
2018-10-04meson: modules/alsa: Fix udev-util include pathArnaud Rebillout1-1/+1
2018-07-04alsa-util/sink/source: Add infrastructure for supported sample formatsSangchul Lee1-0/+78
2018-05-15alsa-util: Use time stamp config only for alsa versions >= 1.1.0Georg Chini1-1/+7
2018-05-11alsa-util: Set ALSA report_delay flag in pa_alsa_safe_delay()Georg Chini1-0/+7
2017-01-31alsa-util: don't crash on devices with more than 32 channelsTanu Kaskinen1-0/+7
2017-01-19alsa: remove double calls of snd_pcm_prepare()Takashi Sakamoto1-5/+0
2016-08-16Remove newline at end of log messagesPeter Meerwald-Stadler1-8/+8
2015-12-29alsa: Don't disable timer-based scheduling on USB devicesArun Raghavan1-2/+19
2015-02-16alsa-util: Make two of the warnings "debug" instead of "error"David Henningsson1-2/+2
2015-02-16alsa-util: No logging when sound card only supports non-interleaved sample fo...Peter Meerwald1-0/+15
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2015-01-13alsa-util: fix parenthesis position in err assignmentBoris Egorov1-1/+1
2014-11-17alsa-util: Finish description of pa_alsa_set_hw_params()Peter Meerwald1-2/+3
2014-09-16alsa: Remove unnecessary hctl handles being passed aroundDavid Henningsson1-46/+10
2014-09-16alsa-util: Add functions for accessing mixer elements through mixer classDavid Henningsson1-0/+77
2014-03-24alsa-util: Reset hwparams_copy before the second try of buffer setupPeter Ujfalusi1-0/+1
2014-03-14alsa: Use card description in default sink/source prefix when availablePete Beardmore1-2/+2
2013-12-06alsa: Log some output if we disable tsched for BATCH devicesArun Raghavan1-1/+3
2013-12-06alsa: Disable timer-scheduling for PCMs with the BATCH flagLars-Peter Clausen1-0/+4
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-40/+40
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-1/+0
2013-06-24Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)1-2/+1
2013-02-19alsa-util: Add a function to read ELD infoDavid Henningsson1-0/+68
2012-12-05alsa: Try to support non-standard rates in alsa-sink/sourceArun Raghavan1-9/+19
2012-11-07alsa: get avail, delay, timestamps in a single kernel callPierre-Louis Bossart1-5/+12
2012-07-16alsa: Allow channel count probe on open by mappingArun Raghavan1-1/+1
2012-05-15build-sys: remove HAL support, it's obsolete since yearsLennart Poettering1-8/+0
2012-03-11alsa: Jack detection kcontrol implementationDavid Henningsson1-0/+125
2012-02-10alsa: fix commentPeter Meerwald1-2/+2
2012-01-30i18n: Do not translate strings that cannot have any sensible translations.Colin Guthrie1-1/+1
2012-01-11alsa: Mention correct ALSA function in debug logPeter Meerwald1-2/+2
2011-10-26alsa: Set return code before printing it.Dylan Reid1-1/+1
2011-10-18alsa: fix list of sampling ratesPierre-Louis Bossart1-1/+6
2011-10-17alsa: Probe sink/source sample ratesArun Raghavan1-0/+36
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans1-1/+1
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+0
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-1/+1
2011-02-01alsa: disable period wakeups in tsched mode if possiblePierre-Louis Bossart1-0/+28
2010-11-18alsa: Sprinkle some PA_UNLIKELYs around error checksArun Raghavan1-11/+10