* [PATCH] ASoC: soc-pcm: msbits constraint: Drop 8 and 16 bit sample sizes
@ 2012-01-25 8:09 Peter Ujfalusi
2012-01-25 11:28 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Peter Ujfalusi @ 2012-01-25 8:09 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown; +Cc: alsa-devel
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>
---
Hi Mark,
As we discussed [1] let's remove the 8 and 16 bit size from the array.
[1]
http://mailman.alsa-project.org/pipermail/alsa-devel/2012-January/048276.html
Regards,
Peter
sound/soc/soc-pcm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
index 3268901..93be95b 100644
--- a/sound/soc/soc-pcm.c
+++ b/sound/soc/soc-pcm.c
@@ -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,
--
1.7.8.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: soc-pcm: msbits constraint: Drop 8 and 16 bit sample sizes
2012-01-25 8:09 [PATCH] ASoC: soc-pcm: msbits constraint: Drop 8 and 16 bit sample sizes Peter Ujfalusi
@ 2012-01-25 11:28 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-01-25 11:28 UTC (permalink / raw)
To: Peter Ujfalusi; +Cc: alsa-devel, Liam Girdwood
[-- Attachment #1.1: Type: text/plain, Size: 192 bytes --]
On Wed, Jan 25, 2012 at 10:09:41AM +0200, Peter Ujfalusi wrote:
> As per discussion we can safely ignore the 8 and 16 bit sample
> sizes when applying the msbits constraint.
Applied, thanks.
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-25 11:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25 8:09 [PATCH] ASoC: soc-pcm: msbits constraint: Drop 8 and 16 bit sample sizes Peter Ujfalusi
2012-01-25 11:28 ` 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.