summaryrefslogtreecommitdiff
path: root/src/control/namehint.c
Commit message (Expand)AuthorAgeFilesLines
* control: namehint - do not support 'card' devicesJaroslav Kysela2022-10-241-3/+1
* control: Fix a bug that prevented namehint behaviourMark Hills2020-06-231-1/+26
* control: Fix typos in the namehint exampleMark Hills2020-06-231-3/+3
* namehint: remember the direction from the upper levelsJaroslav Kysela2020-03-271-2/+0
* conf: namehint - add omit_noargs to the hint sectionJaroslav Kysela2020-03-021-1/+5
* namehint: improve the previous patch (check the returned value)Jaroslav Kysela2019-12-011-1/+2
* namehint: correct the @args checkJaroslav Kysela2019-12-011-0/+6
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
* ctl: use automatic variable instead of call of alloca(3)Takashi Sakamoto2016-06-271-22/+18
* namehint: Don't enumerate as duplex if only a single direction is definedTakashi Iwai2016-05-121-2/+8
* coverity fixesJaroslav Kysela2016-01-121-0/+2
* namehint: Fix bad free with invalid iface nameTakashi Iwai2015-04-301-2/+2
* namehint: Fix the listing without device numberTakashi Iwai2015-04-301-1/+0
* namehint: Fix invalid list access in snd_device_name_hint()Takashi Iwai2015-04-301-11/+10
* Fix access of freed memory in namehintsDavid Henningsson2013-09-191-9/+13
* snd_device_name_hint(): do not use global snd_config.Jerome Forissier2013-01-311-22/+30
* snd_device_name_hint(): do not change the global error handler.Jerome Forissier2013-01-311-8/+7
* Improve snd_device_name_hint documentationAndrew Eikum2012-01-191-10/+16
* namehint: Another fix to properly evaluate hw devicesJaroslav Kysela2010-10-011-2/+3
* namehint: Fix hw device evaluation (missing last device)Jaroslav Kysela2010-10-011-1/+1
* namehint: Evaluate more possibilities for hw devicesJaroslav Kysela2010-08-201-5/+13
* Memory leak in namehint.cJohn Lindgren2010-07-211-0/+2
* namehint: list card independent devices only onceJaroslav Kysela2009-11-031-4/+24
* namehint: Allow snd_device_name_hint to search for CTL devices.Jaroslav Kysela2009-11-031-0/+2
* namehint: add missing list->card initializationJaroslav Kysela2009-11-031-0/+1
* Fix corruption after snd_device_name_hint()Takashi Iwai2009-11-031-1/+4
* Mark static tables as constant when possible.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* Fix sort-out of non-existing devices in namehintTakashi Iwai2008-10-171-14/+14
* Don't show non-existing devices in snd_device_name_hint()Takashi Iwai2008-03-071-3/+4
* Fix device number assignment in hintsTakashi Iwai2008-03-071-2/+2
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-2/+2
* Fix undefined references in namehint.cTakashi Iwai2007-07-031-0/+6
* release 1.0.14rc3v1.0.14rc3Jaroslav Kysela2007-02-261-1/+3
* remove snd_ctl_iface_conf_name() prototype, namehint doxygen cleanupsJaroslav Kysela2006-12-071-1/+2
* add snd_device_name_get_hint() function, make hints private to alsa-lib (void)Jaroslav Kysela2006-11-301-15/+62
* Fix device name listing with card = -1Takashi Iwai2006-11-061-2/+1
* namehint changes: longname -> cardname, use get_card_name instead longnameJaroslav Kysela2006-10-271-15/+32
* change iface argument for namehint function to const char *Jaroslav Kysela2006-10-271-18/+30
* pcm config files cleanups and name hint extensionJaroslav Kysela2006-10-121-6/+21
* more name hint interace updatesJaroslav Kysela2006-10-121-92/+141
* fix two issues in snd_device_name_hint()Jaroslav Kysela2006-10-111-1/+2
* add snd_device_name_hint() function and initial implementationJaroslav Kysela2006-10-111-0/+500