summaryrefslogtreecommitdiff
path: root/src/modules/alsa/alsa-util.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-25alsa-util: Perform format and rate detection before setting HW paramsIgor V. Kovalenko1-0/+8
2020-12-30alsa-mixer: Handle the index for ALSA mixer jack identifiersKai-Heng Feng1-1/+1
2020-09-17ucm: add possibility to skip the UCM card completely (Linked)Jaroslav Kysela1-0/+7
2019-12-23alsa: rewrite mixer open/close, cache mixer accesses in probeJaroslav Kysela1-1/+5
2019-12-18alsa-mixer: handle interface type (CARD,PCM) for mixer element lookupsJaroslav Kysela1-1/+2
2019-03-27alsa: Use correct header pathOlaf Hering1-1/+1
2018-07-04alsa-util/sink/source: Add infrastructure for supported sample formatsSangchul Lee1-0/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-09-16alsa: Remove unnecessary hctl handles being passed aroundDavid Henningsson1-5/+2
2014-09-16alsa-util: Add functions for accessing mixer elements through mixer classDavid Henningsson1-0/+2
2014-03-14alsa: Use card description in default sink/source prefix when availablePete Beardmore1-1/+1
2013-07-04Fix alignment issues introduced by the pa_bool -> bool conversionpoljar (Damir Jelić)1-10/+10
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-19/+19
2013-02-19alsa-util: Add a function to read ELD infoDavid Henningsson1-0/+8
2012-12-05alsa: Try to support non-standard rates in alsa-sink/sourceArun Raghavan1-1/+1
2012-11-07alsa: get avail, delay, timestamps in a single kernel callPierre-Louis Bossart1-1/+1
2012-03-11alsa: Jack detection kcontrol implementationDavid Henningsson1-0/+4
2011-10-17alsa: Probe sink/source sample ratesArun Raghavan1-0/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-4/+0
2010-09-09alsa: work around slightly broken _delay implementationsWim Taymans1-1/+1
2009-11-05alsa: disable timer-based scheduling inside a VMLennart Poettering1-0/+2
2009-10-06alsa: disable period event only with tsched=1Lennart Poettering1-1/+2
2009-09-09alsa: rework buffer/period configurationLennart Poettering1-5/+5
2009-06-18alsa: unify alsa log handling and snd_config_update_free_global() handling in...Lennart Poettering1-2/+2
2009-06-17alsa: allow placing device id in alsa device strings at arbitrary positionsLennart Poettering1-3/+3
2009-06-17alsa: rework mixer logicLennart Poettering1-63/+53
2009-05-12alsa: include mixer name in sink/source propertiesLennart Poettering1-1/+3
2009-04-29alsa: allow configuration of fallback device strings in profilesLennart Poettering1-0/+1
2009-04-19alsa: properly convert return values of snd_strerror() to utf8Lennart Poettering1-0/+2
2009-04-13alsa: include the alsa mixer control that is used in the property listLennart Poettering1-1/+1
2009-04-13alsa: store mixer controls to use in profile dataLennart Poettering1-4/+6
2009-04-10alsa: when printing warning about bogus data from alsa include snd_pcm_dump()Lennart Poettering1-1/+2
2009-04-04refuse to initialize on modem devicesLennart Poettering1-0/+2
2009-03-31Specifying ALSA mixer controlKyle Cronan1-1/+1
2009-03-30don't enabled tsched on software ALSA devicesLennart Poettering1-0/+2
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-03-01add logic for initializing a useful icon nameLennart Poettering1-1/+1
2009-03-01get additional device data from udevLennart Poettering1-0/+1
2009-02-24implement device reservation schemeLennart Poettering1-0/+2
2009-02-23 add new wrapper pa_alsa_safe_delay() around snd_pcm_delay()Lennart Poettering1-0/+1
2009-02-23add new function pa_alsa_get_driver_name_by_pcm()Lennart Poettering1-0/+2
2009-02-20big alsa module rework to make things more robust to broken sound drivers and...Lennart Poettering1-1/+1
2009-02-20make profile names translatableLennart Poettering1-1/+1
2009-02-18simplify pa_alsa_init_proplist_pcm() a bit and include resolution bits in als...Lennart Poettering1-1/+2
2009-02-14unify ALSA mixer initializationLennart Poettering1-0/+1
2009-01-30add new function pa_alsa_get_driver_name()Lennart Poettering1-0/+2
2009-01-24include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering1-2/+3
2009-01-20add new call pa_alsa_open_by_device_id_profile()Lennart Poettering1-11/+26
2009-01-20add priority logic to find best default profileLennart Poettering1-0/+1
2009-01-17Split up pa_alsa_init_proplist into two seperate functions for the card and s...Lennart Poettering1-1/+2