1. 28 Jan, 2010 1 commit
    • Wei Ni's avatar
      ALSA: hda - Change the AZX_MAX_PCMS to 10 · 7b36ea96
      Wei Ni authored
      In hda_codec.c, it has define
      "[HDA_PCM_TYPE_HDMI]  = { 3, 7, 8, 9, -1 },",
      it support up to device 9 for HDMI.
      But in hda_intel.c, it only define AZX_MAX_PCMS as 8.
      So if it have 4 hdmi codecs, when run azx_attach_pcm_stream(),
      it will show error "Invalid PCM device number 8", and "... number 9",
      and return "-EINVAL".
      We should change the AZX_MAX_PCMS to 10.
      Signed-off-by: default avatarWei Ni <wni@nvidia.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      7b36ea96
  2. 27 Jan, 2010 1 commit
  3. 26 Jan, 2010 1 commit
  4. 25 Jan, 2010 2 commits
  5. 24 Jan, 2010 5 commits
  6. 23 Jan, 2010 2 commits
  7. 19 Jan, 2010 3 commits
  8. 17 Jan, 2010 1 commit
  9. 15 Jan, 2010 1 commit
    • Kunal Gangakhedkar's avatar
      ALSA: hda - Fix mute led GPIO on HP dv-series notebooks · d38cce70
      Kunal Gangakhedkar authored
      On my laptop (HP dv6-1110ax), there are no OEM strings in SMBIOS of type
      "HP_Mute_LED*". Hence, the GPIO for the mute button LED doesn't get set
      properly. I didn't find the strings in my cousin's laptop (HP dv9500t CTO)
      either.
      
      As per the documentation of find_mute_led_gpio(), these strings occur
      in HP B-series systems - so, before scanning the SMBIOS strings, we need to
      check if we're dealing with a B-series system.
      Need to get confirmation from HP if this logic takes care of all the
      systems. I'm trying to poke a friend there.
      Signed-off-by: default avatarKunal Gangakhedkar <kunal.gangakhedkar@gmail.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      d38cce70
  10. 14 Jan, 2010 1 commit
  11. 13 Jan, 2010 15 commits
  12. 12 Jan, 2010 7 commits