• Max Kellermann's avatar
    alsa: don't close PCM handle in alsa_recover() · 855054fe
    Max Kellermann authored
    If the PCM handle gets disconnected, don't close and clear it in
    alsa_recover().  The MPD core will call alsa_close() anyway.  This
    way, we can always assume that alsa_data.pcm is always valid.
    855054fe
alsa_plugin.c 12.7 KB