rockbox/firmware/drivers/audio
2008-05-02 19:12:09 +00:00
..
as3514.c Killed unnecessary global variables by making them static. 2008-04-20 10:24:15 +00:00
mas35xx.c * introduce AUDIOHW_CAPS to define which audio codec can do what kind of operations in hw, e.g. setting bass 2008-04-28 08:37:18 +00:00
tlv320.c Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX (the LCD driver worked unchanged). Plus various tcc77x work, including a working tick interrupt (enabled in the bootloader). Rockbox itself builds for the M200 (there are no keymaps yet for the DAX), but doesn't progress very far due to the lack of an ATA (NAND flash) driver. 2008-05-02 19:12:09 +00:00
tsc2100.c add more registers for the tsc2100 2008-04-27 13:43:05 +00:00
uda1380.c Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). 2008-03-26 01:50:41 +00:00
wm8721.c Return value of audiohw_set_xxx_vol is never used and most of the time we have a return 0; --> kick it 2008-02-13 11:19:23 +00:00
wm8731.c Return value of audiohw_set_xxx_vol is never used and most of the time we have a return 0; --> kick it 2008-02-13 11:19:23 +00:00
wm8751.c undo some changes of my last patch... should fix wm8751 based targets 2008-04-28 22:15:52 +00:00
wm8758.c Return value of audiohw_set_xxx_vol is never used and most of the time we have a return 0; --> kick it 2008-02-13 11:19:23 +00:00
wm8975.c Return value of audiohw_set_xxx_vol is never used and most of the time we have a return 0; --> kick it 2008-02-13 11:19:23 +00:00
wm8978.c Gigabeat S: Implement i2c driver - transmit works but no testing of receiving which will get a chance later. Add some seeds for codec driver. Correct a few #defines. 2008-04-27 10:30:54 +00:00
wm8985.c D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW treble/bass). Untested, but harmless. 2008-04-09 22:20:04 +00:00