aboutsummaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2012-07-03Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds4-3/+31
2012-06-29ALSA: hda - Fix no sound from ALC662 after Windows rebootKailang Yang1-0/+28
2012-06-29ASoC: tlv320aic3x: Fix codec pll configure bugHebbar, Gururaja2-3/+2
2012-06-29ASoC: wm2200: Add missing BCLK rateMark Brown1-0/+1
2012-06-27Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds10-25/+72
2012-06-26ALSA: hda - Fix power-map regression for HP dv6 & coTakashi Iwai1-1/+6
2012-06-26ALSA: hda - Initialize caches at codec reconfigurationTakashi Iwai1-0/+2
2012-06-26ALSA: hda - Fix memory leaks at module unloadTakashi Iwai1-0/+2
2012-06-26ALSA: hda - Fix memory leaks in Realtek & Conexant codec parsersTakashi Iwai4-2/+16
2012-06-25Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-10/+17
2012-06-25ALSA: hda - Add Realtek ALC280 codec supportDavid Henningsson1-0/+1
2012-06-25ALSA: hda - Remove obsoleted CONFIG_SND_HDA_ENABLE_REALTEK_QUIRKSTakashi Iwai1-13/+0
2012-06-25ASoC: wm8994: remove duplicate codeJaroslav Kysela1-3/+0
2012-06-25ALSA: usb-audio: add BOSS GT-100 supportClemens Ladisch1-0/+30
2012-06-21ALSA: HDA: Add inverted internal mic quirk for Lenovo S205David Henningsson1-0/+1
2012-06-21ALSA: hda - Fix ALC272X codec detectionTakashi Iwai1-6/+6
2012-06-20ALSA: snd_usb_audio: ignore ctrl errors on QuickCam Pro for NotebooksOleksij Rempel1-0/+4
2012-06-20ALSA: snd_usb_audio: ignore ctrl errors on QuickCam E3500Oleksij Rempel1-0/+4
2012-06-18ALSA: 6fire: use NULL instead of 0 for pointer assignmentDaniel Mack1-1/+1
2012-06-18ALSA: hda - Handle open while transitioning to D3.Dylan Reid3-10/+40
2012-06-18ALSA: snd-usb: make snd_usb_substream_capture_trigger staticDaniel Mack1-1/+2
2012-06-18ALSA: snd-usb: fix sync pipe checkDaniel Mack1-7/+11
2012-06-18Merge tag 'asoc-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai4-46/+39
2012-06-13ALSA: hda - Don't forget to call init verbs added by fixup listTakashi Iwai2-1/+2
2012-06-12ALSA: HDA: Pin fixup for Zotac Z68 motherboardDavid Henningsson1-0/+9
2012-06-12ALSA: compress_core: cleanup pointers on stopVinod Koul1-0/+4
2012-06-12ALSA: compress_core: don't wake up on pauseVinod Koul1-3/+1
2012-06-12ASoC: tegra+wm8903: turn of mic detect when card is removedStephen Warren1-0/+13
2012-06-11[media] snd_tea575x: set_freq: update cached freq to the actual achieved freq...Hans de Goede1-2/+8
2012-06-11[media] snd_tea575x: Make the module using snd_tea575x the fops ownerHans de Goede3-6/+7
2012-06-11[media] snd_tea575x: Report correct frequency range for EU/US versus JA modelsHans de Goede1-2/+2
2012-06-11ALSA: hda - Fix detection of Creative SoundCore3D controllersTakashi Iwai1-5/+5
2012-06-11ASoC: wm8996: Mark the CODEC as cache only when powering off on bootMark Brown1-2/+1
2012-06-11ASoC: wm8996: Move reset before the initial regulator disableMark Brown1-2/+2
2012-06-11ASoC: wm8996: Remove spurious regulator_bulk_free()Mark Brown1-1/+0
2012-06-11ASoC: wm8904: Fix cache only managementMark Brown1-9/+4
2012-06-11ASoC: wm8904: Fix GPIO and MICBIAS initialisation for regmap conversionMark Brown1-5/+8
2012-06-11ASoC: fix pxa-ssp compiling issue under mach-mmpQiao Zhou1-27/+11
2012-06-08ALSA: hda - HDMI Audio init all connectors when VGA-switcheroo is offSteven Newbury1-1/+4
2012-06-08ALSA: hda - Fix uninitialized HDMI controllers with VGA-switcherooTakashi Iwai1-1/+1
2012-06-08ALSA: usb-audio: Fix substream assignmentsTakashi Iwai2-4/+4
2012-06-08ASoC: tegra: add MODULE_DEVICE_TABLE to tegra30_ahubStephen Warren1-0/+1
2012-06-08ASoC: wm2000: Always use a 4s timeout for the firmwareMark Brown1-38/+21
2012-06-08ASoC: dapm: Fix input list to use source widgetsLiam Girdwood1-1/+1
2012-06-08ASoC: dpcm: Fix dpcm_get_be() to check that DAI is BELiam Girdwood1-0/+6
2012-06-05ASoC: wm8994: Apply volume updates with clocks enabledMark Brown1-35/+58
2012-06-05ASoC: wm8994: Ensure all AIFnCLK events are run from the _late variantsMark Brown1-4/+8
2012-06-04ASoC: imx-audmux: add pinctrl supportRichard Zhao1-0/+8
2012-06-04ASoC: dapm: Fix connected widget capture path query.Liam Girdwood1-1/+1
2012-06-01Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds4-12/+29
2012-05-31Merge tag 'asoc-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2-12/+19
2012-05-31ALSA: hdspm - Work around broken DDS value on PCI RME MADIAdrian Knoth1-0/+7
2012-05-31ALSA: usb-audio: fix rate_list memory leakClemens Ladisch1-0/+3
2012-05-30ASoC: fsi: bugfix: ensure dma is terminatedKuninori Morimoto1-0/+2
2012-05-30ASoC: fsi: bugfix: correct dma areaKuninori Morimoto1-9/+9
2012-05-30ASoC: fsi: bugfix: enable master clock control on DMA streamKuninori Morimoto1-0/+5
2012-05-28ASoC: imx-ssi: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam1-3/+3
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+14
2012-05-25Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds14-234/+540
2012-05-25Merge tag 'hda-switcheroo' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-67/+316
2012-05-25ALSA: hda/realtek - Add new codec support for ALC269VDKailang Yang1-5/+33
2012-05-24Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-29/+2
2012-05-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2012-05-23Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds251-7963/+21166
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2012-05-23ALSA: core: group read of pointer, tstamp and jiffiesPierre-Louis Bossart1-5/+18
2012-05-23Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/a...Takashi Iwai12-224/+489
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+8
2012-05-22ASoC: OMAP: HDMI: Rename sound card source fileRicardo Neri2-2/+2
2012-05-22ASoC: OMAP: HDMI: Make sound card naming more genericRicardo Neri1-14/+14
2012-05-22ASoC: OMAP: HDMI: Make build config options more genericRicardo Neri2-4/+4
2012-05-22ASoC: OMAP: HDMI: Expand capabilities of the HDMI DAIRicardo Neri2-2/+4
2012-05-22ASoC: OMAP: HDMI: Improve how the display state is verifiedRicardo Neri2-35/+8
2012-05-22ASoC: OMAP: HDMI: Expand configuration of hw_paramsRicardo Neri1-1/+115
2012-05-22ASoC: OMAP: HDMI: Use the DSS audio interfaceRicardo Neri2-0/+78
2012-05-22ASoC: OMAP: HDMI: Create a structure for private data of the CPU DAIRicardo Neri1-9/+19
2012-05-22ASoC: OMAP: HDMI: Change error values in HDMI CPU DAIRicardo Neri1-2/+2
2012-05-22ASoC: OMAP: HDMI: Update the platform device namesRicardo Neri2-6/+6
2012-05-22ASoC: omap-abe-twl6040: Introduce driver data for runtime parametersPeter Ujfalusi1-4/+21
2012-05-22ASoC: omap-abe-twl6040: Move Digital Mic widget into dapm tablePeter Ujfalusi1-10/+3
2012-05-22ASoC: omap-abe-twl6040: Keep only one snd_soc_dai_link structurePeter Ujfalusi1-21/+9
2012-05-22ASoC: omap-dmic: Add device tree bindingsPeter Ujfalusi1-0/+8
2012-05-22ASoC: omap-mcpdm: Add device tree bindingsPeter Ujfalusi1-0/+8
2012-05-22ASoC: omap-mcbsp: buffer size constraint only applies to playback streamPeter Ujfalusi1-6/+8
2012-05-22ASoC: omap-mcbsp: Use the common interrupt line if supported by the SoCPeter Ujfalusi2-25/+95
2012-05-22ASoC: omap-mcbsp: Remove unused FRAME dma_op_modePeter Ujfalusi3-3/+1
2012-05-22ASoC: omap-mcbsp: Use DMA packet mode for non mono streams on OMAP3+Peter Ujfalusi1-13/+17
2012-05-22Merge tag 'asoc-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai8-66/+470
2012-05-21Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds1-2/+6
2012-05-21Merge tag 'v3.4' with SCSI updates, needed for subsequent firewire-sbp2 changesStefan Richter39-235/+517
2012-05-21Merge branch 'topic/misc' into for-linusTakashi Iwai75-1646/+2148
2012-05-21Merge branch 'topic/hda' into for-linusTakashi Iwai19-1387/+1612
2012-05-21ALSA: snd-usb: fix stream info output in /procDaniel Mack1-0/+12
2012-05-21Merge branch 'topic/asoc' into for-linusTakashi Iwai156-4908/+16954
2012-05-21ALSA: pcm - Add proper state checks to snd_pcm_drain()Takashi Iwai1-1/+11
2012-05-21ALSA: sh: Fix up namespace collision in sh_dac_audio.Paul Mundt1-2/+2
2012-05-21ALSA: hda/realtek - Fix unused variable compile warningTakashi Iwai1-1/+0
2012-05-19ASoC: sh: fsi: enable chip specific data transfer modeKuninori Morimoto1-34/+143
2012-05-19ASoC: sh: fsi: call fsi_hw_startup/shutdown from fsi_dai_trigger()Kuninori Morimoto1-2/+5
2012-05-19ASoC: sh: fsi: use same format for IN/OUTKuninori Morimoto1-16/+6
2012-05-19ASoC: sh: fsi: add fsi_version() and removed meaningless version checkKuninori Morimoto1-18/+8
2012-05-19ASoC: sh: fsi: use register field macro name on IN/OUT_DMACKuninori Morimoto1-2/+2
2012-05-19ASoC: tegra: Add machine driver for WM8753 codecStephen Warren3-0/+236
2012-05-19ALSA: hda - Fix possible races of accesses to connection list arrayTakashi Iwai4-56/+52
2012-05-18ASoC: OMAP: HDMI: Introduce codecRicardo Neri4-0/+76
2012-05-18ASoC: imx-mc13783 cleanupPhilippe Rétornaz1-8/+1
2012-05-18ASoC: mc13783 codec cleanupsPhilippe Rétornaz1-21/+7
2012-05-18ASoC: add imx-mc13783 sound supportPhilippe Rétornaz3-0/+173
2012-05-18ASoC: Add mc13783 codecPhilippe Rétornaz4-0/+834
2012-05-18ALSA: hda - unlock on error in azx_interrupt()Dan Carpenter1-1/+3
2012-05-16Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds3-12/+12
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann2-0/+14
2012-05-16ASoC: don't flip master of DT-instantiated DAI linksStephen Warren1-1/+2
2012-05-15Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2-9/+9
2012-05-15ASoC: wm8994: Fix AIF2ADC power downMark Brown1-1/+1
2012-05-15Merge remote-tracking branch 'linus/master' into staging/for_v3.5Mauro Carvalho Chehab24-108/+370
2012-05-15ALSA: hda/idt - Cache the power-map bitsTakashi Iwai1-3/+18
2012-05-15ALSA: hda/idt - Clean up power-map check codeTakashi Iwai1-10/+9
2012-05-15Merge branch 'fix/hda' into topic/hdaTakashi Iwai3-6/+8
2012-05-15ALSA: hda - Evaluate gpio_led hints at the right momentTakashi Iwai1-7/+5
2012-05-15ALSA: usb-audio - Call get_min_max_*() after determining the name stringTakashi Iwai1-13/+13
2012-05-15ALSA: hda - add probe_mask=0x101 automatically for WinFast VP200 HJaroslav Kysela1-0/+2
2012-05-15ALSA: snd-aloop - improve the sample copy accurracyJaroslav Kysela1-27/+35
2012-05-15ALSA: hda/idt - Fix power-map for speaker-pins with some HP laptopsTakashi Iwai1-3/+3
2012-05-14[media] v4l2-dev: rename two functionsHans Verkuil1-1/+1
2012-05-14ASoC: wm8350: Remove direct usage of codec->control_dataMark Brown1-11/+16
2012-05-14ASoC: tlv320aic3x: Remove unused, non-standard headset detectionMark Brown1-18/+0
2012-05-14Merge branches 'spear/clock' and 'imx/clock' into next/clockArnd Bergmann1-0/+8
2012-05-14ALSA: hda - Support VGA-switcherooTakashi Iwai1-45/+227
2012-05-14ALSA: hda - Export snd_hda_lock_devices()Takashi Iwai2-27/+42
2012-05-14ALSA: hda - Check the dead HDMI audio controller by vga-switcherooTakashi Iwai1-2/+52
2012-05-14[media] tea575x-tuner: mark VIDIOC_S_HW_FREQ_SEEK as an invalid ioctlHans Verkuil1-0/+3
2012-05-14ALSA: firewire-lib: optimize packet flushingClemens Ladisch2-1/+8
2012-05-14ALSA: firewire-lib: flush completed packets when reading PCM positionClemens Ladisch2-12/+15
2012-05-14ALSA: firewire-lib: taskletize the snd_pcm_period_elapsed() callClemens Ladisch2-13/+31
2012-05-13ASoC: wm8350: Don't use irq_baseMark Brown1-19/+27
2012-05-13ASoC: lm49453: Fix author e-mail addressMark Brown1-1/+1
2012-05-13ASoC: lm49453: Staticise non-exported symbol lm45453_daiMark Brown1-1/+1
2012-05-13Merge tag 'v3.4-rc7' into for-3.5Mark Brown24-108/+370
2012-05-13Merge branch 'topic/hda' into topic/hda-switcherooTakashi Iwai21-1309/+1540
2012-05-12ASoC: wm8731: Convert to devm_ functionsMark Brown1-27/+10
2012-05-12ASoC: wm5100: Convert to module_i2c_driver()Mark Brown1-11/+1
2012-05-12ASoC: littlemill: Use a widget to keep track of AIF2 clockingMark Brown1-33/+53
2012-05-12Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regma...Mark Brown1-2/+6
2012-05-12ASoC: mxs: add device tree support for mxs-sgtl5000Shawn Guo1-0/+46
2012-05-12ASoC: mxs: add device tree support for mxs-saifShawn Guo1-18/+54
2012-05-12ASoC: mxs: mxs-pcm does not need to be a plaform_driverShawn Guo5-35/+15
2012-05-12ALSA: hda - Disable FLOAT format supportTakashi Iwai1-0/+2
2012-05-12ALSA: hda/conexant - Correct vendor IDs for new codecsTakashi Iwai1-6/+9
2012-05-12ASoC: mxs-saif: adopt pinctrl supportShawn Guo1-0/+8
2012-05-11ASoC: cs42l73: Sync digital mixer kcontrols to allow for 0dBBrian Austin1-8/+8
2012-05-11ALSA: usb-audio: Fix commentMark Hills1-10/+2
2012-05-11ALSA: pcm - Optimize the call of snd_pcm_update_hw_ptr() in read/write loopTakashi Iwai1-8/+10
2012-05-11ALSA: atmel/ac97c: correct the unexpected behavior when using uninitial value...Bo Shen1-0/+2
2012-05-10Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds6-15/+30
2012-05-10ALSA: hda - Fix concurrent hash accessesTakashi Iwai2-81/+121
2012-05-10ALSA: hda - Protect SPDIF-related stuff via spdif_mutexTakashi Iwai2-12/+27
2012-05-10ASoC: pcm: Staticise non-exported functionsMark Brown1-10/+12
2012-05-10ASoC: mxs: add __devinit for mxs_saif_probeShawn Guo1-1/+1
2012-05-10ASoC: ux500: Don't make the CPU I2S driver user selectableMark Brown1-3/+1
2012-05-10ASoC: ux500: Fix dependenciesMark Brown1-0/+1
2012-05-10ALSA: hda - Add Conexant CX20751/2/3/4 codec supportTakashi Iwai1-0/+6
2012-05-10ALSA: hda - Add the support for Creative SoundCore3DTakashi Iwai1-4/+22
2012-05-09ASoC: cs42l52: Staticise non-exported symbolsMark Brown1-2/+2
2012-05-09ASoC: wm8994: Use regmap directly for wm8994_mic_workMark Brown1-7/+9
2012-05-09ASoC: wm8994: Add debounce to wm8994 mic detectionMark Brown2-7/+22
2012-05-09ASoC: wm8994: Fix sparse warning due to use of 0 as NULLMark Brown1-1/+1
2012-05-09ASoC: cs42l73: Use DAPM routes to hook AIF widgets to DAI'sBrian Austin1-13/+28
2012-05-09ASoC: cs42l73: Remove Chip ID's from reg_defaultBrian Austin1-3/+0
2012-05-09ASoC: cs42l73: Convert to module_i2c_driver()Brian Austin1-19/+1
2012-05-09Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai1-1/+1
2012-05-09ASoC: rt5631: Convert to direct regmap API usageMark Brown1-41/+54
2012-05-09ASoC: rt5631: Convert to module_i2c_driver()Mark Brown1-11/+1
2012-05-09ASoC: Ux500: Add MSP I2S-driverOla Lilja8-0/+2238
2012-05-09ASoC: sh: fix migor.c compilationGuennadi Liakhovetski1-1/+1
2012-05-09ALSA: hda - More robustify the power-up/down sequenceTakashi Iwai2-8/+16
2012-05-09ALSA: hda - Remove pre_resume and post_suspend opsTakashi Iwai3-27/+0
2012-05-09ALSA: HDA: Lessen CPU usage when waiting for chip to respondDavid Henningsson1-2/+4
2012-05-08ARM: Orion: Audio: Add clk/clkdev supportAndrew Lunn2-0/+14
2012-05-08ASoC: alc5632: Convert to devm_regmap_init_i2c()Axel Lin1-7/+1
2012-05-08ASoC: alc5632: Convert to module_i2c_driver()Axel Lin1-19/+1
2012-05-08ASoC: alc5623: Convert to module_i2c_driver()Axel Lin1-19/+1
2012-05-08ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai13-675/+690
2012-05-08ALSA: hda - Move up the fixup helper functions to the library moduleTakashi Iwai5-242/+309
2012-05-08ALSA: hda - Protect the power-saving count with spinlockTakashi Iwai2-2/+22
2012-05-08ALSA: hda - Clear the power-saving states properly at resetTakashi Iwai1-0/+3
2012-05-08ALSA: hda - Always resume the codec immediatelyTakashi Iwai3-17/+8
2012-05-08sound: allow the unit search until 256 in sound_core.cTakashi Iwai1-1/+1
2012-05-08ALSA: Fix the card number limit of OSS-emulationTakashi Iwai1-3/+3
2012-05-08ALSA: hda - Fix possible access to uninitialized work structTakashi Iwai1-7/+8
2012-05-08ALSA: hda/realtek - Call a common helper for alc_spec initializationTakashi Iwai1-75/+61
2012-05-08Merge branch 'fix/hda' into topic/hdaTakashi Iwai16-87/+283
2012-05-08Revert "ALSA: hda - Set codec to D3 forcibly even if not used"Takashi Iwai2-5/+13
2012-05-08ALSA: hda/realtek - Call alc_auto_parse_customize_define() always after fixupTakashi Iwai1-6/+7
2012-05-08ASoC: wm9081: Hook DAC up via DAPM rather than streamMark Brown1-2/+3
2012-05-08ASoC: lowland: Support digital link for WM9081Mark Brown1-15/+27
2012-05-08ASoC: lowland: Convert to dai_fmtMark Brown1-29/+4
2012-05-08ASoC: pcm: Fix DPCM for aux_devsMark Brown1-0/+3
2012-05-08ALSA: hdsp - Provide ioctl_compatAndre Schramm1-0/+1
2012-05-07ASoC: twl6040: Remove HS/HF gain ramp featurePeter Ujfalusi1-429/+12