From b419b35be45f858830e9e0e44741d8de91b3df07 Mon Sep 17 00:00:00 2001 From: Dylan Reid Date: Fri, 28 Feb 2014 15:41:20 -0800 Subject: [PATCH] ALSA: hda - Move snd page allocation to ops Break out the allocation of pages for DMA and PCM buffers to ops in the chip structure. This is done to allow for architecture specific work-arounds to be added. Currently mark_pages_wc is used by hda_intel. This avoids needing to move that x86-specific code to a common area shared with hda platform drivers. Signed-off-by: Dylan Reid Signed-off-by: Takashi Iwai --- Reading git-format-patch failed