aboutsummaryrefslogtreecommitdiff
path: root/sound/core/pcm_dmaengine.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-28ALSA: pcm_dmaengine: Remove hardcoded PCM formatsGravatar Takashi Iwai 1-13/+9
Use the standard PCM helper function to figure out the sample bytes instead of hardcodec PCM format checks in snd_hwparams_to_dma_slave_config(). The patch also extends the format check for 8 bytes formats although no one should match so far. Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2013-08-15ALSA: move dmaengine implementation from ASoC to ALSA coreGravatar Daniel Mack 1-0/+367
For the PXA DMA rework, we need the generic dmaengine implementation that currently lives in sound/soc for standalone (non-ASoC) AC'97 support. Move it to sound/core, and rename the Kconfig symbol. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>