summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: intel_hdmi: Remove dev_err() on platform_get_irq() failureYueHaibing2019-10-251-3/+1
* ALSA: hda: fix intel DSP configPierre-Louis Bossart2019-10-231-56/+164
* ALSA: hda: add Intel DSP configuration / probe codeJaroslav Kysela2019-10-2310-68/+288
* ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a driverKai-Heng Feng2019-10-211-1/+7
* ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto2019-10-1910-15/+98
* ALSA: firewire-lib: handle several AMDTP streams in callback handler of IRQ t...Takashi Sakamoto2019-10-192-46/+140
* ALSA: firewire-lib: cancel flushing isoc context in the laste step to process...Takashi Sakamoto2019-10-191-4/+0
* ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto2019-10-1910-26/+33
* ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto2019-10-1910-42/+56
* ALSA: firewire-lib: add irq_target member into amdtp_domain structTakashi Sakamoto2019-10-191-0/+2
* ALSA: firewire-lib: tune the minimum available size of PCM periodTakashi Sakamoto2019-10-181-1/+13
* ALSA: firewire-lib: tune the maximum available size of PCM periodTakashi Sakamoto2019-10-181-11/+18
* ALSA: firewire-lib: schedule hardware IRQ according to the size of PCM periodTakashi Sakamoto2019-10-182-15/+58
* ALSA: fireface: share PCM buffer size for both directionTakashi Sakamoto2019-10-183-4/+17
* ALSA: firewire-motu: share PCM buffer size for both directionTakashi Sakamoto2019-10-184-5/+17
* ALSA: firewire-tascam: share PCM buffer size for both directionTakashi Sakamoto2019-10-183-4/+16
* ALSA: firewire-digi00x: share PCM buffer size for both directionTakashi Sakamoto2019-10-184-5/+17
* ALSA: dice: share PCM buffer size for both directionTakashi Sakamoto2019-10-184-7/+23
* ALSA: oxfw: share PCM buffer size for both directionTakashi Sakamoto2019-10-184-7/+22
* ALSA: fireworks: share PCM buffer size for both directionTakashi Sakamoto2019-10-184-5/+17
* ALSA: bebob: share PCM buffer size for both directionTakashi Sakamoto2019-10-184-5/+17
* ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto2019-10-1810-26/+41
* ALSA: fireface: use the same size of period for PCM substreams in AMDTP streamsTakashi Sakamoto2019-10-171-6/+23
* ALSA: firewire-motu: use the same size of period for PCM substream in AMDTP s...Takashi Sakamoto2019-10-171-8/+21
* ALSA: firewire-tascam: use the same size of period for PCM substream in AMDTP...Takashi Sakamoto2019-10-171-8/+26
* ALSA: firewire-digi00x: use the same size of period for PCM substream in AMDT...Takashi Sakamoto2019-10-171-7/+28
* ALSA: dice: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-12/+31
* ALSA: oxfw: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-11/+28
* ALSA: fireworks: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-11/+28
* ALSA: bebob: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-12/+27
* ALSA: fireface: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-173-3/+14
* ALSA: firewire-motu: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-4/+16
* ALSA: firewire-tascam: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-173-3/+15
* ALSA: firewire-digi00x: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-4/+16
* ALSA: dice: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-4/+16
* ALSA: oxfw: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-6/+19
* ALSA: fireworks: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-4/+16
* ALSA: bebob: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-4/+16
* ALSA: firewire-lib: add a member into AMDTP domain for events per periodTakashi Sakamoto2019-10-172-0/+14
* sound: Fix Kconfig indentationKrzysztof Kozlowski2019-10-0718-162/+162
* Merge tag 'sound-fix-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-2513-24/+67
|\
| * ALSA: usb-audio: Add DSD support for EVGA NU AudioJussi Laako2019-09-241-0/+1
| * Merge tag 'asoc-fix-v5.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-09-238-21/+34
| |\
| | * ASoC: ti: fix SND_SOC_DM365_VOICE_CODEC dependenciesArnd Bergmann2019-09-201-2/+9
| | * ASoC: pcm3168a: The codec does not support S32_LEPeter Ujfalusi2019-09-201-2/+1
| | * ASoC: core: use list_del_init and move it back to soc_cleanup_componentBard liao2019-09-201-1/+2
| | * ASoC: rsnd: do error check after rsnd_channel_normalization()Kuninori Morimoto2019-09-181-5/+5
| | * ASoC: atmel_ssc_dai: Remove wrong spinlock usageGregory CLEMENT2019-09-182-11/+2
| | * ASoC: core: delete component->card_list in soc_remove_component onlyBard Liao2019-09-171-2/+1
| | * ASoC: fsl_sai: Fix noise when using EDMAMihai Serban2019-09-172-0/+16