aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_ports.c
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2015-03-10 22:13:31 +0900
committerTakashi Iwai <tiwai@suse.de>2015-03-10 15:29:59 +0100
commit2225e79b9b0370bc179f44756bee809b5e7b4d06 (patch)
treeb3557bdba22cc546c70a7f8df2f20b19b18f3912 /sound/core/seq/seq_ports.c
parentALSA: core: use precomputed table to check userspace control params (diff)
downloadlinux-dev-2225e79b9b0370bc179f44756bee809b5e7b4d06.tar.xz
linux-dev-2225e79b9b0370bc179f44756bee809b5e7b4d06.zip
ALSA: core: reduce stack usage related to snd_ctl_new()
The callers of snd_ctl_new() need to have 'struct snd_kcontrol' data, and pass the data as template. Then, the function allocates the structure data again and copy from the template. This is a waste of resources. Especially, the callers use large stack for the template. This commit removes a need of template for the function, thus, changes the prototype of snd_ctl_new(). Furthermore, this commit changes the code of callers, snd_ctl_new1() and snd_ctl_elem_add() for better shape. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions