summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-12-14Check that PCM is playing/recording *after* getting the current position from...Michael Sevakis1-10/+10
2008-12-14Place some LIKELY and UNLIKELY hints in kernel where I can definitively say a...Michael Sevakis2-28/+28
2008-12-13correct battery readout for m200v4. Percentage is still uncalibrated.Dominik Wenger2-1/+60
2008-12-13Add a disconnect handler for usb storage. It doesn't do anything yet, but it ...Frank Gevaerts3-1/+7
2008-12-13Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis4-13/+8
2008-12-13PCM buffer beeping needs the audio buffer reset in order to work after operat...Michael Sevakis2-0/+12
2008-12-13Fix FS#8660-Recording hardlocks with keyclick enabled and FS#9388-keyclicks t...Michael Sevakis1-0/+10
2008-12-12CLOCKING register should be set on hardware init.Michael Sevakis1-0/+3
2008-12-12FS#9625, keep HPCM codec setting (headphone common mode) enabled for E200V2 too.Bertrik Sikken1-2/+2
2008-12-12m200v4: rename Keys, so they match better other targets with similar key-layo...Dominik Wenger2-13/+13
2008-12-12Argh. Being stupid. Missed one. Nap time.Michael Sevakis1-1/+0
2008-12-12Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis9-37/+11
2008-12-12Fix-m the ruddiness.Michael Sevakis6-12/+8
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis35-413/+307
2008-12-12Reclaim a bit of binsize on hdd based archoses by making the bit test unsigne...Jens Arnold1-1/+1
2008-12-12Fix the sound level on the Philips HDD1630Mark Arigo1-0/+3
2008-12-12FS#9591 by Anton Veretenenko for the Philips GoGear HDD1620/1630 (with a few ...Mark Arigo8-27/+87
2008-12-11Sansa e200v2 and Fuze : disable not implemented recordingRafaël Carré2-0/+4
2008-12-11Sansa e200v2 and Fuze : disable tuner until i2c communication is tested (or w...Rafaël Carré2-4/+4
2008-12-11Fix a PortalPlayer PCM bug that made keyclick malfunction. Should fix FS#8836...Michael Sevakis2-12/+34
2008-12-10Fix a wrong comment in thread.c and mention an alternative approach to inits....Michael Sevakis1-2/+4
2008-12-10Fix minor copy & paste error in comment. No functional change.Nils Wallménius1-1/+1
2008-12-10Sansa Clip: enable tagcache, quickscreen and pitchscreenRafaël Carré1-3/+3
2008-12-10Fix red and a couple other things I somehow missed.Michael Sevakis2-2/+2
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis8-90/+158
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone1-0/+2
2008-12-09FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet Nils Wallménius11-8/+331
2008-12-09make fmradio-i2c code from clip more generic, so it works for m200v4 and hope...Dominik Wenger2-10/+31
2008-12-09Color LCDs shouldn't have to have contrast set to 0 before shutdown. If contr...Michael Sevakis1-2/+2
2008-12-08Meg-FX: Enable a real tick in the bootloader. Do cleanups before switching t...Michael Sevakis6-27/+26
2008-12-08Have drivers merged for WM8711/21/31 since they are so similar but respect al...Michael Sevakis10-442/+220
2008-12-08Sansa Clip: implement the fmradio_i2c interface using generic_i2cBertrik Sikken2-0/+138
2008-12-08* combine i2c_ack and i2c_outbBertrik Sikken1-17/+11
2008-12-08Sansa Clip: revert 19353Rafaël Carré1-0/+2
2008-12-07Generic I2C: fix various problems with this (now) unused driverRafaël Carré2-58/+93
2008-12-07Meg F/X: Radically changing divider settings messed up the fake sleep in the ...Michael Sevakis2-14/+29
2008-12-07Meg F/X can beep and click using a hardware timer so let us try it out. To ma...Michael Sevakis5-6/+126
2008-12-06Add small delays before lcd_write_data() and lcd_write_command(). This seems ...Frank Gevaerts1-0/+4
2008-12-06Sansa Clip: No need to use GPIO pin B6 in LCDRafaël Carré1-2/+0
2008-12-05Sansa Clip: No need to use GPIO pin B5 in LCD - it's likely used in FMRafaël Carré1-2/+1
2008-12-05Sansa AMS: use vectored interruptsRafaël Carré2-29/+74
2008-12-05Sansa AMS: correct VIC registers usageRafaël Carré2-2/+2
2008-12-04Sansa AMS "High Mem" : fix main binary linking broken by r19342Rafaël Carré1-1/+2
2008-12-04pcm-as3525.c : don't use |= on a write-only register (VIC_INT_EN_CLEAR).Bertrik Sikken1-1/+1
2008-12-04Sansa AMS: Disable DMA clocks when not in useRafaël Carré4-3/+30
2008-12-04Sansa AMS: disable I2SOUT clocks when playback is stoppedRafaël Carré1-2/+8
2008-12-04Sansa AMS: PCM driver (FS#9592)Rafaël Carré4-33/+134
2008-12-04Keep codec HPCM (headphone common mode) enabled for Sansa Clip and Sansa m200...Bertrik Sikken1-0/+7
2008-12-04Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)Björn Stenberg2-13/+104
2008-12-04Sansa AMS: Don't allocate stack in irq_handlerRafaël Carré1-4/+2