sound - Fix mmap handling for /dev/dsp* devices.
authorImre Vadász <imre@vdsz.com>
Thu, 25 Oct 2018 22:53:08 +0000 (00:53 +0200)
committerImre Vadász <imre@vdsz.com>
Thu, 25 Oct 2018 22:58:52 +0000 (00:58 +0200)
commit827eaa6e4ed034bcb0c621588cb8fb393600a5f1
tree812af79e2a45e32f9ace0955f55c45ab8c6f5077
parent7875042ff9b9aecd0bfde655ea064b3753038cff
sound - Fix mmap handling for /dev/dsp* devices.

* The d_mmap function is expected to return a page index, not an address,
  the the atop() function for this as usual.
sys/dev/sound/pcm/dsp.c