• Takashi Iwai's avatar
    [ALSA] Remove indirect control access · 8ace4f3c
    Takashi Iwai authored
    This patch removes the indirect control access to the control elements.
    The indirect access has never been used and is even broken on 32bit
    ioctl wrapper.  Let's clean it up.
    The pointers still remain in snd_ctl_elem_* structs just to make sure
    that the struct size won't change.  Once after checking the size
    consistency, we can get rid of them, too.
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
    8ace4f3c
asound.h 39.2 KB