1. 14 Mar, 2016 5 commits
  2. 13 Mar, 2016 18 commits
  3. 12 Mar, 2016 13 commits
  4. 11 Mar, 2016 2 commits
  5. 10 Mar, 2016 2 commits
    • Takashi Iwai's avatar
      ALSA: pcm: Avoid "BUG:" string for warnings again · 0ab1ace8
      Takashi Iwai authored
      The commit [d507941b: ALSA: pcm: Correct PCM BUG error message]
      made the warning prefix back to "BUG:" due to its previous wrong
      prefix.  But a kernel message containing "BUG:" seems taken as an Oops
      message wrongly by some brain-dead daemons, and it annoys users in the
      end.  Instead of teaching daemons, change the string again to a more
      reasonable one.
      
      Fixes: 507941beb1e ('ALSA: pcm: Correct PCM BUG error message')
      Cc: <stable@vger.kernel.org> # v3.19+
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      0ab1ace8
    • Takashi Iwai's avatar
      ALSA: hda - Add a sanity check of pin / port mapping on i915 HDMI/DP · 1a414f48
      Takashi Iwai authored
      There is an implicit rule to map between pin NID and port number on
      Intel HDMI/DP codec: the mapping is fixed only for NID 0x05, 0x06 and
      0x07.  For avoiding the possible memory corruption, add a sanity check
      for the NID value and splat WARN_ON() for invalid accesses.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      1a414f48