attempt to fix volume for buzzer sounds w/ buzzer dsp patch
authorMichael Lauer <mickey@vanille-media.de>
Sat, 20 Nov 2004 15:01:04 +0000 (15:01 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 20 Nov 2004 15:01:04 +0000 (15:01 +0000)
BKrev: 419f5c30dUBFttw42F5vSZ35S_YerA

linux/openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509/sound-2.4.18r2.patch

index 867774a..d75c07a 100644 (file)
@@ -784,7 +784,7 @@ diff -Nuar linux-2.4.18/drivers/sound/colliebuzzer.h linux-2.4.18p/drivers/sound
 +              sa1100_dma_queue_buffer(COLLIE_BUZZER_DMA_CHANNEL,
 +                                      (void *) b, b->dma_addr, b->size);
 +
-+              Collie_volume_set(50);
++              Collie_volume_set(4);
 +
 +              b->size = 0;    /* indicate that the buffer has been sent */
 +              NEXT_BUF(s, buf);