Skip to content

Commit

Permalink
Revert "ASoC: bcm2835: Add S16_LE support via packed DMA transfers"
Browse files Browse the repository at this point in the history
This reverts commit beff053.
  • Loading branch information
popcornmix committed Jul 4, 2016
1 parent 8c5e312 commit 7d8fd43
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions sound/soc/bcm/bcm2835-i2s.c
Expand Up @@ -690,15 +690,6 @@ static int bcm2835_i2s_probe(struct platform_device *pdev)
dev->dma_data[SNDRV_PCM_STREAM_PLAYBACK].maxburst = 2;
dev->dma_data[SNDRV_PCM_STREAM_CAPTURE].maxburst = 2;

/*
* Set the PACK flag to enable S16_LE support (2 S16_LE values
* packed into 32-bit transfers).
*/
dev->dma_data[SNDRV_PCM_STREAM_PLAYBACK].flags =
SND_DMAENGINE_PCM_DAI_FLAG_PACK;
dev->dma_data[SNDRV_PCM_STREAM_CAPTURE].flags =
SND_DMAENGINE_PCM_DAI_FLAG_PACK;

/* BCLK ratio - use default */
dev->bclk_ratio = 0;

Expand Down

0 comments on commit 7d8fd43

Please sign in to comment.