summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mixer: remove alloca() from simple_add1()Takashi Sakamoto2016-07-151-10/+9
* mixer: change code formatting for simple_add1()Takashi Sakamoto2016-07-151-9/+14
* mixer: remove alloca() from set_enum_item_ops()Takashi Sakamoto2016-07-151-5/+4
* mixer: remove alloca() from get_enum_item_ops()Takashi Sakamoto2016-07-151-4/+3
* mixer: remove alloca() from enum_item_name_ops()Takashi Sakamoto2016-07-151-6/+5
* mixer: remove alloca() from init_db_range()Takashi Sakamoto2016-07-151-4/+3
* mixer: change code formatting for init_db_range()Takashi Sakamoto2016-07-151-2/+2
* mixer: remove alloca() from selem_write_main()Takashi Sakamoto2016-07-151-5/+4
* mixer: change code formatting for selem_write_main()Takashi Sakamoto2016-07-151-3/+6
* mixer: remove alloca() from elem_write_route()Takashi Sakamoto2016-07-151-6/+5
* mixer: change code formatting for elem_write_route()Takashi Sakamoto2016-07-151-1/+2
* mixer: remove alloca() from elem_write_enum()Takashi Sakamoto2016-07-151-5/+4
* mixer: change code formatting for elem_write_enum()Takashi Sakamoto2016-07-151-2/+4
* mixer: remove alloca() from elem_write_switch_constant()Takashi Sakamoto2016-07-151-5/+4
* mixer: remove alloca() from elem_write_switch()Takashi Sakamoto2016-07-151-5/+4
* mixer: change code formatting for elem_write_switch()Takashi Sakamoto2016-07-151-1/+2
* mixer: remove alloca() from elem_write_volume()Takashi Sakamoto2016-07-151-5/+4
* mixer: change code formatting for elem_write_volume()Takashi Sakamoto2016-07-151-1/+2
* mixer: remove alloca() from selem_read()Takashi Sakamoto2016-07-151-4/+3
* mixer: change code formatting for selem_read()Takashi Sakamoto2016-07-151-1/+2
* mixer: remove alloca() from elem_read_enum()Takashi Sakamoto2016-07-151-4/+3
* mixer: change code formatting for elem_read_enum()Takashi Sakamoto2016-07-151-2/+4
* mixer: remove alloca() from elem_read_route()Takashi Sakamoto2016-07-151-4/+3
* mixer: change code formatting for elem_read_route()Takashi Sakamoto2016-07-151-1/+2
* mixer: remove alloca() from elem_read_volume()Takashi Sakamoto2016-07-151-8/+6
* mixer: change code formatting for elem_read_volume()Takashi Sakamoto2016-07-151-1/+3
* mixer: include library local header to find layout of structuresTakashi Sakamoto2016-07-151-1/+1
* alisp: remove alloca() from FA_pcm_info()Takashi Sakamoto2016-07-141-14/+13
* alisp: remove alloca() from FA_hctl_elem_write()Takashi Sakamoto2016-07-141-13/+11
* alisp: remove alloca() from FA_hctl_elem_read()Takashi Sakamoto2016-07-141-13/+11
* alisp: remove alloca() from FA_hctl_elem_info()Takashi Sakamoto2016-07-141-28/+26
* alisp: remove alloca() from FA_hctl_find_elem()Takashi Sakamoto2016-07-141-4/+3
* alisp: remove alloca() from FA_card_info()Takashi Sakamoto2016-07-141-9/+8
* conf: remove alloca() from snd_func_private_pcm_subdevice()Takashi Sakamoto2016-07-141-4/+4
* conf: remove alloca() from snd_func_pcm_args_by_class()Takashi Sakamoto2016-07-141-6/+4
* conf: remove alloca() from snd_func_pcm_id()Takashi Sakamoto2016-07-141-6/+6
* conf: remove alloca() from snd_func_card_name()Takashi Sakamoto2016-07-141-4/+3
* conf: remove alloca() from snd_func_card_id()Takashi Sakamoto2016-07-141-4/+3
* conf: remove alloca() from snd_determine_driver()Takashi Sakamoto2016-07-141-4/+3
* pcm: remove alloca() from _snd_pcm_softvol_open()Takashi Sakamoto2016-07-141-4/+3
* pcm: change code formatting for _snd_pcm_softvol_open()Takashi Sakamoto2016-07-141-5/+7
* pcm: remove alloca() from softvol_load_control()Takashi Sakamoto2016-07-141-20/+18
* pcm: change code formatting for softvol_load_control()Takashi Sakamoto2016-07-141-7/+15
* pcm: remove alloca() from snd_spcm_init_duplex()Takashi Sakamoto2016-07-141-7/+4
* pcm: remove alloca() from snd_spcm_init()Takashi Sakamoto2016-07-141-7/+4
* pcm: remove alloca() from snd_pcm_hw_set_chmap()Takashi Sakamoto2016-07-141-8/+7
* pcm: remove alloca() from snd_pcm_hw_get_chmap()Takashi Sakamoto2016-07-141-8/+6
* pcm: remove alloca() from snd_pcm_query_chmaps_from_hw()Takashi Sakamoto2016-07-141-4/+3
* pcm: remove alloca() from snd_pcm_hw_change_timer()Takashi Sakamoto2016-07-141-6/+5
* pcm: change code formatting for snd_pcm_hw_change_timer()Takashi Sakamoto2016-07-141-7/+20