ChangeSet 1.2181.25.14, 2005/03/22 09:03:14+01:00, [EMAIL PROTECTED]

        [ALSA] ak4114 (Juli@) - increased delay between statistics update & 
rate check
        
        AK4114 receiver
        
        
        Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>



 ak4114.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/sound/i2c/other/ak4114.c b/sound/i2c/other/ak4114.c
--- a/sound/i2c/other/ak4114.c  2005-03-30 16:12:04 -08:00
+++ b/sound/i2c/other/ak4114.c  2005-03-30 16:12:04 -08:00
@@ -159,7 +159,7 @@
        /* bring up statistics / event queing */
        chip->init = 0;
        INIT_WORK(&chip->work, ak4114_stats, chip);
-       queue_delayed_work(chip->workqueue, &chip->work, 1);
+       queue_delayed_work(chip->workqueue, &chip->work, HZ / 10);
 }
 
 static unsigned int external_rate(unsigned char rcs1)
@@ -569,7 +569,7 @@
        if (chip->init)
                return;
        snd_ak4114_check_rate_and_errors(chip, 0);
-       queue_delayed_work(chip->workqueue, &chip->work, 1);
+       queue_delayed_work(chip->workqueue, &chip->work, HZ / 10);
 }
 
 EXPORT_SYMBOL(snd_ak4114_create);
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to