kernel/snd_hda: Enable uncacheable DMA attribute as default again.
authorImre Vadasz <imre@vdsz.com>
Wed, 28 Jan 2015 19:32:18 +0000 (20:32 +0100)
committerImre Vadasz <imre@vdsz.com>
Wed, 28 Jan 2015 19:32:18 +0000 (20:32 +0100)
commit17d9b09573a6b270877688a5b459d76b9425713d
treed440be2f628d48626af1f343848f81c079dbd1a5
parentc39183f979f1674bd77419a1537c62be31ea0129
kernel/snd_hda: Enable uncacheable DMA attribute as default again.

* Set the HDAC_F_DMA_NOCACHE flag as default (Reinserts a line that was
  removed in commit 403fad76b1ecab3ce8ef68b48445be3a9b0a4e74).

* Allocate at least PAGE_SIZE aligned memory in hdac_dma_alloc() when
  HDAC_F_DMA_NOCACHE is set.
sys/dev/sound/pci/hda/hdac.c