summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: x86: Check platform_data earlierTakashi Iwai2017-02-031-8/+6
* ALSA: x86: Drop superfluous CHT PCI ID checkTakashi Iwai2017-02-031-14/+0
* ALSA: x86: Embed snd_intelhad into snd_cardTakashi Iwai2017-02-033-82/+31
* ALSA: x86: Move dma_mask debug print into intel_hdmi_lpe_audio.cTakashi Iwai2017-02-032-11/+1
* ALSA: x86: Drop unused hw_silence fieldTakashi Iwai2017-02-032-3/+0
* ALSA: x86: Move the global underrun_count to struct snd_intelhadTakashi Iwai2017-02-032-8/+9
* ALSA: x86: Drop global ELD copyTakashi Iwai2017-02-031-26/+5
* ALSA: x86: Drop global hlpe_stateTakashi Iwai2017-02-031-12/+9
* ALSA: x86: Drop the global platform device referenceTakashi Iwai2017-02-033-91/+87
* ALSA: x86: Drop unused mid_hdmi_audio_is_busy()Takashi Iwai2017-02-032-24/+0
* ALSA: x86: Fix possible stale interrupt callsTakashi Iwai2017-02-031-13/+13
* ALSA: x86: Call event callback directlyTakashi Iwai2017-02-034-35/+1
* ALSA: x86: Drop useless mutex at probeTakashi Iwai2017-02-031-8/+2
* ALSA: x86: Handle the error from hdmi_audio_probe() properlyTakashi Iwai2017-02-031-9/+16
* ALSA: x86: Pass snd_intelhad object to helpersTakashi Iwai2017-02-035-130/+131
* ALSA: x86: Drop snd_intel_had_interface indirect callsTakashi Iwai2017-02-035-91/+23
* ALSA: x86: Replace indirect query_ops with direct callsTakashi Iwai2017-02-034-38/+16
* ALSA: x86: Replace indirect register ops with direct callsTakashi Iwai2017-02-035-109/+30
* ALSA: x86: Drop indirect calls of had_opsTakashi Iwai2017-02-033-68/+42
* ALSA: x86: Remove v1 ops and structsTakashi Iwai2017-02-032-234/+1
* ALSA: x86: Don't set PCM state to DISCONNECTEDTakashi Iwai2017-02-031-1/+1
* drm/i915: Pass platform device to LPE audio notifierTakashi Iwai2017-02-011-12/+11
* ALSA: x86: Use config base depending on the pipePierre-Louis Bossart2017-02-011-5/+21
* ALSA: x86: intel_hdmi: add definitions and logic for DP audioPierre-Louis Bossart2017-02-014-30/+216
* ALSA: x86: hdmi: fix returnvar.cocci warningsJulia Lawall2017-01-251-12/+9
* ALSA: x86: fix resource_size.cocci warningskbuild test robot2017-01-251-2/+1
* ALSA: x86: hdmi: continue playback even when display resolution changesJerome Anand2017-01-251-3/+18
* ALSA: x86: hdmi: Add audio support for BYT and CHTJerome Anand2017-01-255-6/+2614
* ALSA: add Intel HDMI LPE audio driver for BYT/CHT-TJerome Anand2017-01-256-1/+1319
* Merge tag 'asoc-fix-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Takashi Iwai2017-01-1114-58/+143
|\
| *-----. Merge remote-tracking branches 'asoc/fix/nau8825', 'asoc/fix/rt5645', 'asoc/f...Mark Brown2017-01-105-9/+26
| |\ \ \ \
| | | | | * ASoC: topology: kfree kcontrol->private_value before freeing kcontrolColin Ian King2016-12-151-2/+1
| | | | * | ASoC: tlv320aic3x: Mark the RESET register as volatilePeter Ujfalusi2016-12-311-0/+13
| | | | |/
| | | * | ASoC: rt5645: set sel_i2s_pre_div1 to 2Bard Liao2017-01-091-0/+3
| | | |/
| | * | ASoC: nau8825: fix invalid configuration in Pre-Scalar of FLLJohn Hsu2016-12-312-2/+4
| | * | ASoC: nau8825: correct the function name of registerJohn Hsu2016-12-312-5/+5
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge remote-tracking branches 'asoc/fix/arizona', 'asoc/fix/dpcm', 'asoc/fix...Mark Brown2017-01-104-37/+91
| |\ \ \ \ \ \ | | | | | | |/
| | | | | * | ASoC: fsl_ssi: set fifo watermark to more reliable valueCaleb Crome2017-01-041-21/+53
| | | | | |/
| | | | * | ASoC: dwc: Fix PIO mode initializationJose Abreu2016-12-141-14/+11
| | | | |/
| | | * | ASoC: dpcm: Avoid putting stream state to STOP when FE stream is pausedPatrick Lai2017-01-061-1/+3
| | | |/
| | * | ASoC: wm_adsp: Don't overrun firmware file buffer when reading region dataRichard Fitzgerald2016-12-201-1/+24
| * | | Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown2017-01-101-3/+1
| |\ \ \
| | * | | ASoC: rsnd: don't double free kctrlColin Ian King2016-12-151-3/+1
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'asoc/fix/intel' into asoc-linusMark Brown2017-01-103-4/+20
| |\ \ \
| | * | | ASoC: Intel: Skylake: Release FW ctx in cleanupJeeja KP2017-01-061-0/+3
| | * | | ASoC: Intel: bytcr-rt5640: fix settings in internal clock modePierre-Louis Bossart2017-01-051-1/+1
| | * | | ASoC: Intel: Skylake: Fix to fail safely if module not available in pathG Kranthi2016-12-311-0/+3
| | * | | ASoC: Intel: bytcr_rt5640: fallback mechanism if MCLK is not enabledPierre-Louis Bossart2016-12-191-3/+13
| | |/ /
| * | | Merge remote-tracking branch 'asoc/fix/component' into asoc-linusMark Brown2017-01-101-5/+5
| |\ \ \
| | * | | ASoC: Fix binding and probing of auxiliary componentsSylwester Nawrocki2016-12-311-5/+5
| | |/ /
OpenPOWER on IntegriCloud