summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Cap upper limits of buffer/period bytes for implicit fbTakashi Iwai2022-04-081-2/+87
* ALSA: hda: intel-dsp-config: update AlderLake PCI IDsPierre-Louis Bossart2022-04-071-2/+16
* sound/oss/dmasound: fix build when drivers are mixed =y/=mRandy Dunlap2022-04-072-29/+1
* ALSA: hda/realtek: Add quirk for Clevo PD50PNTTim Crawford2022-04-071-0/+1
* ALSA: usb-audio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-051-1/+1
* ALSA: hda/i915 - skip acomp init if no matching displayKai Vehmanen2022-04-051-10/+19
* ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai2022-03-303-11/+38
* 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-221-0/+11
* | 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-222-22/+41
* | Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-03-21282-6719/+20444
|\|
| * 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
| | * ASoC: SOF: Make sof_widget_setup/free IPC agnosticRanjani Sridharan2022-03-186-326/+246