mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
In ALSA kernel/userspace interfaces, 'struct snd_ctl_elem_info' has a 'dimension' parameter. This parameter consists of an array with four elements. Each element represents the number of members in corresponding dimension level to construct matrix. In current implementation, a get function, 'snd_ctl_elem_info_get_dimension()' is hardcoded to return zero to level 4, against actual value. This commit fixes the bug. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
|---|---|---|
| .. | ||
| cards.c | ||
| control.c | ||
| control_ext.c | ||
| control_hw.c | ||
| control_local.h | ||
| control_shm.c | ||
| control_symbols.c | ||
| ctlparse.c | ||
| hcontrol.c | ||
| Makefile.am | ||
| namehint.c | ||
| setup.c | ||
| tlv.c | ||