From e0e333da62f18a6ef66df9bc7580bcb7a73d7088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= Date: Fri, 14 Dec 2007 12:53:21 +0100 Subject: [PATCH] --- yaml --- r: 81554 b: refs/heads/master c: 67c393172c00a710121d61bb7aff31b1e4f44b8d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/core/pcm_lib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ccee49e5fbb7..53e7c8ffb10d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: be3e0115e3732d77d357724a394ee465e5d0b872 +refs/heads/master: 67c393172c00a710121d61bb7aff31b1e4f44b8d diff --git a/trunk/sound/core/pcm_lib.c b/trunk/sound/core/pcm_lib.c index 2d3e70b2fe3e..48ffa40967a4 100644 --- a/trunk/sound/core/pcm_lib.c +++ b/trunk/sound/core/pcm_lib.c @@ -1139,7 +1139,7 @@ EXPORT_SYMBOL(snd_pcm_hw_constraint_step); static int snd_pcm_hw_rule_pow2(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) { - static int pow2_sizes[] = { + static unsigned int pow2_sizes[] = { 1<<0, 1<<1, 1<<2, 1<<3, 1<<4, 1<<5, 1<<6, 1<<7, 1<<8, 1<<9, 1<<10, 1<<11, 1<<12, 1<<13, 1<<14, 1<<15, 1<<16, 1<<17, 1<<18, 1<<19, 1<<20, 1<<21, 1<<22, 1<<23,