diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2012-06-25 03:28:46 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-25 04:52:44 -0400 |
commit | 1573ee81cb9ef24fa5acee6b7442e215e63ede2f (patch) | |
tree | 9656a86a82449aa6c72fb0d82521faffb5e1468e /sound/soc/soc-dmaengine-pcm.c | |
parent | 93e8791dd34ca0c3371d65c4488249d41de02776 (diff) |
ASoC: dmaengine_pcm: fix typo in comment
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/soc-dmaengine-pcm.c')
-rw-r--r-- | sound/soc/soc-dmaengine-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dmaengine-pcm.c b/sound/soc/soc-dmaengine-pcm.c index 2995334d8000..5df529eda251 100644 --- a/sound/soc/soc-dmaengine-pcm.c +++ b/sound/soc/soc-dmaengine-pcm.c | |||
@@ -270,7 +270,7 @@ static int dmaengine_pcm_request_channel(struct dmaengine_pcm_runtime_data *prtd | |||
270 | * Note that this function will use private_data field of the substream's | 270 | * Note that this function will use private_data field of the substream's |
271 | * runtime. So it is not availabe to your pcm driver implementation. If you need | 271 | * runtime. So it is not availabe to your pcm driver implementation. If you need |
272 | * to keep additional data attached to a substream use | 272 | * to keep additional data attached to a substream use |
273 | * snd_dmaeinge_pcm_{set,get}_data. | 273 | * snd_dmaengine_pcm_{set,get}_data. |
274 | */ | 274 | */ |
275 | int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream, | 275 | int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream, |
276 | dma_filter_fn filter_fn, void *filter_data) | 276 | dma_filter_fn filter_fn, void *filter_data) |