21 Oct
2008
21 Oct
'08
7:53 a.m.
At Mon, 20 Oct 2008 21:53:46 -0700, Arjan van de Ven wrote:
From 6666b6edd4a0c496932ef1640b742cc72f9c57d8 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven arjan@linux.intel.com Date: Sun, 28 Sep 2008 16:20:09 -0700 Subject: [PATCH] pci: use pci_ioremap_bar() in sound/
Use the newly introduced pci_ioremap_bar() function in sound/. pci_ioremap_bar() just takes a pci device and a bar number, with the goal of making it really hard to get wrong, while also having a central place to stick sanity checks.
CC: tiwai@suse.de Signed-off-by: Arjan van de Ven arjan@linux.intel.com
Thanks, applied now to sound git tree.
Takashi