summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: tegra: tegra210_i2s: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
* ASoC: tegra: tegra210_dmic: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
* ASoC: tegra: tegra210_ahub: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
* ASoC: tegra: tegra210_admaif: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
* ASoC: tegra: tegra186_dspk: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
* ASoC: amd: renoir: restore two more registers during resumeHui Wang2020-08-031-20/+9
* ASoC: wm8962: Do not remove ADDITIONAL_CONTROL_4 from readable register listFabio Estevam2020-08-031-1/+1
* ASoC: fsl-asoc-card: Remove fsl_asoc_card_set_bias_level functionShengjiu Wang2020-08-031-84/+70
* Merge series "ASoC: core: Two step component registration" from Cezary Rojews...Mark Brown2020-07-316-50/+55
|\
| * ASoC: core: Two step component registrationCezary Rojewski2020-07-314-26/+32
| * ASoC: core: Simplify snd_soc_component_initialize declarationCezary Rojewski2020-07-312-11/+9
| * ASoC: core: Relocate and expose snd_soc_component_initializeCezary Rojewski2020-07-314-19/+20
* | ASoC: sh: Replace 'select' DMADEVICES 'with depends on'Laurent Pinchart2020-07-311-1/+1
|/
* Merge series "drop unnecessary list_empty" from Julia Lawall <Julia.Lawall@in...Mark Brown2020-07-303-14/+9
|\
| * ASoC: Intel: drop unnecessary list_emptyJulia Lawall2020-07-303-14/+9
* | ASoC: rk3399_gru_sound: Add DAPM pins, kcontrols for jack detectionAlper Nebi Yasak2020-07-301-1/+16
* | ASoC: wm8962: Do not access WM8962_GPIO_BASEFabio Estevam2020-07-301-3/+8
* | ASoC: SOF: imx: use resource_sizeJulia Lawall2020-07-301-2/+1
|/
* Merge series "ASoC: Intel: KMB: TDM Enablement patches" from Michael Sit Wei ...Mark Brown2020-07-302-9/+24
|\
| * ASoC: Intel: KMB: Rework disable channel functionMichael Sit Wei Hong2020-07-302-3/+8
| * ASoC: Intel: KMB: Add 8kHz audio supportMichael Sit Wei Hong2020-07-301-6/+16
* | Merge series "ASoC: meson: tdm fixes" from Jerome Brunet <jbrunet@baylibre.com>:Mark Brown2020-07-3012-47/+125
|\ \
| * | ASoC: meson: cards: remove DT_PREFIX for standard daifmt propertiesJerome Brunet2020-07-301-1/+1
| * | ASoC: meson: axg-tdm-formatters: fix sclk inversionJerome Brunet2020-07-304-11/+6
| * | ASoC: meson: axg-tdmin: fix g12a skewJerome Brunet2020-07-301-0/+16
| * | ASoC: meson: axg-tdm-interface: fix link fmt setupJerome Brunet2020-07-301-9/+17
| * | ASoC: max98390: Fix dac event dapm mixer.Steve Lee2020-07-241-1/+1
| * | ASoC: Intel: kbl_rt5663_rt5514_max98927: Fix kabylake_ssp_fixup functionHarsha Priya2020-07-231-9/+32
| * | ASoC: intel/skl/hda - fix probe regression on systems without i915Kai Vehmanen2020-07-222-6/+12
| * | ASoC: max98357a: move control of SD_MODE back to DAI opsTzung-Bi Shih2020-07-211-10/+40
| * | Merge series "ASoC: Intel: machine driver updates for 5.9" from Pierre-Louis ...Mark Brown2020-07-201-1/+1
| |\ \
| * | | spi: lantiq-ssc: Fix warning by using WQ_MEM_RECLAIMHauke Mehrtens2020-07-201-1/+1
* | | | ASoC: dt-bindings: ak4613: switch to yaml base DocumentationKuninori Morimoto2020-07-302-27/+49
* | | | ASoC: amd: Added hw_params support for ALC1015Ravulapati Vishnu vardhan rao2020-07-301-0/+29
* | | | ASoC: amd: Adding DAI LINK for rt1015 codecRavulapati Vishnu vardhan rao2020-07-301-5/+30
* | | | ASoC: amd: Adding support for ALC1015 codec in machine driverRavulapati Vishnu vardhan rao2020-07-302-4/+60
* | | | ASoC: amd: Passing card structure based on codecRavulapati Vishnu vardhan rao2020-07-301-5/+20
* | | | ASoC: amd: Renaming snd-soc-card structure and fieldsRavulapati Vishnu vardhan rao2020-07-301-14/+14
* | | | ASoC: samsung: Add sound support for Midas boardsSimon Shields2020-07-303-0/+553
* | | | ASoC: samsung: Document DT bindings for Midas sound subsystemSylwester Nawrocki2020-07-301-0/+108
* | | | ASoC: tlv320adcx140: Move device reset to before programmingDan Murphy2020-07-301-4/+4
* | | | ASoC: tlv320adcx140: Fix GPO register start addressDan Murphy2020-07-301-1/+1
| |_|/ |/| |
* | | ASoC: tlv320adcx140: Add GPO configuration and drive output configDan Murphy2020-07-292-5/+59
* | | dt-bindings: tlv320adcx140: Add GPO config and drive configDan Murphy2020-07-291-0/+28
* | | ASoC: tlv320adcx140: Fix various style errors and warningsDan Murphy2020-07-291-6/+6
* | | ASoC: ak4613: Undo conversion to YAML bindingsMark Brown2020-07-282-65/+27
* | | ASoC: bcm2835: Silence clk_get() error on -EPROBE_DEFERSeung-Woo Kim2020-07-281-3/+6
* | | Merge series "SOF Fixes for S0iX suspend/resume sequence" from Ranjani Sridha...Mark Brown2020-07-281-4/+44
|\ \ \
| * | | ASoC: SOF: Intel: disable traces when switching to S0Ix D0I3Marcin Rajwa2020-07-281-4/+6
| * | | ASoC: SOF: Intel: fix the suspend procedure to support s0ix entryMarcin Rajwa2020-07-281-0/+38