aboutsummaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2014-07-04ALSA: hda - restore BCLK M/N value as per CDCLK for HSW/BDW display HDA contr...Mengdong Lin3-41/+66
2014-06-27ALSA: hda - Add a fixup for Thinkpad T540pTakashi Iwai1-0/+1
2014-06-27ALSA: hda - Add another headset pin quirk for some Dell machinesDavid Henningsson1-0/+12
2014-06-26ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controllerMengdong Lin1-7/+58
2014-06-26ALSA: usb-audio: Fix races at disconnection and PCM closingTakashi Iwai3-6/+25
2014-06-25ALSA: hda - Adjust speaker HPF and add LED support for HP Spectre 13Takashi Iwai1-1/+57
2014-06-24ALSA: hda - Make the pin quirk tables use the SND_HDA_PIN_QUIRK macroDavid Henningsson1-327/+183
2014-06-24ALSA: hda - Make a SND_HDA_PIN_QUIRK macroDavid Henningsson1-0/+21
2014-06-24ALSA: hda - Add pin quirk for Dell XPS 15David Henningsson1-0/+21
2014-06-23ALSA: hda - hdmi: call overridden init on resumePierre Ossman1-1/+1
2014-06-23ALSA: hda - Fix usage of "model" module parameterDavid Henningsson1-0/+1
2014-06-18Merge branch 'topic/core-vuln-fixes' into for-linusTakashi Iwai2-27/+52
2014-06-18Merge tag 'asoc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai11-89/+135
2014-06-18ALSA: control: Make sure that id->index does not overflowLars-Peter Clausen1-0/+3
2014-06-18ALSA: control: Handle numid overflowLars-Peter Clausen1-0/+4
2014-06-18ALSA: control: Don't access controls outside of protected regionsLars-Peter Clausen1-5/+10
2014-06-18ALSA: control: Fix replacing user controlsLars-Peter Clausen1-16/+9
2014-06-18ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen2-6/+26
2014-06-16Merge remote-tracking branches 'asoc/fix/fsl-dma', 'asoc/fix/fsl-spdif', 'aso...Mark Brown10-76/+119
2014-06-16Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown1-13/+16
2014-06-16drm/i915, HD-audio: Don't continue probing when nomodeset is givenTakashi Iwai3-9/+14
2014-06-13Merge tag 'sound-fix-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-54/+145
2014-06-13ALSA: hda/realtek - Add more entry for enable HP mute ledKailang Yang1-0/+14
2014-06-13ALSA: hda - Add quirk for external mic on Lifebook U904David Henningsson1-0/+9
2014-06-13ALSA: hda - fix a fixup value for codec alc293 in the pin_quirk tableHui Wang1-1/+1
2014-06-12ALSA: intel8x0: Use ktime and ktime_get()Thomas Gleixner1-6/+4
2014-06-12ALSA: core: Use ktime_get_ts()Thomas Gleixner1-2/+2
2014-06-12ALSA: hda - verify pin:converter connection on unsol event for HSW and VLVMengdong Lin1-1/+9
2014-06-12ASoC: fsl: Fix build problemGuenter Roeck1-2/+2
2014-06-12ASoC: rsnd: fixup index of src/dst mod when captureKuninori Morimoto1-1/+1
2014-06-10ALSA: hda - Add quirk for ABit AA8XEDavid Henningsson1-0/+1
2014-06-09ASoC: fsl_spdif: Fix integer overflow when calculating divisorsAnssi Hannula1-2/+2
2014-06-09ASoC: fsl_spdif: Fix incorrect usage of regmap_read()Nicolin Chen1-1/+1
2014-06-09ASoC: dapm: Make sure register value is in sync with DAPM kcontrol stateJarkko Nikula1-13/+16
2014-06-09Revert "ALSA: hda - mask buggy stream DMA0 for Broadwell display controller"Libin Yang1-6/+0
2014-06-09ALSA: hda - using POS_FIX_LPIB on Broadwell HDMI AudioLibin Yang1-1/+7
2014-06-06ASoC: sigmadsp: Split regmap and I2C support into separate modulesLars-Peter Clausen6-65/+107
2014-06-06ALSA: hda/realtek - Add support of ALC667 codecKailang Yang1-0/+1
2014-06-06ALSA: hda/realtek - Add more codec renameKailang Yang1-0/+15
2014-06-06ALSA: hda/realtek - New vendor ID for ALC233Kailang Yang1-0/+1
2014-06-06ALSA: hda - add two new pin tablesHui Wang1-6/+41
2014-06-05ASoC: MMP audio needs sram supportArnd Bergmann1-0/+1
2014-06-05ALSA: hda/realtek - Add support of ALC891 codecKailang Yang1-0/+1
2014-06-04Merge tag 'sound-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds300-5237/+35826
2014-06-04ALSA: seq: Continue broadcasting events to ports if one of them failsAdam Goode1-12/+24
2014-06-04ALSA: bebob: Remove unused function prototypeTakashi Sakamoto1-2/+0
2014-06-04ALSA: fireworks: Remove meaningless mutex_destroy()Takashi Sakamoto1-1/+0
2014-06-04ALSA: fireworks: Remove a constant over width to which it's appliedTakashi Sakamoto1-1/+0
2014-06-04ALSA: fireworks: Improve comments about Fireworks transactionTakashi Sakamoto1-8/+8
2014-06-04ALSA: fireworks: Use safer way to arrange ring buffer pointerTakashi Sakamoto2-2/+2
2014-06-04ALSA: fireworks/bebob: Shorten critical section for stream_stop_duplex()Takashi Sakamoto2-4/+4
2014-06-04ALSA: seq: correctly detect input buffer overflowAdam Goode1-1/+1
2014-06-03ASoC: pxa: add I2C dependencies as neededArnd Bergmann1-5/+5
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2014-06-03ASoC: Fix wrong argument for card remove callbacksTakashi Iwai7-9/+8
2014-06-03Merge tag 'asoc-v3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai87-932/+9417
2014-06-03ASoC: free jack GPIOs before the sound card is freedStephen Warren7-34/+69
2014-06-03Merge remote-tracking branches 'asoc/topic/wm8804' and 'asoc/topic/wm9713' in...Mark Brown3-5/+19
2014-06-03Merge remote-tracking branch 'asoc/topic/tegra' into asoc-nextMark Brown4-14/+45
2014-06-03Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', '...Mark Brown11-94/+80
2014-06-03Merge remote-tracking branches 'asoc/topic/rl6231' and 'asoc/topic/rt5677' in...Mark Brown12-307/+5187
2014-06-03Merge remote-tracking branches 'asoc/topic/omap' and 'asoc/topic/rcar' into a...Mark Brown12-66/+264
2014-06-03Merge remote-tracking branches 'asoc/topic/max98090' and 'asoc/topic/max98095...Mark Brown3-4/+52
2014-06-03Merge remote-tracking branches 'asoc/topic/gpio' and 'asoc/topic/intel' into ...Mark Brown11-65/+299
2014-06-03Merge remote-tracking branch 'asoc/topic/fsl-ssi' into asoc-nextMark Brown3-271/+363
2014-06-03Merge remote-tracking branch 'asoc/topic/davinci' into asoc-nextMark Brown1-5/+4
2014-06-03Merge remote-tracking branch 'asoc/topic/cs42l56' into asoc-nextMark Brown2-43/+37
2014-06-03Merge remote-tracking branch 'asoc/topic/alc5623' into asoc-nextMark Brown1-0/+1
2014-06-03Merge remote-tracking branches 'asoc/topic/adau' and 'asoc/topic/adsp' into a...Mark Brown17-23/+2992
2014-06-03Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-0/+3
2014-06-03Merge remote-tracking branches 'asoc/fix/pxa' and 'asoc/fix/tlv320aic3x' into...Mark Brown2-1/+2
2014-06-03Merge branch 'for-linus' into for-nextTakashi Iwai4-6/+14
2014-06-03ALSA: firewire-lib: Remove a comment about restriction of asynchronous operationTakashi Sakamoto1-2/+0
2014-06-02Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+0
2014-06-02ASoC: cache: Fix error code when not using ASoC level cacheMark Brown1-1/+1
2014-06-02ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixupTakashi Iwai1-2/+2
2014-06-02ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptopRonan Marquet1-4/+2
2014-06-02ALSA: firewire-lib: Use IEC 61883-6 compliant labels for Raw Audio dataTakashi Sakamoto1-1/+1
2014-06-01ASoC: add RT5677 CODEC driverOder Chiou4-0/+4955
2014-06-01ASoC: intel: The Baytrail/MAX98090 driver depends on I2CMark Brown1-1/+1
2014-06-01ASoC: rt5640: Add the function "get_clk_info" to RL6231 shared supportOder Chiou5-48/+20
2014-06-01ASoC: rt5640: Add the function of the PLL clock calculation to RL6231 shared ...Oder Chiou8-206/+102
2014-06-01ASoC: rt5640: Add RL6231 class device shared support for RT5640, RT5645 and R...Oder Chiou7-53/+110
2014-06-01Merge branches 'topic/rt5640', 'topic/rt5645' and 'topic/rt5651' of git://git...Mark Brown6-0/+8653
2014-06-01ASoC: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+3
2014-06-01ALSA: bebob: sizeof() vs ARRAY_SIZE() typoDan Carpenter1-1/+1
2014-06-01Merge branch 'topic/fsl' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown5-32/+70
2014-06-01ASoC: wm9713: correct mono out PGA sourcesMatt Reimer1-2/+1
2014-06-01ALSA: synth: emux: soundfont.c: Cleaning up memory leakRickard Strandqvist1-0/+1
2014-06-01ASoC: fsl: Remove dependencies of boards for SND_SOC_EUKREA_TLV320Alexander Shiyan1-6/+1
2014-06-01ASoC: fsl-ssi: Use regmapMarkus Pargmann3-134/+158
2014-06-01ASoC: fsl-ssi: reorder and document fsl_ssi_privateMarkus Pargmann1-15/+43
2014-06-01ASoC: fsl-ssi: Fix baudclock handlingMarkus Pargmann1-21/+41
2014-06-01ASoC: fsl-ssi: Set framerate divider correctly for i2s master modeSascha Hauer1-0/+4
2014-06-01ASoC: fsl-ssi: remove unnecessary spinlockSascha Hauer1-17/+4
2014-06-01ASoC: fsl-ssi: set bitclock in master mode from hw_paramsSascha Hauer1-4/+36
2014-06-01ASoC: fsl-ssi: make fsl,mode property optionalMarkus Pargmann1-15/+26
2014-06-01ASoC: fsl-ssi: introduce SoC specific dataSascha Hauer1-68/+57
2014-06-01ASoC: Intel: byt-rt5640: Use card PM ops from coreJarkko Nikula1-12/+1
2014-06-01ASoC: Intel: Use devm_snd_soc_register_cardJarkko Nikula2-21/+2
2014-06-01ASoC: Intel: remove duplicate headersAndy Shevchenko3-3/+0
2014-06-01ASoC: Intel: Clear stored Baytrail DSP DMA pointer before stream startJarkko Nikula1-0/+1
2014-06-01ASoC: cs42l56: Fix new value argument in snd_soc_update_bits callsAxel Lin2-43/+37
2014-06-01ASoC: Intel: byt/hsw: Add missing kthread_stop to error/cleanup pathImre Deak2-5/+12
2014-06-01ASoC: Intel: Add Baytrail byt-max98090 machine driverJarkko Nikula4-0/+215
2014-06-01ASoC: tlv320aci3x: Fix custom snd_soc_dapm_put_volsw_aic3x() functionPeter Ujfalusi1-1/+1
2014-05-30ALSA: firewire: Fix dependency on PCM and rawmidiTakashi Iwai1-10/+2
2014-05-30ALSA: hda/analog - Fix silent output on ASUS A8JNTakashi Iwai1-0/+1
2014-05-30ALSA: gus: remove checks for CONFIG_SND_DEBUG_ROMPaul Bolle1-6/+0
2014-05-30sound: remove checks for CONFIG_BCM_CS4297A_CSWARMPaul Bolle1-4/+0
2014-05-29ASoC: wm8804: Allow control of master clock divider in PLL generationDaniel Matuschek2-3/+18
2014-05-29ALSA: hda - move some alc662 family machines to hda_pin_quirk tableHui Wang1-4/+68
2014-05-29ALSA: hda - move some alc269 family machines to hda_pin_quirk tableHui Wang1-25/+171
2014-05-29Revert "ALSA: hda - drop def association and sequence from pinconf comparing"Hui Wang1-2/+1
2014-05-29ALSA: fireworks: small leak on error pathDan Carpenter1-1/+1
2014-05-29ALSA: fireworks: remove some stray checksDan Carpenter1-4/+0
2014-05-28ALSA: au1x00: Use resource_size instead of computationBenoit Taine1-3/+3
2014-05-27ASoC: Blackfin: ADAU1X81 eval board supportLars-Peter Clausen3-0/+145
2014-05-27ASoC: Blackfin: ADAU1X61 eval board supportLars-Peter Clausen3-0/+157
2014-05-27ASoC: Add ADAU1381/ADAU1781 audio CODEC supportLars-Peter Clausen6-0/+689
2014-05-27ASoC: Add ADAU1361/ADAU1761 audio CODEC supportLars-Peter Clausen6-0/+985
2014-05-27ASoC: Add ADAU1X61 and ADAU1X81 CODECs common codeLars-Peter Clausen4-3/+999
2014-05-27Merge branch 'topic/firewire' into for-nextTakashi Iwai37-463/+8167
2014-05-27ALSA: bebob: Improve comments about stream formatTakashi Sakamoto1-1/+1
2014-05-27ALSA: bebob: Remove meaningless mutex_unlock()Takashi Sakamoto1-1/+0
2014-05-27ALSA: bebob: Add static specifier to identifier with file scopeTakashi Sakamoto3-6/+6
2014-05-27ALSA: bebob: Use different names for identifiers in the same fileTakashi Sakamoto1-3/+3
2014-05-27ALSA: fireworks/bebob: Improve indentationTakashi Sakamoto2-4/+4
2014-05-27ALSA: fireworks/bebob: Add suffix for long long integer literalTakashi Sakamoto4-16/+16
2014-05-27ALSA: fireworks/bebob: Use the same type of variables as function parametersTakashi Sakamoto2-3/+4
2014-05-27ALSA: fireworks/bebob: Change type of argument for sampling rateTakashi Sakamoto4-4/+4
2014-05-27ALSA: fireworks: Use the same prototype for functions as actual declarationTakashi Sakamoto1-1/+2
2014-05-27ALSA: fireworks: Fix wrong value as argument for PTR_ERR()Takashi Sakamoto1-1/+1
2014-05-27ALSA: firewire-lib: Fix sparse warning of incorrect type in assignmentTakashi Sakamoto1-1/+3
2014-05-27ALSA: firewire-lib: Use ARRAY_SIZE() instead of sizeof() for correct loop limitTakashi Sakamoto1-2/+2
2014-05-27ASoC: wm_adsp: Use adsp_err/warn instead of dev_err/warnCharles Keepax1-20/+17
2014-05-27ASoC: sgtl5000: Fix the cache handlingFabio Estevam1-60/+15
2014-05-27ALSA: sound/aoa/codecs/onyx.c: use static const for textsFabian Frederick1-1/+1
2014-05-27ALSA: hda: fix tegra buildArnd Bergmann1-0/+4
2014-05-26ASoC: samsung: Use params_width()Tushar Behera8-24/+22
2014-05-26ASoC: sirf-audio-codec: Simplify the new bitmask value in regmap_update_bitsAxel Lin1-5/+3
2014-05-26ALSA: hda - Pop noises fix for XPS13 9333Gabriele Mazzotta1-1/+31
2014-05-26ASoC: davinci-evm: Replace instances of rtd->codec->card with rtd->cardLars-Peter Clausen1-5/+4
2014-05-26ASoC: max98095: Add master clock handlingTushar Behera1-0/+24
2014-05-26ASoC: max98090: Add master clock handlingTushar Behera2-0/+24
2014-05-26ASoC: alc5623: Fix Kconfig dependencyTakashi Iwai1-0/+1
2014-05-26ASoC: omap-pcm: Move omap-pcm under include/soundJyri Sarha6-35/+5
2014-05-26Merge branch 'topic/davinci' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown7-114/+175
2014-05-26ASoC: jack: Add support for GPIO descriptor defined jack pinsJarkko Nikula1-16/+57
2014-05-26ASoC: jack: Basic GPIO descriptor conversionJarkko Nikula1-8/+11
2014-05-26ASoC: pxa: pxa-ssp: Terminate of match tableStephen Boyd1-0/+1
2014-05-26ASoC: rsnd: add rsnd_gen_dma_addr() for DMAC addrKuninori Morimoto3-4/+101
2014-05-26ASoC: rsnd: care DMA slave channel name for DTKuninori Morimoto2-1/+85
2014-05-26ASoC: rsnd: module name is unifiedKuninori Morimoto3-9/+49
2014-05-26ASoC: rsnd: remove rsnd_src_non_opsKuninori Morimoto1-10/+10
2014-05-26ASoC: rsnd: save platform_device instead of deviceKuninori Morimoto2-3/+4
2014-05-26ASoC: rsnd: DT node clean up by using the of_node_put()Kuninori Morimoto2-4/+10
2014-05-26ASoC: tegra: free jack GPIOs before the sound card is freedStephen Warren4-14/+45
2014-05-26ASoC: Intel: avoid format string leak to thread nameKees Cook2-2/+2
2014-05-26ASoC: simple-card: Support setting mclk via a fixed factorAndrew Lunn1-0/+28
2014-05-26ASoC: max98090: Add NI/MI values for user pclk 19.2 MHzChen Zhen1-4/+4
2014-05-26ASoC: fsl_ssi: Add suspend/resume supportFabio Estevam1-0/+2
2014-05-26ALSA: firewire/bebob: Add a workaround for M-Audio special Firewire seriesTakashi Sakamoto2-4/+29
2014-05-26ALSA: bebob: Send a cue to load firmware for M-Audio Firewire seriesTakashi Sakamoto3-9/+79
2014-05-26ALSA: bebob: Add a quirk of data blocks for MIDI messages for some M-Audio de...Takashi Sakamoto1-0/+7
2014-05-26ALSA: bebob/firewire-lib: Add a quirk of wrong dbc in empty packet for M-Audi...Takashi Sakamoto3-0/+14
2014-05-26ALSA: bebob: Add support for M-Audio special Firewire seriesTakashi Sakamoto5-11/+609
2014-05-26ALSA: bebob: Add support for M-Audio usual Firewire seriesTakashi Sakamoto6-3/+240
2014-05-26ALSA: bebob: Add support for Focusrite Saffire/SaffirePro seriesTakashi Sakamoto5-2/+314
2014-05-26ALSA: bebob: Add support for Yamaha GO seriesTakashi Sakamoto5-1/+59
2014-05-26ALSA: bebob: Add support for Terratec PHASE, EWS series and AureonTakashi Sakamoto5-1/+87
2014-05-26ALSA: bebob: Prepare for device specific operationsTakashi Sakamoto7-42/+230
2014-05-26ALSA: bebob: Add hwdep interfaceTakashi Sakamoto8-7/+292
2014-05-26ALSA: bebob: Add PCM interfaceTakashi Sakamoto5-0/+379
2014-05-26ALSA: bebob: Add MIDI interfaceTakashi Sakamoto5-1/+161
2014-05-26ALSA: bebob: Add proc interface for debugging purposeTakashi Sakamoto4-1/+157
2014-05-26ALSA: bebob/firewire-lib: Add a quirk for discontinuity at bus resetTakashi Sakamoto4-8/+60
2014-05-26ALSA: bebob: Add commands and connections/streams managementTakashi Sakamoto5-2/+1208
2014-05-26ALSA: bebob: Add skelton for BeBoB based devicesTakashi Sakamoto5-0/+389
2014-05-26ALSA: fireworks: Add command/response functionality into hwdep interfaceTakashi Sakamoto6-48/+328
2014-05-26ALSA: fireworks: Add hwdep interfaceTakashi Sakamoto8-6/+292
2014-05-26ALSA: fireworks: Add PCM interfaceTakashi Sakamoto6-34/+404
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk of data blocks for MIDI in out-streamTakashi Sakamoto3-1/+12
2014-05-26ALSA: fireworks: Add MIDI interfaceTakashi Sakamoto5-1/+159
2014-05-26ALSA: fireworks: Add proc interface for debugging purposeTakashi Sakamoto4-1/+243
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk to reset data block counter at bus ...Takashi Sakamoto3-1/+8
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for fixed interval of reported dbcTakashi Sakamoto5-4/+19
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for wrong dbs in tx packetsTakashi Sakamoto5-0/+13
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for the meaning of dbcTakashi Sakamoto3-2/+18
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for empty packet with TAG0Takashi Sakamoto3-3/+10
2014-05-26ALSA: fireworks: Add connection and stream managementTakashi Sakamoto4-2/+441
2014-05-26ALSA: fireworks: Add transaction and some commandsTakashi Sakamoto6-7/+751
2014-05-26ALSA: fireworks: Add skelton for Fireworks based devicesTakashi Sakamoto5-0/+240
2014-05-26ALSA: firewire-lib: Add some AV/C general commandsTakashi Sakamoto5-49/+194
2014-05-26ALSA: firewire-lib: Add support for deferred transactionTakashi Sakamoto1-7/+28
2014-05-26ALSA: firewire-lib: Add a new function to check others' connectionTakashi Sakamoto2-0/+19
2014-05-26ALSA: firewire-lib: Add handling output connection by CMPTakashi Sakamoto1-9/+90
2014-05-26ALSA: firewire-lib: Add 'direction' member to 'cmp_connection' structureTakashi Sakamoto3-1/+9
2014-05-26ALSA: firewire-lib: Rename macros, variables and functions for CMPTakashi Sakamoto2-48/+49
2014-05-26ALSA: firewire-lib: Restrict calling flush_context_completion() when context ...Takashi Sakamoto1-1/+1