1. 06 11月, 2008 1 次提交
  2. 30 10月, 2008 2 次提交
  3. 16 10月, 2008 1 次提交
  4. 13 10月, 2008 1 次提交
  5. 12 10月, 2008 1 次提交
  6. 10 10月, 2008 2 次提交
  7. 23 9月, 2008 2 次提交
  8. 10 9月, 2008 1 次提交
  9. 09 9月, 2008 1 次提交
  10. 29 8月, 2008 1 次提交
  11. 25 8月, 2008 3 次提交
    • A
      ALSA: ALS4000 driver work, step 2 · cb780cdd
      Andreas Mohr 提交于
      - more register naming work
      - finally figured out that weird CR register stuff
        (and did I mention that I hate _really_ undecipherable open-coded values?)
      - fix handling of IRQ sharing in interrupt handler
        (hopefully properly, otherwise I'd be grateful to hear your
        pedantic comments ;)
      - add handy SPECS_PAGE references wherever useful
      - comments, cleanup
      - add me as module author
      Signed-off-by: NAndreas Mohr <andi@lisas.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      cb780cdd
    • T
      ALSA: Allocate larger pages in sgbuf · 51e9f2e6
      Takashi Iwai 提交于
      Most hardwares have limited buffer-descriptor table length.  This
      also restricts the max buffer size of the sound driver.
      For example, snd-hda-intel has 1MB buffer size limit, and this is
      because it can have at most 256 BDL entries.  For supporting larger
      buffers, we need to allocate larger pages even for sg-buffers.
      
      This patch changes the sgbuf allocation code to try to allocate
      larger pages first.  At each head of the allocated pages, the
      number of allocated pages is stored in the lowest bits of the
      corresponding entry of the table addr field.  This change isn't
      visible as long as the driver uses snd_sgbuf_get_addr() helper.
      
      Also, the patch adds a new function, snd_pcm_sgbuf_get_chunk_size().
      This returns the size of the chunk on continuous pages starting at
      the given position offset.  If the chunk reaches to a non-continuous
      page, it returns the size to the boundary.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      51e9f2e6
    • T
      ALSA: Clean up SG-buffer helper functions and macros · 77a23f26
      Takashi Iwai 提交于
      Clean up SG-buffer helper functions and macros.  Helpers take substream
      as arguments now.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      77a23f26
  12. 15 8月, 2008 1 次提交
  13. 13 8月, 2008 5 次提交
  14. 06 8月, 2008 9 次提交
  15. 01 8月, 2008 4 次提交
  16. 30 7月, 2008 5 次提交