Skip to content

Commit

Permalink
ASoC: soc-pcm: msbits constraint: Drop 8 and 16 bit sample sizes
Browse files Browse the repository at this point in the history
As per discussion we can safely ignore the 8 and 16 bit sample
sizes when applying the msbits constraint.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Jan 25, 2012
1 parent 182c51c commit 88e3395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static int soc_pcm_apply_symmetry(struct snd_pcm_substream *substream,
* like the DAC/ADC resolution to use but there isn't right now.
*/
static int sample_sizes[] = {
8, 16, 24, 32,
24, 32,
};

static void soc_pcm_apply_msb(struct snd_pcm_substream *substream,
Expand Down

0 comments on commit 88e3395

Please sign in to comment.