Merge tag 'sound-fix-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 May 2019 20:57:54 +0000 (13:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 May 2019 20:57:54 +0000 (13:57 -0700)
Pull sound fixes from Takashi Iwai:
 "Just a few HD-audio fixes, most of which are specific to Realtek
  codecs"

* tag 'sound-fix-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
  ALSA: hda/realtek - Fix for Lenovo B50-70 inverted internal microphone bug
  ALSA: hda: Fix race between creating and refreshing sysfs entries
  ALSA: hda/realtek - Corrected fixup for System76 Gazelle (gaze14)
  ALSA: hda/realtek - Avoid superfluous COEF EAPD setups
  ALSA: hda/realtek - Fixup headphone noise via runtime suspend

1  2 
include/sound/hdaudio.h

diff --combined include/sound/hdaudio.h
@@@ -81,6 -81,7 +81,7 @@@ struct hdac_device 
        atomic_t in_pm;         /* suspend/resume being performed */
  
        /* sysfs */
+       struct mutex widget_lock;
        struct hdac_widget_tree *widgets;
  
        /* regmap */
@@@ -368,7 -369,7 +369,7 @@@ struct hdac_bus 
        /* DRM component interface */
        struct drm_audio_component *audio_component;
        long display_power_status;
 -      bool display_power_active;
 +      unsigned long display_power_active;
  
        /* parameters required for enhanced capabilities */
        int num_streams;