1. 08 Oct, 2009 1 commit
  2. 07 Oct, 2009 1 commit
  3. 06 Oct, 2009 6 commits
  4. 05 Oct, 2009 2 commits
    • Takashi Iwai's avatar
      ALSA: hda - Fix invalid initializations for ALC861 auto mode · 15870f05
      Takashi Iwai authored
      The recent auto-parser doesn't work for machines with a single output
      with ALC861, such as Toshiba laptops, because alc_subsystem_id() sets
      the hp_pins[0] while it's listed in line_outs[0].
      This ends up with the doubled initialization of the same mixer widget,
      and it mutes the DAC route because hp_pins has no DAC assigned.
      
      To fix this problem, just check spec->autocfg.hp_outs and speaker_outs
      so that they are really detected pins.
      
      Reference: Novell bnc#544161
      	http://bugzilla.novell.com/show_bug.cgi?id=544161Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      15870f05
    • Linus Torvalds's avatar
      Linux 2.6.32-rc3 · 374576a8
      Linus Torvalds authored
      I'm skipping -rc2 because the -rc1 Makefile mistakenly said -rc2, so in
      order to avoid confusion, I'm jumping from -rc1 to -rc3.  That way, when
      'uname' (or an oops report) says 2.6.32-rc2, there's no confusion about
      whether people perhaps meant -rc1 or -rc2.
      374576a8
  5. 04 Oct, 2009 26 commits
  6. 03 Oct, 2009 4 commits