All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Use dma_request_chan() directly for channel request
@ 2019-11-13  9:54 ` Peter Ujfalusi
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Ujfalusi @ 2019-11-13  9:54 UTC (permalink / raw)
  To: broonie, lgirdwood, lars; +Cc: vkoul, alsa-devel, linux-kernel, jsarha

Hi,

I'm going through the tree to remove dma_request_slave_channel_reason() as it
is just:
#define dma_request_slave_channel_reason(dev, name) \
	dma_request_chan(dev, name)

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: dmaengine: Use dma_request_chan() directly for channel request
  ASoC: ti: davinci-mcasp: Use dma_request_chan() directly for channel
    request

 sound/soc/soc-generic-dmaengine-pcm.c | 2 +-
 sound/soc/ti/davinci-mcasp.c          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
Peter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-11-15 12:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13  9:54 [PATCH 0/2] ASoC: Use dma_request_chan() directly for channel request Peter Ujfalusi
2019-11-13  9:54 ` [alsa-devel] " Peter Ujfalusi
2019-11-13  9:54 ` [PATCH 1/2] ASoC: dmaengine: " Peter Ujfalusi
2019-11-13  9:54   ` [alsa-devel] " Peter Ujfalusi
2019-11-15 12:25   ` Applied "ASoC: dmaengine: Use dma_request_chan() directly for channel request" to the asoc tree Mark Brown
2019-11-15 12:25     ` [alsa-devel] " Mark Brown
2019-11-13  9:54 ` [PATCH 2/2] ASoC: ti: davinci-mcasp: Use dma_request_chan() directly for channel request Peter Ujfalusi
2019-11-13  9:54   ` [alsa-devel] " Peter Ujfalusi
2019-11-15 12:24   ` Applied "ASoC: ti: davinci-mcasp: Use dma_request_chan() directly for channel request" to the asoc tree Mark Brown
2019-11-15 12:24     ` [alsa-devel] " Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.