summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/audio/wm8731.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-12wm8731: document audiohw settingsAmaury Pouly1-0/+2
2014-03-03Fix various reds. Some includes needed fixup.Thomas Martitz1-0/+2
2013-04-22Do some cleanup, adjustment and a couple fixes to recent sound changes.Michael Sevakis1-1/+1
2013-04-15Fix some more errors and warnings from 0c7b787.Michael Sevakis1-23/+0
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis1-37/+18
2010-06-19FS#11417 by Joe Balough: fix audio/tuner on philips hdd6330Rafaël Carré1-1/+1
2010-05-15Hopefully get some green back from r26051.Michael Sevakis1-1/+0
2010-04-27Remove pcm_mute() which has been unused since r19308Rafaël Carré1-1/+1
2008-12-16Fix compilation error when no HW freq definedVitja Makarov1-6/+10
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-25/+14
2008-12-12Fix the sound level on the Philips HDD1630Mark Arigo1-0/+3
2008-12-08Have drivers merged for WM8711/21/31 since they are so similar but respect al...Michael Sevakis1-91/+103
2008-11-26Get rid of remaining audiohw_enable_output style codec setup and use pre/post...Michael Sevakis1-3/+0
2008-11-24Simplify the wm8731 driver by adding a masked write function. Change _write_o...Michael Sevakis1-78/+84
2008-10-18Remove the audiohw_set_nsorder() function since it is not used, only implemen...Peter D'Hoye1-17/+0
2008-10-18Accept FS #9496 by Przemysław Hołubowski: disable deemphasis in WM8731. Thi...Peter D'Hoye1-1/+1
2008-09-29Codepolice: the patch I accepted contained some tabs. OopsPeter D'Hoye1-24/+24
2008-09-28Accept FS #9394 by Christian Lees and extend it to all PP targets with a WM87...Peter D'Hoye1-1/+23
2008-09-07Remove leftover cruft.Jens Arnold1-13/+0
2008-09-06Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite...Dave Chapman1-0/+4
2008-08-15The high pass filter setting of the WM8731 seems to work the other way around...Peter D'Hoye1-1/+1
2008-07-16Ensure consistency between header file and implementation for iPod drivers, b...Bertrik Sikken1-0/+4
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-02-13Return value of audiohw_set_xxx_vol is never used and most of the time we hav...Christian Gmeiner1-2/+1
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-19replace strange charactersMarcoen Hirschberg1-1/+1
2007-11-19introduce general audiohw api for recordingChristian Gmeiner1-2/+2
2007-11-11H10: Touch-up the audio source switching a bit. Actually fix my earlier error...Michael Sevakis1-10/+7
2007-11-11FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...Barry Wardell1-2/+11
2007-10-09Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen1-1/+1
2007-10-02Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...Michael Sevakis1-0/+324