summaryrefslogtreecommitdiff
path: root/src/modules/alsa/module-alsa-card.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-23alsa: Fix compile warningsPali Rohár1-1/+1
2020-11-21module-alsa-card: Add debug logging if availability group was prunedIgor V. Kovalenko1-0/+2
2020-11-17module-alsa-card: Drop availability groups with only one portArun Raghavan1-0/+35
2020-09-17ucm: add possibility to skip the UCM card completely (Linked)Jaroslav Kysela1-2/+8
2020-08-10module-alsa-card: Set a minimum profile priority if it's not setKai-Heng Feng1-1/+1
2019-12-23alsa-ucm: add support for HDMI ELDJaroslav Kysela1-20/+36
2019-12-23alsa: rewrite mixer open/close, cache mixer accesses in probeJaroslav Kysela1-28/+48
2019-12-18alsa-mixer: handle interface type (CARD,PCM) for mixer element lookupsJaroslav Kysela1-2/+2
2019-12-06alsa-ucm: validate access to PA_DEVICE_PORT_DATA()Jaroslav Kysela1-1/+5
2019-12-06alsa-ucm: Support Playback/CaptureVolumeArun Raghavan1-2/+2
2019-05-23Expose control param to alsa-card moduleNate Brown1-0/+2
2018-12-14module-alsa-card: Update the active profile's availability lastJoão Paulo Rechi Vita1-1/+13
2018-06-21udev-detect, alsa-card: Adopt avoid resampling option from daemon.confSangchul Lee1-0/+2
2018-06-21alsa-card: improve the profile availability logicTanu Kaskinen1-12/+37
2018-05-30alsa-card: fix null dereferenceTanu Kaskinen1-1/+2
2018-01-03alsa: fix infinite loop with Intel HDMI LPETanu Kaskinen1-0/+34
2017-12-12build-sys: Stop using symdef headers for modulesArun Raghavan1-1/+0
2016-08-15alsa: Check pa_modargs_get_value_boolean() retval for use_ucmPeter Meerwald-Stadler1-1/+4
2016-06-28alsa: set availability for (some) unavailable profilesTanu Kaskinen1-0/+27
2016-06-28card: move profile selection after pa_card_new()Tanu Kaskinen1-11/+21
2016-06-28alsa, bluetooth: fail if user-requested profile doesn't existTanu Kaskinen1-2/+9
2016-06-22alsa: reread configuration when opening new devicesAlexander E. Patrakov1-0/+8
2016-05-11alsa: Reread and upate jack status when a card is unsuspendedArun Raghavan1-16/+20
2016-05-10alsa: ignore jack events when the user is inactiveTanu Kaskinen1-0/+28
2015-11-22alsa-mixer: Fill in input and output namesDavid Henningsson1-0/+2
2015-10-20module-alsa-card: Report available ports before unavailable onesDavid Henningsson1-6/+25
2015-08-21alsa: Move UCM port availability updating to the mixer codeTanu Kaskinen1-9/+10
2015-04-10module-alsa-card: use pa_module_hook_connectDavid Henningsson1-22/+4
2015-02-12alsa: Don't try to use ELD controls with UCMTanu Kaskinen1-0/+6
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-11-17Alsa: Correct port availability with multiple jacksSjoerd Simons1-7/+18
2014-09-16alsa: Remove unnecessary hctl handles being passed aroundDavid Henningsson1-5/+4
2014-09-16alsa-mixer/card: Move to use the new mixer interfaceDavid Henningsson1-20/+21
2014-03-14alsa: Use card description in default sink/source prefix when availablePete Beardmore1-1/+1
2014-01-10alsa-card: Don't free the modargs in pa__initPeter Meerwald1-26/+19
2013-12-20modules: Fix resource leak in alsa-cardPeter Meerwald1-3/+12
2013-09-23alsa: Turn one assertion into twoDavid Henningsson1-2/+2
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-15/+15
2013-06-24Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)1-4/+2
2013-05-14alsa: Fix crash when profile_set == NULLDavid Henningsson1-2/+2
2013-04-24alsa: Fix ELD access warning on shutdownDavid Henningsson1-0/+3
2013-04-24alsa: Initialize ports before sinks/sourcesDavid Henningsson1-1/+1
2013-04-02alsa: skip eld initialization if hctl_handle is NULLMaarten Lankhorst1-0/+3
2013-02-19alsa-card: Make ELD monitor name a port propertyDavid Henningsson1-0/+72
2013-02-18core: Internally deprecate pa_port_available_t to use pa_available_tMikel Astiz1-5/+5
2013-02-16idxset: Add pa_idxset_remove_all()Tanu Kaskinen1-12/+4
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-1/+1
2012-07-18alsa: Catch role matched streams to enable/disable modifierFeng Wei1-0/+93
2012-07-16alsa: Add UCM jack detectionFeng Wei1-17/+39