Age | Commit message (Expand) | Author |
2008-12-22 | Update si4700 FM driver: | Bertrik Sikken |
2008-12-20 | Ingenic players: | Maurus Cuelenaere |
2008-12-19 | Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the... | Mark Arigo |
2008-12-17 | Move the Synaptics touchpad driver for the m:robe 100 to a common place. It w... | Mark Arigo |
2008-12-16 | Enable as3514 HPCM codec setting for all AMS3525 targets (and disable it for ... | Bertrik Sikken |
2008-12-16 | Fix compilation error when no HW freq defined | Vitja Makarov |
2008-12-12 | CLOCKING register should be set on hardware init. | Michael Sevakis |
2008-12-12 | FS#9625, keep HPCM codec setting (headphone common mode) enabled for E200V2 too. | Bertrik Sikken |
2008-12-12 | Fix-m the ruddiness. | Michael Sevakis |
2008-12-12 | Bring consistency to pcm implementation and samplerate handling. Less low-lev... | Michael Sevakis |
2008-12-12 | Reclaim a bit of binsize on hdd based archoses by making the bit test unsigne... | Jens Arnold |
2008-12-12 | Fix the sound level on the Philips HDD1630 | Mark Arigo |
2008-12-10 | Use cookies for thread identification instead of pointers directly which give... | Michael Sevakis |
2008-12-09 | FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet | Nils Wallménius |
2008-12-08 | Have drivers merged for WM8711/21/31 since they are so similar but respect al... | Michael Sevakis |
2008-12-08 | * combine i2c_ack and i2c_outb | Bertrik Sikken |
2008-12-07 | Generic I2C: fix various problems with this (now) unused driver | Rafaël Carré |
2008-12-07 | Meg F/X can beep and click using a hardware timer so let us try it out. To ma... | Michael Sevakis |
2008-12-04 | Keep codec HPCM (headphone common mode) enabled for Sansa Clip and Sansa m200... | Bertrik Sikken |
2008-11-30 | Remove usb_drv_wait from the public usb api, and remove the implementation fr... | Frank Gevaerts |
2008-11-26 | Fix yellow and red. Maybe create some new. | Michael Sevakis |
2008-11-26 | Get rid of remaining audiohw_enable_output style codec setup and use pre/post... | Michael Sevakis |
2008-11-26 | Fix misspelled function name. Thanks to Jens Arnold for noticing. | Michael Sevakis |
2008-11-25 | Add register bit defines for as3514 and clean stuff up. Reduce poppiness at s... | Michael Sevakis |
2008-11-24 | Simplify the wm8731 driver by adding a masked write function. Change _write_o... | Michael Sevakis |
2008-11-22 | Gigabeat S samplerate control: Fix really dumb mistake made when doing cleanu... | Michael Sevakis |
2008-11-22 | Oops. Used wrong constant. | Michael Sevakis |
2008-11-22 | Audio samplerate control for Gigabeat S: 8, 11.025, 12, 16, 22.050, 24, 32, 4... | Michael Sevakis |
2008-11-19 | Gigabeat S: Fix PCM being cut off at the beginning. The DAC L-R swapping isn'... | Michael Sevakis |
2008-11-15 | Gigabeat S/WM8978: Fix problem of volume getting silenced after settings are ... | Michael Sevakis |
2008-11-12 | Revert last commit (accidentally committed the whole tree) | Karl Kurbjun |
2008-11-12 | Add in the needed crt0.S code for the wakeup alarm also | Karl Kurbjun |
2008-11-12 | Make the wakeup alarm code work (Needs the flashed bootloader) | Karl Kurbjun |
2008-11-11 | Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc... | Dave Chapman |
2008-11-05 | Onda VX747: | Maurus Cuelenaere |
2008-11-04 | *_hard_reset() is only used inside ata.c, so there's no need to export it to ... | Frank Gevaerts |
2008-11-03 | ramdisk needs to be non-extern | Frank Gevaerts |
2008-11-03 | Add ramdisk storage driver. It will be useful for developing multi-driver sto... | Frank Gevaerts |
2008-11-02 | implement single-driver storage layer with macros instead of inlines | Frank Gevaerts |
2008-11-01 | conditionalise *_get_info() to get some binsize back | Frank Gevaerts |
2008-11-01 | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts |
2008-10-31 | cleanup storage defines | Frank Gevaerts |
2008-10-31 | Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by... | Dave Chapman |
2008-10-18 | Remove the audiohw_set_nsorder() function since it is not used, only implemen... | Peter D'Hoye |
2008-10-18 | Make the meizu m3 load from flash, so interrupts work. More work is needed to... | Frank Gevaerts |
2008-10-18 | Accept FS #9496 by Przemysław Hołubowski: disable deemphasis in WM8731. Thi... | Peter D'Hoye |
2008-10-15 | Simplify preprocessor symbols a bit (FS#9457). Thanks to Alexander Levin | Frank Gevaerts |
2008-10-14 | Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary... | Björn Stenberg |
2008-10-14 | Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s... | Björn Stenberg |
2008-10-03 | implement usb_drv_release_endpoint() and usb_drv_request_endpoint() (a.k.a. f... | Frank Gevaerts |