summaryrefslogtreecommitdiff
path: root/src/control
AgeCommit message (Expand)AuthorFilesLines
2015-02-09control: complement comment for subscribe APITakashi Sakamoto1-1/+1
2015-01-28Remove unused hostname resolution in shm plugins and aserverTakashi Iwai1-47/+2
2015-01-14control: enable octal and hexadecimal parseLu, Han1-2/+2
2014-09-23control: return negative value in case of errorRenu Tyagi1-0/+1
2014-02-26autotools: update stylePatrick Welche1-1/+1
2014-01-22control_hw: fix potential memory leakIvan Sorokin1-1/+3
2013-10-01snd_tlv_convert_from_dB: fix decreasing gain across entriesStephen Warren1-1/+1
2013-09-19Fix access of freed memory in namehintsDavid Henningsson1-9/+13
2013-05-24Allow specifying the max number of cardsTakashi Iwai2-4/+4
2013-04-11control: enhance doc for snd_ctl_ascii_value_parse() functionJaroslav Kysela1-0/+3
2013-04-08all places: doxygen cleanupsJaroslav Kysela2-2/+3
2013-04-08control, pcm: implement snd_ctl_abort() and snd_pcm_abort() functionsJaroslav Kysela3-2/+4
2013-02-21Add workaround for conflicting IEC958 controls for HD-audioTakashi Iwai1-3/+16
2013-02-21control: Simplify using snd_config_get_bool()Takashi Iwai1-31/+6
2013-01-31snd_device_name_hint(): do not use global snd_config.Jerome Forissier1-22/+30
2013-01-31snd_device_name_hint(): do not change the global error handler.Jerome Forissier1-8/+7
2012-11-26Merge kernel uapi/sound/asound.h and asequencer.hTakashi Iwai1-2/+2
2012-08-10ucm: Improve cset command parsingTakashi Iwai1-13/+33
2012-07-17control: Use strcpy() instead of stpcpy()Arun Raghavan1-2/+4
2012-07-05hctl: Remove a useless assertMartin Sandsmark1-1/+0
2012-06-25Fix the binary compatibility of ext-ctl plugin with protocol 1.0.0Takashi Iwai1-1/+2
2012-05-23tlv: improve robustness of raw value rangesBenoît Thébaudeau1-20/+16
2012-04-16control_external: Add ability to specify TLV data.Dylan Reid1-0/+46
2012-01-19Document strdup allocation in snd_card_get_name familyAndrew Eikum1-0/+6
2012-01-19Improve snd_device_name_hint documentationAndrew Eikum1-10/+16
2011-10-07control: add snd_ctl_elem_add_enumerated()Clemens Ladisch2-0/+79
2011-07-27Add snd_{ctl|pcm}_open_fallback() functionsTakashi Iwai1-0/+22
2011-06-03Fix missing error code in snd_ctl_hw_open()Takashi Iwai1-0/+1
2011-05-20ctlparse: Respect softfloat configure optionAlexander Stein1-0/+9
2011-01-24Merge branch 'ucm'Jaroslav Kysela2-1/+353
2010-12-22ucm: ctlparse - always terminate cset bufferLiam Girdwood1-1/+1
2010-11-04control: add ASCII parsers from amixerJaroslav Kysela2-1/+353
2010-10-17tlv: fix returned dB information for min-is-mute controlsClemens Ladisch1-6/+20
2010-10-01namehint: Another fix to properly evaluate hw devicesJaroslav Kysela1-2/+3
2010-10-01namehint: Fix hw device evaluation (missing last device)Jaroslav Kysela1-1/+1
2010-08-23general: recoded snd_dlobj_ functionsJaroslav Kysela2-31/+11
2010-08-20namehint: Evaluate more possibilities for hw devicesJaroslav Kysela1-5/+13
2010-07-21Memory leak in namehint.cJohn Lindgren1-0/+2
2010-07-20tlv: Remove tailing tab after snd_ctl_get_dB_range functionPeter Ujfalusi1-1/+1
2010-07-20tlv: Handle 'holes' in SND_CTL_TLVT_DB_RANGE arrayPeter Ujfalusi1-1/+7
2010-07-20tlv: Check out of range dB with SND_CTL_TLVT_DB_RANGEPeter Ujfalusi1-1/+11
2010-05-19control: tlv: Check dB range only within the control's volume rangePeter Ujfalusi1-3/+8
2010-01-22modem.conf Off-hook improve behaviorDavid Fries2-1/+23
2009-11-08Remove redefinition of _GNU_SOURCE and __USE_GNUTakashi Iwai1-3/+0
2009-11-08Remove old commented-out FD_CLOEXEC codeRémi Denis-Courmont1-11/+0
2009-11-03namehint: list card independent devices only onceJaroslav Kysela1-4/+24
2009-11-03namehint: Allow snd_device_name_hint to search for CTL devices.Jaroslav Kysela1-0/+2
2009-11-03namehint: add missing list->card initializationJaroslav Kysela1-0/+1
2009-11-03Fix corruption after snd_device_name_hint()Takashi Iwai1-1/+4
2009-10-06hcontrol: fix compare_default function to handle also id.device and id.subdeviceJaroslav Kysela1-4/+10