1. 13 5月, 2018 6 次提交
  2. 05 5月, 2018 1 次提交
  3. 04 5月, 2018 6 次提交
  4. 03 5月, 2018 2 次提交
  5. 02 5月, 2018 22 次提交
  6. 28 4月, 2018 1 次提交
  7. 25 4月, 2018 2 次提交
    • T
      Merge branch 'for-linus' into for-next · 4d31c6e4
      Takashi Iwai 提交于
      Back-merge 4.17-rc3 fixes for further development.
      This will bump the base to 4.17-rc2, too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4d31c6e4
    • T
      ALSA: hda - Skip jack and others for non-existing PCM streams · 8a7d6003
      Takashi Iwai 提交于
      When CONFIG_SND_DYNAMIC_MINORS isn't set, there are only limited
      number of devices available, and HD-audio, especially with HDMI/DP
      codec, will fail to create more than two devices.
      
      The driver warns about the lack of such devices and skips the PCM
      device creations, but the HDMI driver still tries to create the
      corresponding JACK, SPDIF and ELD controls even for the non-existing
      PCM substreams.  This results in confusion on user-space, and even may
      break the operation.
      
      Similarly, Intel HDMI/DP codec builds the ELD notification from i915
      graphics driver, and this may be broken if a notification is sent for
      the non-existing PCM stream.
      
      This patch adds the check of the existence of the assigned PCM
      substream in the both scenarios above, and skips the further operation
      if the PCM substream is not assigned.
      
      Fixes: 9152085d ("ALSA: hda - add DP MST audio support")
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8a7d6003