Takashi Iwai changed bug 1205887
What Removed Added
Status NEW RESOLVED
Resolution --- WONTFIX

Comment # 5 on bug 1205887 from
In the log, you can find the following:

!!Modprobe options (Sound related)
!!--------------------------------

snd_hda_intel: id=PCH index=1
snd_hda_intel: id=HDMI index=0

... and that's the configuration failure.  You are defining twice for the same
driver in different ways, conflicting with each other.

If you must apply those slot swapping, it should be applicable like

  options snd_hda_intel index=1,0 id=PCH,HDMI

and additionally, reserve two slots by

  options snd slots=snd_hda_intel,snd_hda_intel

I close the bug for now.  If the setup above still shows the problem, please
reopen.


You are receiving this mail because: