summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2012-03-04ASoC: wm8994: Factor out WM1811A detection mode settingMark Brown1-20/+28
2012-03-04ASoC: wm8994: Don't bother updating the jackdet mode needlesslyMark Brown1-0/+3
2012-03-04ASoC: wm8994: Disable JACKDET when disabling detectonMark Brown1-0/+1
2012-03-04ASoC: wm8994: Make sure we sync DAPM on WM8958 detection mode changesMark Brown1-0/+2
2012-03-04ASoC: wm_hubs: Disable cache of the DC servo calibration for WM1811Mark Brown3-1/+3
2012-03-04ASoC: wm8994: Suppress noop updates of FLL KMark Brown1-1/+2
2012-03-04ASoC: wm8994: Push wm8994 private data allocation out into device probeMark Brown1-9/+13
2012-03-02ASoC: core: Log a warning when machines use soc-audioMark Brown1-0/+4
2012-03-02ASoC: core: cleanup platform debugfs on probe failure.Liam Girdwood1-0/+1
2012-03-02ASoC: mxs-pcm: Use dmaengine PCM helper functionsLars-Peter Clausen3-124/+25
2012-03-02ASoC: imx-pcm-dma: Use dmaengine PCM helper functionsLars-Peter Clausen2-149/+28
2012-03-02ASoC: Add dmaengine PCM helper functionsLars-Peter Clausen3-0/+293
2012-03-02ASoC: wm8962: Run the headphone in class G mode when sidetone is enabledMark Brown1-0/+2
2012-03-02Merge branch 'fix/hda' into topic/hdaTakashi Iwai12-35/+79
2012-03-02ALSA: hda - Kill hyphenated namesTakashi Iwai4-8/+8
2012-03-01ASoC: wm8994: Disable debounce of jack detection on inserted jackMark Brown1-0/+8
2012-03-01Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2-4/+10
2012-03-01ASoC: wm8962: Remove register default for PLL2Mark Brown1-2/+0
2012-02-29ASoC: Samsung: Update email id of the authorJaswinder Singh6-11/+11
2012-02-29ASoC: Samsung: Merge two identical if-else clausesJassi Brar1-6/+4
2012-02-29ASoC: wm8994: Remove stub of register access codeMark Brown1-8/+0
2012-02-29ASoC: wm_hubs: Bomb out if we can't read back the DC servo resultMark Brown1-1/+1
2012-02-29ASoC: wm8996: Remove stub register cacheMark Brown1-8/+0
2012-02-29ASoC: wm8996: Fix /RESET bounce orderingMark Brown1-1/+1
2012-02-29ALSA: hda/conexant - Clear unsol events on unused pinsTakashi Iwai1-0/+45
2012-02-29ALSA: hda - Add a fake mute featureTakashi Iwai3-3/+30
2012-02-29ASoC: wm8994: Make sure we don't have MICBIAS on during jackdet modeMark Brown1-12/+13
2012-02-29ALSA: hda - Always set HP pin in unsol handler for STAC/IDT codecsTakashi Iwai1-1/+1
2012-02-28ALSA: hda - Enable docking-station SPDIF for ThinkpadTakashi Iwai1-0/+1
2012-02-28ASoC: Remove unnecessary -codec from cs4270 driver nameShawn Guo3-4/+4
2012-02-28ASoC: fsl: align mpc8610_hpcd with p1022_ds on getting codec nodeShawn Guo1-6/+2
2012-02-28ASoC: fsl: correct get_dma_channel parameter nameShawn Guo2-4/+4
2012-02-28ALSA: hda - Add position_fix=4 (COMBO) optionTakashi Iwai1-1/+9
2012-02-28ALSA: hda - Fix audio playback support on HP Zephyr systemVitaliy Kulikov1-0/+36
2012-02-27ALSA: Use a define for the number of jack switch typesMark Brown1-2/+2
2012-02-27ASoC: wm8753: Convert to devm_kzalloc()Mark Brown1-5/+5
2012-02-27ASoC: fix trivial build error in mpc5200_dma.cPaul Gortmaker1-0/+1
2012-02-27ASoC: imx: let SND_MXC_SOC_FIQ select FIQShawn Guo1-1/+1
2012-02-25ALSA: azt3328 - Fix NULL ptr dereference on cards without OPL3Alban Bedel1-2/+1
2012-02-25ALSA: hda/realtek - Fix resume of multiple input sourcesTakashi Iwai1-1/+1
2012-02-25ALSA: snd-usb-6fire: Select missing SND_VMASTER option in KconfigTorsten Schenk1-0/+1
2012-02-24ASoC: core: Don't overwrite .poweroff in snd_soc_pm_opsViresh Kumar1-1/+5
2012-02-23ASoC: wm8962: Convert interrupt handler to direct regmap usageMark Brown1-20/+39
2012-02-23ASoC: i.MX SSI: Fix DSP_A format.Javier Martin1-1/+1
2012-02-23ALSA: ctxfi: Fix typo in ctvmem.cMasanari Iida1-1/+1
2012-02-23ASoC: wm8962: Remove mistakenly committed debug loggingMark Brown1-4/+0
2012-02-23ASoC: ak4104: Convert to direct regmap API usageMark Brown1-75/+44
2012-02-23ASoC: ak4104: Use snd_soc_write() rather than internal write functionMark Brown1-2/+2
2012-02-23ASoC: ak4104: Use snd_soc_update_bits() for read/modify/writeMark Brown1-23/+15
2012-02-23ASoC: dapm: Check for bias level when powering downMark Brown1-3/+9