summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/audio/wm8751.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-12wm8751: document and fix audiohw settingsAmaury Pouly1-1/+3
2014-03-03Fix various reds. Some includes needed fixup.Thomas Martitz1-0/+2
2013-12-17Fix audio on m:robe 100.Szymon Dziok1-0/+1
2013-04-22Do some cleanup, adjustment and a couple fixes to recent sound changes.Michael Sevakis1-1/+1
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis1-62/+13
2012-01-25WM8750: Extend recording gain range.Marcin Bukat1-15/+55
2011-12-21Add missing includes found using -Wmissing-declarations.Boris Gjenero1-0/+1
2011-11-05MPIO HD300: vastly improve sound quality. This unfortunately means reverting ...Marcin Bukat1-11/+15
2011-03-26use correct define for gigabeat fx to enable lineout (was broken in r29588)Robert Kukla1-1/+1
2011-03-15WM8750/51: properly apply recording gainMarcin Bukat1-33/+13
2011-03-15MPIO HD300: Enable line-in recording. Thanks Andriej Azariev for pointing out...Marcin Bukat1-0/+3
2011-03-14fix redMarcin Bukat1-1/+2
2011-03-14WM8750/51 driver:Marcin Bukat1-49/+72
2011-03-14slightly modified FS#11531 by me: WM8750/51 driver reworkMarcin Bukat1-277/+299
2010-12-21WM8750 - fix muted output when entering FM radio screen.bootloader_mpiohd300_v1Marcin Bukat1-3/+0
2010-11-26MPIO HD300 - initial commitMarcin Bukat1-2/+5
2010-10-18MPIO HD200 - fix stupid typo introduced in r28270 which forced device hard sh...Marcin Bukat1-1/+1
2010-10-13HD200 - GPIO57 is headphone output enable. Proper handling of this line fixes...Marcin Bukat1-0/+19
2010-07-27WM8750 - add ALC and NGAT related low level functions (disabled now by default)Marcin Bukat1-0/+118
2010-07-02HD200 - Setup codec as I2S master and enable recordingMarcin Bukat1-50/+103
2010-05-11r25940 oops. No, no, no, that wasn't quite right. Must be truthful about the ...Michael Sevakis1-1/+1
2010-05-11MRobe100, HD200, Gigabeat F/X (anything with wm8750 or wm8751). Properly pres...Michael Sevakis1-0/+14
2010-04-29HD200 - add FM support.Marcin Bukat1-0/+175
2010-04-27Remove pcm_mute() which has been unused since r19308Rafaël Carré1-7/+7
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-2/+23
2008-12-12CLOCKING register should be set on hardware init.Michael Sevakis1-0/+3
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-2/+12
2008-12-07Meg F/X can beep and click using a hardware timer so let us try it out. To ma...Michael Sevakis1-0/+11
2008-11-26Fix yellow and red. Maybe create some new.Michael Sevakis1-4/+0
2008-11-26Get rid of remaining audiohw_enable_output style codec setup and use pre/post...Michael Sevakis1-1/+0
2008-11-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun1-2/+0
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun1-0/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-28undo some changes of my last patch... should fix wm8751 based targetsChristian Gmeiner1-1/+1
2008-04-28* introduce AUDIOHW_CAPS to define which audio codec can do what kind of oper...Christian Gmeiner1-1/+1
2008-02-13Return value of audiohw_set_xxx_vol is never used and most of the time we hav...Christian Gmeiner1-4/+2
2008-02-06mrobe 100: (1) fix the sound volume by properly enabling headphone output, (2...Mark Arigo1-0/+21
2008-01-20audio on the m:robe 100 Robert Kukla1-0/+4
2007-12-10Revert previous commit (still learning to work with git...)Marcoen Hirschberg1-1/+1
2007-12-10use dB units for balance controlMarcoen Hirschberg1-1/+1
2007-11-22remove not used dummy codeChristian Gmeiner1-15/+0
2007-11-20get rid of audiohw_resetChristian Gmeiner1-3/+0
2007-10-09Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen1-1/+1
2007-07-13Changes bass setting to use adaptive bass instead of linear bass. The datashe...Steve Gotthardt1-0/+25
2007-06-24Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out ...Michael Sevakis1-0/+3
2007-06-13* changed pararmeter of audiohw_mute from int to boolChristian Gmeiner1-1/+1
2007-06-11some little more work on audio codec driver unification - more will followChristian Gmeiner1-2/+1
2007-05-22the DAC drivers need to include audiohw.h nowMarcoen Hirschberg1-1/+1
2007-05-22* move audio settings into audio codec driversChristian Gmeiner1-0/+9
2007-05-03No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a l...Michael Sevakis1-46/+38