1. 12 Jan, 2019 2 commits
    • David Reid's avatar
      Reorder parameters in the callback. · 4980fcf3
      David Reid authored
      This swaps the order of the input and output pointers so that it's
      consistent with the order used by memcpy().
      4980fcf3
    • David Reid's avatar
      API CHANGE: Change the data callback in preparation for full-duplex. · 67db0635
      David Reid authored
      This removes the two separate callbacks for sending and receiving data
      to/from the device to a unified callback that's used for both input and
      output. The new callback takes a pointer to both an input and output
      buffer. When the device is opened in playback mode the input pointer
      will be set to null. Likewise the output pointer will be set to null
      for capture devices. Both input and output pointers will be non-null
      for full-duplex devices.
      67db0635
  2. 05 Jan, 2019 1 commit
  3. 30 Jul, 2018 1 commit
  4. 25 Aug, 2018 1 commit
  5. 30 Jul, 2018 2 commits
  6. 05 Jan, 2019 4 commits
  7. 04 Jan, 2019 1 commit
  8. 03 Jan, 2019 3 commits
  9. 02 Jan, 2019 3 commits
  10. 01 Jan, 2019 5 commits
  11. 31 Dec, 2018 4 commits
  12. 30 Dec, 2018 13 commits