summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-06605-5275/+15715
|\
| * ALSA: pci: delete repeated words in commentsRandy Dunlap2020-08-067-7/+7
| * ALSA: isa: delete repeated words in commentsRandy Dunlap2020-08-062-2/+2
| * ALSA: hda/tegra: Add 100us dma stop delayMohan Kumar2020-08-051-0/+1
| * ALSA: hda: Add dma stop delay variableMohan Kumar2020-08-051-0/+7
| * ASoC: hda/tegra: Set buffer alignment to 128 bytesMohan Kumar2020-08-051-0/+2
| * ALSA: seq: oss: Serialize ioctlsTakashi Iwai2020-08-051-1/+7
| * ALSA: hda/hdmi: Add quirk to force connectivityKai-Heng Feng2020-08-041-1/+15
| * ALSA: usb-audio: add startech usb audio dock nameCurtis Malainey2020-08-041-4/+8
| * ALSA: usb-audio: Add support for Lenovo ThinkStation P620Kai-Heng Feng2020-08-033-0/+26
| * Merge tag 'asoc-v5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2020-08-03490-4455/+14388
| |\
| | * Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown2020-07-31480-4354/+14199
| | |\
| | | * Merge series "ASoC: core: Two step component registration" from Cezary Rojews...Mark Brown2020-07-314-42/+49
| | | |\
| | | | * ASoC: core: Two step component registrationCezary Rojewski2020-07-313-21/+29
| | | | * ASoC: core: Simplify snd_soc_component_initialize declarationCezary Rojewski2020-07-311-10/+8
| | | | * ASoC: core: Relocate and expose snd_soc_component_initializeCezary Rojewski2020-07-312-16/+17
| | | * | 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-3011-46/+124
| | | |\ \
| | | | * | ASoC: meson: cards: remove DT_PREFIX for standard daifmt propertiesJerome Brunet2020-07-301-1/+1
| | | * | | 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: 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
| | | * | ASoC: tlv320adcx140: Fix various style errors and warningsDan Murphy2020-07-291-6/+6
| | | * | 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
| | | * | | ASoC: tas2562: Update shutdown GPIO propertyDan Murphy2020-07-281-5/+18
| | | * | | ASoC: madera: Add channel numbers to AIFsCharles Keepax2020-07-285-182/+182
| | | |/ /
| | | * | Merge series "ASoC: intel: use asoc_substream_to_rtd()" from Kuninori Morimot...Mark Brown2020-07-2734-62/+62
| | | |\ \
| | | | * | ASoC: intel: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-275-22/+22
| | | | * | ASoC: intel/boards: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-2729-40/+40
| | | * | | ASoC: dt-bindings: q6asm: Add Q6ASM_DAI_{TX_RX, TX, RX} definesStephan Gerhold2020-07-271-3/+0
| | | * | | ASoC: AMD: Restore PME_EN state at Power OnAkshu Agrawal2020-07-271-8/+13
| | | |/ /
| | | * | ASoC: dapm: don't call pm_runtime_* on card deviceTzung-Bi Shih2020-07-241-2/+2
| | | * | Merge series "ASoC: qcom: Use qcom_snd_parse_of() for apq8016_sbc" from Steph...Mark Brown2020-07-247-197/+59
| | | |\ \