summaryrefslogtreecommitdiffstats
path: root/firmware/export/audiohw.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo1-0/+2
2009-03-02Onda VX747:Maurus Cuelenaere1-0/+6
2009-02-26Ingenic Jz4740:Maurus Cuelenaere1-0/+2
2009-02-05FS#9611 - Sansa Clip radio code. Commit final part which enables the LINE2 in...Bertrik Sikken1-2/+5
2009-01-20cleanup audiohw_set_frequency by adding it to audiohw.h and removing it from ...Christian Gmeiner1-0/+2
2009-01-02Small binsize optimization and likely a tiny speedup tooNils Wallménius1-0/+1
2008-12-08Have drivers merged for WM8711/21/31 since they are so similar but respect al...Michael Sevakis1-3/+2
2008-11-26Get rid of remaining audiohw_enable_output style codec setup and use pre/post...Michael Sevakis1-8/+3
2008-08-11Use shorter fields in sound_settings_info struct to save some bytesNils Wallménius1-5/+5
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-16simplify this #if statement tooChristian Gmeiner1-3/+1
2008-05-16add AUDIOHW_CAP for bass cutoff and treble cut off and fix a wrong ifdef for ...Christian Gmeiner1-6/+38
2008-05-14Introduce PRESCALER_CAP and move some driver specific code to the correct place.Christian Gmeiner1-0/+15
2008-05-13add BALANCE_CAP and CLIPPING_CAP and move some mas35xx code into audio driver...Christian Gmeiner1-0/+30
2008-04-28* introduce AUDIOHW_CAPS to define which audio codec can do what kind of oper...Christian Gmeiner1-0/+35
2008-04-27add more registers for the tsc2100Jonathan Gordon1-0/+2
2008-04-27Gigabeat S: Implement i2c driver - transmit works but no testing of receiving...Michael Sevakis1-2/+11
2008-04-22move mas35xx specific code for set_channels and set_stereo_width to mas35xx.c...Christian Gmeiner1-0/+20
2008-04-09D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW t...Rob Purchase1-1/+1
2008-02-12move audiohw_postinit to audiohw.hChristian Gmeiner1-0/+5
2008-02-09move audiohw_enable_output to audiohw.hChristian Gmeiner1-0/+6
2008-01-14Initial Cowon D2 commit:Rob Purchase1-1/+3
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton1-0/+4
2007-11-19introduce general audiohw api for recordingChristian Gmeiner1-1/+31
2007-10-02Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...Michael Sevakis1-2/+4
2007-09-21Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson1-2/+2
2007-06-13* changed pararmeter of audiohw_mute from int to boolChristian Gmeiner1-1/+16
2007-06-11some little more work on audio codec driver unification - more will followChristian Gmeiner1-0/+7
2007-06-05e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis1-1/+2
2007-05-22make audiohw.h include the DAC header filesMarcoen Hirschberg1-0/+18
2007-05-22* move audio settings into audio codec driversChristian Gmeiner1-0/+73