• Takashi Iwai's avatar
    ALSA: pcm: Simplify proc file destruction · 480e32eb
    Takashi Iwai authored
    The proc files are recursively freed by calling with the root
    snd_info_entry object, so we don't have to keep each object for
    releasing one by one.  Move the release of the PCM stream proc root at
    the beginning, so that we can remove the redundant code and resource.
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    480e32eb
pcm_memory.c 13.1 KB