summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-01-186-20/+27
|\
| * ASoC: rt5514-spi: Fix potential NULL pointer dereferenceGustavo A. R. Silva2019-01-151-0/+2
| * ASoC: rt5682: Fix PLL source register definitionsShuming Fan2019-01-151-12/+12
| * ASoC: tlv320aic32x4: Kernel OOPS while entering DAPM standby modeb-ak2019-01-071-0/+4
| * ASoC: Variable "val" in function rt274_i2c_probe() could be uninitializedYizhuo2019-01-041-1/+4
| * ASoC: rt5682: Fix recording no sound issueShuming Fan2019-01-031-0/+1
| * ASoC: pcm512x: Fix a double unlock in pcm512x_digital_mute()Dan Carpenter2019-01-031-7/+4
* | ASoC: intel: skl: Fix display power regressionTakashi Iwai2019-01-141-103/+13
* | Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2018-12-1834-424/+1151
|\|
| * ASoC: pcm512x: Implement the digital_mute interfaceDimitris Papavasiliou2018-12-132-2/+121
| * ASoC: pcm3060: Add powersaving widgets for DAC and ADCKirill Marinushkin2018-12-132-4/+12
| * Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-12-136-39/+42
| |\
| | * ASoC: rt5660: Add a new ACPI match IDHui Wang2018-12-061-0/+1
| | * ASoC: pcm3168a: Don't disable pcm3168a when CONFIG_PM definedJiada Wang2018-11-281-7/+11
| * | ASoC: max9867: Add copyright and module authorLadislav Michl2018-12-071-11/+9
| * | ASoC: max9867: Fix signal pathsLadislav Michl2018-12-072-94/+102
| * | ASoC: max9867: Calculate LRCLK dividerLadislav Michl2018-12-072-128/+110
| * | ASoC: max9867: Fix power managementLadislav Michl2018-12-072-28/+46
| * | ASoC: max9867: Remove useless assignmentLadislav Michl2018-12-071-4/+2
| * | ASoC: codecs: ak4104: move to GPIO consumer APIDaniel Mack2018-12-061-15/+7
| * | ASoC: codecs: cs4270: move to GPIO consumer APIDaniel Mack2018-12-061-16/+7
| * | ASoC: max98373: Added max98373_reset for stable amp resetRyan Lee2018-12-041-6/+29
| * | ASoC: au8540: use 64-bit arithmetic instead of 32-bitYoung_X2018-11-291-1/+1
| * | ASoC: dmic: introduce module_param wakeup_delayJenny TC2018-11-281-0/+5
| * | ASoC: dmic: introduce mode switch delayJenny TC2018-11-281-0/+35
| * | ASoC: max9867: Fix whitespaceLadislav Michl2018-11-261-7/+5
| * | ASoC: simple-amplifier: add VCC regulator widgetVasily Khoruzhick2018-11-231-0/+4
| * | ASoC: tlv320aic3x: Add support for CBM_CFS and CBS_CFM clocking modesPeter Ujfalusi2018-11-201-0/+10
| * | ASoC: rt5663: Fix error handling of regulator_set_loadCheng-Yi Chiang2018-11-161-9/+12
| * | ASoC: arizona: fix indentation issue with return statementColin Ian King2018-11-161-1/+1
| * | ASoC: tlv320dac33: clean up indentation, remove extraneous tabColin Ian King2018-11-161-1/+1
| * | ASoC: tlv320aic31xx: asihpi: clean up indentation, remove extraneous tabColin Ian King2018-11-161-1/+1
| * | ASoC: rt5663: Add regulator supportCheng-Yi Chiang2018-11-151-7/+61
| * | ASoC: ak4118: Add support for AK4118 S/PDIF transceiverAdrien Charruel2018-11-153-0/+446
| * | ASoC: nau8822: convert to SPDX identifiersDavid Lin2018-11-151-1/+1
| * | ASoC: nau8822: convert to SPDX identifiersDavid Lin2018-11-152-21/+16
| * | ASoC: pcm3060: Add DT property for single-ended outputKirill Marinushkin2018-11-132-0/+15
| * | ASoC: Intel: hdac_hdmi: add Icelake supportBard liao2018-11-131-9/+54
| * | ASoC: wm_adsp: Factor out common init codeRichard Fitzgerald2018-11-131-6/+8
| * | ASoC: pcm3168a: remove read-only status register from snd_kcontrol_newKuninori Morimoto2018-11-061-7/+0
| * | ASoC: ak5558: Remove redundant snd_soc_component_read32 callsAxel Lin2018-11-061-12/+5
| * | ASoC: pcm3168a: cleanup hw_constraint for LEFT_J/I2SKuninori Morimoto2018-11-051-10/+5
| * | ASoC: codecs: constify snd_soc_dai_ops structuresJulia Lawall2018-11-054-4/+4
| * | ASoC: nau8825: remove unnecessary unlikely()Yangtao Li2018-11-051-3/+1
| * | ASoC: wm97xx: fix uninitialized regmap pointer problemArnd Bergmann2018-11-053-18/+12
* | | ASoC: hdac_hdmi: Add missing display power-off at driver removalTakashi Iwai2018-12-111-0/+2
* | | ALSA: hda: Make snd_hdac_display_power() void functionTakashi Iwai2018-12-111-18/+5
* | | ALSA: hda: Refactor display power managementTakashi Iwai2018-12-111-4/+3
* | | Merge tag 'asoc-v4.20-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2018-11-274-32/+30
|\ \ \ | |/ / |/| / | |/
| * ASoC: pcm186x: Fix device reset-registers trigger valueAndreas Dannenberg2018-11-151-1/+1