Skip to content
  • Takashi Iwai's avatar
    ALSA: x86: Fix missing spinlock and mutex initializations · 35014406
    Takashi Iwai authored
    The commit change for supporting the multiple ports moved involved
    some code shuffling, and there the initializations of spinlock and
    mutex in snd_intelhad object were dropped mistakenly.
    
    This patch adds the missing initializations again for each port.
    
    Fixes: b4eb0d52
    
     ("ALSA: x86: Split snd_intelhad into card and PCM specific structures")
    Cc: <stable@vger.kernel.org>
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    35014406