Re: [PATCH] ALSA: remove deprecated use of pci api

2015-04-16 Thread Takashi Iwai
At Wed, 15 Apr 2015 16:10:17 +0200, Quentin Lambert wrote: > > Replace occurences of the pci api by appropriate call to the dma api. > > A simplified version of the semantic patch that finds this problem is as > follows: (http://coccinelle.lip6.fr) > > @deprecated@ > idexpression id; > position

[PATCH] ALSA: remove deprecated use of pci api

2015-04-15 Thread Quentin Lambert
Replace occurences of the pci api by appropriate call to the dma api. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr) @deprecated@ idexpression id; position p; @@ ( pci_dma_supported@p ( id, ...) | pci_alloc_consistent@p ( id, ...