Author: titmuss
Date: Thu Nov 13 07:53:52 2008
New Revision: 3358

URL: http://svn.slimdevices.com?rev=3358&root=Jive&view=rev
Log:
Bug: 9874
Description:
Don't crash Controller when playing 88.2kHz tracks.


Modified:
    7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/sound/soc/s3c24xx/jive_wm8750.c

Modified: 
7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/sound/soc/s3c24xx/jive_wm8750.c
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/sound/soc/s3c24xx/jive_wm8750.c?rev=3358&root=Jive&r1=3357&r2=3358&view=diff
==============================================================================
--- 
7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/sound/soc/s3c24xx/jive_wm8750.c 
(original)
+++ 
7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/sound/soc/s3c24xx/jive_wm8750.c 
Thu Nov 13 07:53:52 2008
@@ -183,6 +183,7 @@
        case 11025:
        case 22050:
        case 44100:
+       case 88200:
                clk = 11289600;
                break;
        }

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to