summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/audio/tlv320.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz1-2/+3
2013-04-22Do some cleanup, adjustment and a couple fixes to recent sound changes.Michael Sevakis1-1/+1
2013-04-15Keep fixing 0c7b787 stuffMichael Sevakis1-15/+0
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis1-3/+6
2010-07-31Fix condition for compiling audiohw_set_monitor (should fix red)Bertrik Sikken1-2/+0
2010-07-31Various minor clean-ups for Zen VisionBertrik Sikken1-3/+6
2010-04-27Remove pcm_mute() which has been unused since r19308Rafaël Carré1-24/+24
2008-12-12Fix-m the ruddiness.Michael Sevakis1-4/+4
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-8/+8
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-16fix some problems with missing HAVE_RECORDING checks #2Christian Gmeiner1-0/+2
2008-05-141) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere1-3/+3
2008-05-03Don't commit LOGF_ENABLEMaurus Cuelenaere1-1/+0
2008-05-03And don't forget the yellows...Maurus Cuelenaere1-0/+7
2008-05-03Fix more red...Maurus Cuelenaere1-3/+17
2008-05-02Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX...Dave Chapman1-0/+6
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-20make private functions staticChristian Gmeiner1-1/+1
2007-11-20get rid of audiohw_resetChristian Gmeiner1-8/+0
2007-10-09Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen1-1/+1
2007-06-13* changed pararmeter of audiohw_mute from int to boolChristian Gmeiner1-5/+1
2007-06-11some little more work on audio codec driver unification - more will followChristian Gmeiner1-2/+2
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/+13
2007-05-20exclude unused headersChristian Gmeiner1-9/+0
2007-04-19move audio drivers together into a subdirMarcoen Hirschberg1-0/+305