1. 20 Jul, 2015 1 commit
    • David Henningsson's avatar
      ALSA: hda - Fix Skylake codec timeout · 033ea349
      David Henningsson authored
      When the controller is powered up but the HDMI codec is powered down
      on Skylake, the power well is turned off. When the codec is then
      powered up again, we need to poke the codec a little extra to make
      sure it wakes up. Otherwise we'll get sad "no response from codec"
      messages and broken audio.
      
      This also changes azx_runtime_resume to actually call
      snd_hdac_set_codec_wakeup for Skylake (before STATETS read).
      (Otherwise it would only have been called for Haswell and Broadwell,
      which both do not need it, so this probably was not the author's
      intention.)
      Signed-off-by: default avatarDavid Henningsson <david.henningsson@canonical.com>
      Reviewed-by: default avatarLibin Yang <libin.yang@intel.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      033ea349
  2. 19 Jul, 2015 1 commit
  3. 17 Jul, 2015 2 commits
  4. 16 Jul, 2015 1 commit
  5. 14 Jul, 2015 1 commit
  6. 08 Jul, 2015 1 commit
  7. 06 Jul, 2015 1 commit
  8. 01 Jul, 2015 1 commit
  9. 29 Jun, 2015 4 commits
  10. 27 Jun, 2015 1 commit
  11. 26 Jun, 2015 2 commits
  12. 25 Jun, 2015 3 commits
  13. 23 Jun, 2015 1 commit
    • Takashi Iwai's avatar
      ALSA: pcm: Fix pcm_class sysfs output · 60b93030
      Takashi Iwai authored
      The pcm_class sysfs of each PCM substream gives only "none" since the
      recent code change to embed the struct device.  Fix the code to point
      directly to the embedded device object properly.
      
      Fixes: ef46c7af ('ALSA: pcm: Embed struct device')
      Cc: <stable@vger.kernel.org> # v4.0+
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      60b93030
  14. 22 Jun, 2015 20 commits