summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | ASoC: arizona: fref must be limited in pseudo-fractional modeRichard Fitzgerald2016-02-101-1/+42
| | | | |/ / / /
| | | * | | | | ASoC: AMD: free memory on errorDan Carpenter2016-01-131-0/+1
| | * | | | | | Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linusMark Brown2016-02-101-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | ASoC: rt5645: fix the shift bit of IN1 boostBard Liao2016-01-211-1/+1
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge remote-tracking branch 'asoc/fix/intel-kconfig' into asoc-linusMark Brown2016-02-104-8/+21
| | |\ \ \ \ \ \
| | | * | | | | | ASoC: Intel: Add module tags for common match moduleVinod Koul2016-02-081-0/+3
| | | * | | | | | ASoC: Intel: Load the atom DPCM driver onlyPierre-Louis Bossart2016-02-082-2/+6
| | | * | | | | | ASoC: Intel: Create independent acpi match moduleVinod Koul2016-02-082-1/+12
| | | * | | | | | ASoC: Intel: Revert "ASoC: Intel: fix ACPI probe regression with Atom DPCM dr...Vinod Koul2016-02-081-5/+0
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge remote-tracking branch 'asoc/fix/intel' into asoc-linusMark Brown2016-02-106-29/+61
| | |\ \ \ \ \ \
| | | * | | | | | ASoC: Intel: Skylake: Remove autosuspend delayVinod Koul2016-02-041-2/+0
| | | * | | | | | ASoC: Intel: Skylake: Fix stereo DMIC recordJeeja KP2016-02-041-1/+4
| | | * | | | | | ASoC: Intel: Skylake: Add missing PRE/POST_PMU handlers for vmixerJeeja KP2016-02-041-0/+6
| | | * | | | | | ASoC: Intel: Skylake: Fix bind of source with multiple sinksJeeja KP2016-02-041-2/+7
| | | * | | | | | ASoC: Intel: Skylake: Fix not to stop sink pipe in pga pmd eventJeeja KP2016-02-041-3/+0
| | | * | | | | | ASoC: Intel: Skylake: Fix the module state check conditionJeeja KP2016-02-041-1/+1
| | | * | | | | | ASoC: Intel: Skylake: Fix return of skl_get_queue_indexJeeja KP2016-02-041-2/+2
| | | * | | | | | ASoC: Intel: Skylake: Fix pipe memory allocation leakDharageswari.R2016-02-041-13/+29
| | | * | | | | | ASoC: Intel: Skylake: Fix mcps freeup after module unbind failureGuneshwor Singh2016-02-041-5/+2
| | | * | | | | | ASoC: Intel: Skylake: Fix delay wrap conditionGuneshwor Singh2016-02-041-0/+1
| | | * | | | | | ASoC: Intel: Skylake: Fix the memory overwrite of tlv bufferVinod Koul2016-02-041-0/+7
| | | * | | | | | ASoC: Intel: Atom: fix regression on compress DAIPierre-Louis Bossart2016-02-021-0/+1
| | | * | | | | | ASoC: Intel: Skylake: Fix memory leakSudip Mukherjee2016-01-221-0/+1
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown2016-02-101-4/+4
| | |\ \ \ \ \ \
| | | * | | | | | ASoC: dapm: Don't prefix autodisable widgets twiceLars-Peter Clausen2016-02-041-4/+4
| | | | |/ / / / | | | |/| | | |
* | | | | | | | ALSA: hda - Autosuspend controller after probe even if codecs are already sus...Ville Syrjälä2016-02-261-1/+1
* | | | | | | | ALSA: oxfw: discontinue MIDI substream for scs1x at transaction failureTakashi Sakamoto2016-02-241-3/+10
* | | | | | | | ALSA: oxfw: retry MIDI transferring for scs1x at transaction failureTakashi Sakamoto2016-02-241-3/+11
* | | | | | | | ALSA: hda - hdmi eld control created based on pcmLibin Yang2016-02-231-26/+48
* | | | | | | | ALSA: jack: Allow building the jack layer without input deviceTakashi Iwai2016-02-235-9/+29
* | | | | | | | ALSA: mts64: use new parport device modelSudip Mukherjee2016-02-221-52/+43
* | | | | | | | ALSA: hda - Use acpi_dev_present()Lukas Wunner2016-02-211-15/+2
* | | | | | | | ALSA: fireworks: serialize transactions to update connections at bus resetTakashi Sakamoto2016-02-202-4/+5
* | | | | | | | ALSA: bebob: give up updating streams at bus reset handlerTakashi Sakamoto2016-02-203-20/+16
* | | | | | | | ALSA: bebob: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto2016-02-204-11/+11
* | | | | | | | ALSA: bebob: move mutex from function callee to callersTakashi Sakamoto2016-02-203-11/+24
* | | | | | | | ALSA: bebob: simplify bus-reset handlingTakashi Sakamoto2016-02-203-36/+5
* | | | | | | | ALSA: hda - hdmi get jack from hda_jack_tbl when not dyn_pcm_assignLibin Yang2016-02-191-4/+26
* | | | | | | | ALSA: oxfw: use workqueue instead of tasklet for scs1xTakashi Sakamoto2016-02-181-6/+6
* | | | | | | | ALSA: portman2x4 - use new parport device modelSudip Mukherjee2016-02-181-51/+42
* | | | | | | | Merge branch 'topic/core-fixes' into for-nextTakashi Iwai2016-02-131-145/+123
|\ \ \ \ \ \ \ \
| * | | | | | | | ALSA: timer: Call notifier in the same spinlockTakashi Iwai2016-02-121-118/+102
| * | | | | | | | ALSA: timer: Protect the whole snd_timer_close() with open raceTakashi Iwai2016-02-101-27/+21
* | | | | | | | | ALSA: dice: old firmware optimization for Dice notificationTakashi Sakamoto2016-02-121-3/+14
* | | | | | | | | ALSA: dice: change notification mask to detect lock status changeTakashi Sakamoto2016-02-121-1/+1
* | | | | | | | | Merge branch 'topic/hda-mst' into for-nextTakashi Iwai2016-02-101-66/+482
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ALSA: hda - build chmap kctl based on pcm in hdmi audioLibin Yang2016-02-031-7/+33
| * | | | | | | | | ALSA: hda - hdmi create spdif ctl based on pcmLibin Yang2016-01-291-9/+18
| * | | | | | | | | ALSA: hda - hdmi jack created based on pcmLibin Yang2016-01-291-26/+67
| * | | | | | | | | ALSA: hda - add hdmi_pcm to manage hdmi pcm related featuresLibin Yang2016-01-291-16/+23