summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2012-02-09ASoC: Fix typo in twl4030.cMasanari Iida
2012-02-09Merge tag 'v3.3-rc3' as we've got several bugfixes in there which areMark Brown
2012-02-09Merge branch 'topic/pcm-internal' of git://git.kernel.org/pub/scm/linux/kerne...Mark Brown
2012-02-09ASoC: wm2200: Ignore pmdown_timeMark Brown
2012-02-09ASoC: twl6040: Move ignore_pmdown_time to driver structMark Brown
2012-02-09ASoC: core: Allow CODECs to set ignore_pmdown_time in the driver structMark Brown
2012-02-09ASoC: pcm: If pmdown_time is zero then shut down DAPM immediatelyMark Brown
2012-02-09ALSA: PCM - Add PCM creation API for internal PCMs.Liam Girdwood
2012-02-08Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai
2012-02-08ASoC: wm8994: Disable line output discharge prior to ramping VMIDMark Brown
2012-02-08ASoC: wm8994: Fix typo in VMID ramp settingMark Brown
2012-02-08ASoC: wm8962: Support mono playback and recordMark Brown
2012-02-08ALSA: oxygen, virtuoso: fix exchanged L/R volumes of aux and CD inputsClemens Ladisch
2012-02-08ALSA: usb-audio: add Edirol UM-3G supportClemens Ladisch
2012-02-07ASoC: Convert kirkwood-openrd to use snd_soc_register_card()Axel Lin
2012-02-07ASoC: Convert kirkwood-t5325 to use snd_soc_register_card()Axel Lin
2012-02-07ASoC: wm_hubs: Convert most output drivers to OUT_DRV widgetsMark Brown
2012-02-07ALSA: hda - add support for Uniwill ECS M31EI notebookJaroslav Kysela
2012-02-07ASoC: tlv320aic3x: Remove even more unused codeMark Brown
2012-02-07ALSA: hda - Fix error handling in patch_ca0132.cTakashi Iwai
2012-02-07Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai
2012-02-06ASoC: wm8994: Bring WM8994 accessory detection up to dateMark Brown
2012-02-06ASoC: wm8994: Unsuspend the device while reading GPIO statusesMark Brown
2012-02-06ASoC: wm8994: We don't need to runtime resume by defaultMark Brown
2012-02-06ASoC: max9768: Fix build and use new add control API.Liam Girdwood
2012-02-06ASoC: tlv320aic3x: remove unused codeFelipe Contreras
2012-02-06ASoC: dapm: Clean up header information.Liam Girdwood
2012-02-06ASoC: dapm: Export mixer|mux_update_power() to public API.Liam Girdwood
2012-02-06ASoC: wm8994: Don't bring up to STANDBY by defaultMark Brown
2012-02-06ASoC: samsung: Enable accessory detect for WM8994 on LittlemillMark Brown
2012-02-06ASoC: wm8994: Enabling VMID should take a runtime PM referenceMark Brown
2012-02-06ALSA: hda/realtek - Fix a wrong conditionTakashi Iwai
2012-02-06ALSA: emu8000: Remove duplicate linux/moduleparam.h include from emu8000_patch.cJesper Juhl
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood
2012-02-03ALSA: hda/realtek - Add missing Bass and CLFE as vmaster slavesTakashi Iwai
2012-02-03ASoC: fsi: add .init/.quit handler supportKuninori Morimoto
2012-02-03ASoC: fsi: PortA/B information was controlled by sh_fsi_port_infoKuninori Morimoto
2012-02-03ASoC: fsi: fsi_stream_is_working() care substream->runtimeKuninori Morimoto
2012-02-03ASoC: fsi: add .start_stop handler to fsi_stream_handlerKuninori Morimoto
2012-02-03ASoC: fsi: don't use is_play as a parameter of fsi functionsKuninori Morimoto
2012-02-03ASoC: fsi: tidyup: fsi_pio_xxx() are gatheredKuninori Morimoto
2012-02-03ASoC: fsi: add fsi_stream_handler and PIO handlerKuninori Morimoto
2012-02-03ASoC: fsi: use fsi_stream in fsi_get_current_fifo_samples() parameterKuninori Morimoto
2012-02-03ASoC: fsi: re-define fsi_is_play() and fsi_stream_is_play()Kuninori Morimoto
2012-02-03ASoC: fsi: modify fsi_pio_get_area() parameter and using positionKuninori Morimoto
2012-02-03ASoC: fsi: rename fsi_stream_push/pop() to fsi_stream_init/quit()Kuninori Morimoto
2012-02-03ASoC: fsi: remove unnecessary parameter from fsi_hw_shutdown()Kuninori Morimoto
2012-02-03ASoC: fsi: tidyup: move fsi_fifo_init() onto fsi_hw_startup()Kuninori Morimoto
2012-02-03ASoC: fsi: rename fsi_dma_soft_xxx() to fsi_pio_xxx()Kuninori Morimoto
2012-02-03ASoC: fsi: data push/pop calculation part was dividedKuninori Morimoto