From: Michael Lauer Date: Sat, 20 Nov 2004 15:01:04 +0000 (+0000) Subject: attempt to fix volume for buzzer sounds w/ buzzer dsp patch X-Git-Tag: Release-2010-05/1~16095 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a381f91bb861fb4daff00d1919dca64ca973d73d;p=openembedded.git attempt to fix volume for buzzer sounds w/ buzzer dsp patch BKrev: 419f5c30dUBFttw42F5vSZ35S_YerA --- diff --git a/linux/openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509/sound-2.4.18r2.patch b/linux/openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509/sound-2.4.18r2.patch index 867774aab8..d75c07a1c8 100644 --- a/linux/openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509/sound-2.4.18r2.patch +++ b/linux/openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509/sound-2.4.18r2.patch @@ -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);