Skip to content
  • Takashi Iwai's avatar
    ALSA: hda - Fix misc workqueue issues · e8c0ee5d
    Takashi Iwai authored
    
    
    Some fixes regarding snd-hda-intel workqueue:
    - Use create_singlethread_workqueue() instead of create_workqueue()
      as per-CPU work isn't required.
    - Allocate workq name string properly
    - Renamed the workq name to "hd-audio*" to be more obvious.
    
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    e8c0ee5d