alsa-project / libhinawa

Mirror of https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git for user support and continuous integration. I/O library for IEEE 1394 asynchronous transactions to/from units on the bus, with GObject Introspection.
GNU Lesser General Public License v2.1
7 stars 8 forks source link

snd_tscm: remove mmap/munmap because not merged yet to upstream #30

Closed takaswie closed 8 years ago

takaswie commented 8 years ago

In Linux 4.5 or before, snd-firewire-tascam module doesn't support mmap/munmap yet. Thus, this functionality should be removed from libhinawa 0.7.0.

This causes SndTscm.open() failure.

takaswie commented 8 years ago

Done at 33b2e3329229371c105d68aa70c20b490a13b843.