1. 04 2月, 2017 39 次提交
  2. 03 2月, 2017 1 次提交
    • 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