1. 04 2月, 2017 30 次提交
  2. 03 2月, 2017 2 次提交
    • T
      ALSA: x86: Don't set PCM state to DISCONNECTED · 71673303
      Takashi Iwai 提交于
      Theoretically setting the state to SNDRV_PCM_STATE_DISCONNECTED is
      correct.  But, unfortunately, PA gets confused by this action, and it
      won't re-probe the device after HDMI/DP is re-plugged.  (It reprobes
      only when the card itself is recreated.)
      
      As a workaround, set SNDRV_PCM_STATE_SETUP instead.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      71673303
    • T
      drm/i915: Enable VLV audio chicken bit for LPE audio · 9db13e5f
      Takashi Iwai 提交于
      The audio chicken bit (register offset 0x62f38) seems required to make
      DP audio working on some machines.  At least, on Dell Wyse 3040, I
      failed to get the audio unless this bit is set once.
      
      Strangely, the bit seems necessary only once, and it persists after
      that, even some power-off cycles.  The register is supposedly
      write-only, so it's no evidence whether the bit keeps effect
      persistently.  But, judging from the experiment, it looks enough to
      set it up once at the device initialization.
      
      The patch is basically a cut from the original patch by Pierre-Louis
      Bossart.
      
      v1->v2: drop read since it's a write-only reg.
      
      Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
      Reviewed-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9db13e5f
  3. 01 2月, 2017 7 次提交
  4. 26 1月, 2017 1 次提交