summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/audio/wm8978.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-05Samsung YP-R1 target portLorenzo Miori1-1/+18
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz1-0/+2
2013-04-22Do some cleanup, adjustment and a couple fixes to recent sound changes.Michael Sevakis1-12/+9
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis1-70/+7
2011-12-21Add missing includes found using -Wmissing-declarations.Boris Gjenero1-0/+1
2011-10-17Gigabeat S/i.MX31/wm8978: Clean up clocking information in the general wmcode...Michael Sevakis1-88/+7
2011-02-06WM8978: Turn off AMUTE since it can cause annoying clicking with audio that p...Michael Sevakis1-1/+1
2011-01-21WM8978: sound.c weirdness strikes again. Prescaler values have to be in centi...Michael Sevakis1-2/+10
2010-05-26Gigabeat S: Turn off hardware effects (tone and 3d) when doing digital loopba...Michael Sevakis1-33/+77
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis1-16/+106
2010-05-15wm8978: Clean out silly macros. Use 'POS' convention instead for shifted bitf...Michael Sevakis1-33/+33
2010-04-27Remove pcm_mute() which has been unused since r19308Rafaël Carré1-19/+19
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode1-1/+1
2008-12-31Gigabeat S: Allow recording from FM. Give FM the same volume range as playbac...Michael Sevakis1-81/+163
2008-12-27Gigabeat S, use saner input volume on the line in used for fm to have fm volu...Nils Wallménius1-6/+9
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-13/+11
2008-12-09FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet Nils Wallménius1-2/+10
2008-11-22Gigabeat S samplerate control: Fix really dumb mistake made when doing cleanu...Michael Sevakis1-23/+23
2008-11-22Oops. Used wrong constant.Michael Sevakis1-1/+1
2008-11-22Audio samplerate control for Gigabeat S: 8, 11.025, 12, 16, 22.050, 24, 32, 4...Michael Sevakis1-2/+128
2008-11-19Gigabeat S: Fix PCM being cut off at the beginning. The DAC L-R swapping isn'...Michael Sevakis1-2/+1
2008-11-15Gigabeat S/WM8978: Fix problem of volume getting silenced after settings are ...Michael Sevakis1-8/+2
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 checksChristian Gmeiner1-0/+2
2008-05-03It's better not to use fixed constants since the lower volume limit may not b...Michael Sevakis1-18/+24
2008-05-03Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keym...Michael Sevakis1-4/+305
2008-04-27Gigabeat S: Implement i2c driver - transmit works but no testing of receiving...Michael Sevakis1-0/+60