1. 28 Jul, 2004 2 commits
    • John W. Linville's avatar
      [sound/oss i810] misc small changes · 8ada2c7f
      John W. Linville authored
      Attached is a second patch to account for (most of) Herbert Xu's
      comments.
      
      I have left-out the part about changing state->card to a
      local variable where it is used a lot.  Unfortunately, that usage is
      somewhat pervasive and I would prefer to make those changes in a separate
      patch -- after I have had a chance to do some testing.
      
      If you'd prefer one patch to account for the original plus these
      changes, let me know and I'll be happy to provide it.
      8ada2c7f
    • John W. Linville's avatar
      [sound/oss i810] add MMIO DSP support · d1d60dbd
      John W. Linville authored
      Enclosed is a patch for the i810_audio OSS driver to support using
      memory-mapped I/O for those chipsets that support it.
      
       o Added a family of macros -- I810_IOREADx() and I810_IOWRITEx() -- that
      key off the existing card->use_mmio flag to select between using readx/writex
      or inx/outx for I/O operations.
      
       o Converted existing inx/outx invocations to use
      I810_IOREADx/I810_IOWRITEx instead.
      
       o Changed GET_CIV(), GET_LVI, and CIV_TO_LVI() not only to use
      I810_IOREADx/I810_IOWRITEx but also to take "card" (i.e. struct i810_card)
      paramter.
      
       o Removed check for "Pure MMIO interfaces" in i810_probe() -- replaced w/
      (relocated) check for no I/O resources available.
      d1d60dbd
  2. 04 Jul, 2004 2 commits
  3. 03 Jul, 2004 24 commits
  4. 02 Jul, 2004 12 commits