1. 26 Nov, 2011 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Supports more audio streams · 01b65bfb
      Takashi Iwai authored
      So far, the driver supports up to 10 streams.  This is a restriction in
      hda_intel.c and hda_codec.c: in the former, the fixed array size limits
      the amount, and in the latter, the fixed device-number assignment table
      (in get_empty_pcm_device()) limits the possibility.
      
      This patch reduces the restriction by
      - using linked list for managing PCM instances in hda_intel.c, and
      - assigning non-fixed device numbers for the extra devices
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      01b65bfb
  2. 23 Nov, 2011 5 commits
  3. 22 Nov, 2011 5 commits
  4. 21 Nov, 2011 1 commit
  5. 19 Nov, 2011 1 commit
  6. 16 Nov, 2011 6 commits
  7. 15 Nov, 2011 2 commits
  8. 14 Nov, 2011 5 commits
  9. 11 Nov, 2011 1 commit
    • Charles Chin's avatar
      ALSA: hda - pwr_nids cleanup for IDT codecs · afef2cfa
      Charles Chin authored
      Clean up and fix pwr_nids for 92HD71 / 73 / 83 family codecs; remove
      pwr_mapping which was incorrect.
      
      The original pwr_nids support of 92HD83xxx was incorrect and never
      actually worked before.  Now we should have things working correctly
      without having to hack by DID anymore.
      
      It is also not necessary to explicitly turn on all the pins near the
      beginning of patch_stac92hd83xxx() now, the pins will go though
      initialization properly.
      
      Tested on 92HD66 / 71 / 73 / 75 / 83 / 89 / 91 demo boards.
      Signed-off-by: default avatarCharles Chin <Charles.Chin@idt.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      afef2cfa
  10. 10 Nov, 2011 8 commits
  11. 09 Nov, 2011 5 commits