1. 15 Jan, 2009 2 commits
    • Johannes Berg's avatar
      ALSA: snd-aoa: handle master-amp if present · 5f17e79c
      Johannes Berg authored
      Some machines have a master amp GPIO that needs to be toggled to
      get sound output, in addition to speaker/headphone/line-out amps.
      This makes snd-aoa handle it, if present in the device tree, thus
      making snd-aoa be able to output sound on PowerMac3,6, which was
      previously handled by snd-powermac which also doesn't use the
      master amp GPIO.
      Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      5f17e79c
    • Johannes Berg's avatar
      ALSA: snd-aoa: handle older machines · 45e513b6
      Johannes Berg authored
      This patch changes snd-aoa to handle some older machines that are
      currently handled by snd-powermac. snd-aoa has a number of advantages
      though, notably it can autoload better and is generally a more modern
      driver.
      
      By hardcoding the accepted device-ids (last hunk of the patch) I'm
      trying to avoid regressions because this driver will otherwise load
      automatically and not let snd-powermac load. People who are unhappy
      with snd-powermac and have a device-id property in the device tree
      are encouraged to read this patch and make a patch to amend this as
      appropriate.
      Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      45e513b6
  2. 13 Jan, 2009 14 commits
  3. 12 Jan, 2009 24 commits