summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/tegra: Enable Jack poll for tegraMohan Kumar2022-04-121-0/+2
* ALSA: hda: Jack detection poll in suspend stateMohan Kumar2022-04-122-1/+13
* firewire: add kernel API to access packet structure in request structure for ...Takashi Sakamoto2022-04-052-0/+19
* firewire: add kernel API to access CYCLE_TIME registerTakashi Sakamoto2022-04-053-2/+34
* firewire: Add dummy read_csr/write_csr functionsHector Martin2022-04-051-0/+11
* ALSA: echoaudio: remove redundant assignment to variable iColin Ian King2022-04-051-1/+0
* ALSA: emu10k1: Stop using iommu_present()Robin Murphy2022-04-051-4/+1
* ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai2022-03-304-11/+39
* Merge tag 'asoc-fix-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2022-03-304-13/+14
|\
| * ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEVZheng Bin2022-03-251-0/+1
| * ASoC: rockchip: i2s_tdm: Fixup config for SND_SOC_DAIFMT_DSP_A/BMeng Tang2022-03-231-5/+5
| * ASoC: fsl-asoc-card: Fix jack_event() always return 0Meng Tang2022-03-211-8/+4
| * ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLsJiaxin Yu2022-03-211-0/+4
* | ALSA: hda: Avoid unsol event during RPM suspendingMohan Kumar2022-03-301-1/+7
* | ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020Kai-Heng Feng2022-03-301-2/+2
* | ALSA: hda/cs8409: Add new Dolphin HW variantsVitaly Rodionov2022-03-281-0/+5
* | ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for CyborgStefan Binding2022-03-281-8/+1
* | ALSA: hda/cs8409: Support new Warlock MLK VariantsStefan Binding2022-03-283-2/+44
* | ALSA: hda/cs8409: Fix Full Scale Volume setting for all variantsStefan Binding2022-03-282-13/+19
* | ALSA: hda/cs8409: Re-order quirk table into ascending orderStefan Binding2022-03-281-17/+17
* | ALSA: hda/cs8409: Fix Warlock to use mono mic configurationStefan Binding2022-03-281-2/+2
* | ALSA: cs4236: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-03-271-3/+5
* | ALSA: hda/realtek: Enable headset mic on Lenovo P360Kai-Heng Feng2022-03-271-0/+1
* | ALSA: hda/realtek: Add mute and micmut LED support for Zbook Fury 17 G9Kai-Heng Feng2022-03-241-1/+8
* | ALSA: hda/realtek: Add alc256-samsung-headphone fixupMatt Kramer2022-03-222-0/+15
* | ALSA: pci: fix reading of swapped values from pcmreg in AC97 codecGiacomo Guiduzzi2022-03-221-2/+2
* | ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai2022-03-221-0/+4
* | ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai2022-03-221-4/+7
* | ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai2022-03-221-14/+18
* | ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai2022-03-221-0/+4
* | ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai2022-03-223-22/+42
* | Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-03-21344-7000/+21664
|\|
| * Make the SOF control, PCM and PM code IPC agnosticMark Brown2022-03-1817-1459/+1805
| |\
| | * ASoC: SOF: Add a new dai_get_clk topology IPC opRanjani Sridharan2022-03-183-24/+42
| | * ASoC: SOF: topology: Add ops for setting up and tearing down pipelinesRanjani Sridharan2022-03-185-226/+235
| | * ASoC: SOF: expose sof_route_setup()Ranjani Sridharan2022-03-182-2/+4
| | * ASoC: SOF: Add dai_link_fixup PCM op for IPC3Ranjani Sridharan2022-03-182-171/+189
| | * ASoC: SOF: Add trigger PCM op for IPC3Ranjani Sridharan2022-03-182-17/+49
| | * ASoC: SOF: Define hw_params PCM op for IPC3Ranjani Sridharan2022-03-182-95/+115
| | * ASoC: SOF: Introduce IPC3 PCM hw_free opRanjani Sridharan2022-03-187-35/+72
| | * ASoC: SOF: pcm: expose the sof_pcm_setup_connected_widgets() functionRanjani Sridharan2022-03-182-3/+4
| | * ASoC: SOF: Introduce IPC-specific PCM opsRanjani Sridharan2022-03-182-0/+20
| | * ASoC: SOF: Add bytes_ext control IPC ops for IPC3Ranjani Sridharan2022-03-182-180/+188
| | * ASoC: SOF: Add bytes_get/put control IPC ops for IPC3Ranjani Sridharan2022-03-182-54/+77
| | * ASoC: SOF: Add enum_get/put control ops for IPC3Ranjani Sridharan2022-03-182-27/+62
| | * ASoC: SOF: Add switch get/put IPC3 opsRanjani Sridharan2022-03-182-27/+62
| | * ASoC: SOF: Add volume_get/put IPC3 opsRanjani Sridharan2022-03-182-50/+114
| | * ASoC: SOF: Add IPC3 topology control opsRanjani Sridharan2022-03-187-150/+166
| | * ASoC: SOF: Introduce IPC ops for kcontrol IORanjani Sridharan2022-03-181-0/+24
| | * ASoC: SOF: Make sof_suspend/resume IPC agnosticRanjani Sridharan2022-03-187-46/+104