summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-242-3/+3
|\
| * treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-172-3/+3
* | Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-03-233-110/+0
|\ \
| * | ARM: pxa: remove Intel Imote2 and Stargate 2 boardsJonathan Cameron2022-02-283-110/+0
* | | Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-03-23319-7106/+21344
|\ \ \
| * | | 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
| | | * | | ASoC: SOF: set up scheduler widget before all other widgets in the pipelineRanjani Sridharan2022-03-181-38/+44
| | * | | | ASoC: atmel: mchp-pdmc: print the correct property nameCodrin Ciubotariu2022-03-181-5/+6
| | |/ / /
| | * | | ASoC: fsl_spdif: Add new registers included on i.MX8ULPShengjiu Wang2022-03-172-1/+65
| | * | | ASoC: SOF: topology: Use kmemdup() to replace kzalloc + memcpyYihao Han2022-03-171-2/+1
| | * | | Introduce IPC abstraction for SOF topology parsingMark Brown2022-03-169-2193/+2735
| | |\ \ \
| | | * | | ASoC: SOF: topology: remove snd_sof_complete_pipeline()Ranjani Sridharan2022-03-164-31/+37
| | | * | | ASoC: SOF: topology: Make widget binding IPC agnosticRanjani Sridharan2022-03-162-207/+202
| | | * | | ASoC: SOF: topology: Make control parsing IPC agnosticRanjani Sridharan2022-03-165-141/+235
| | | * | | ASoC: SOF: topology: Make DAI widget parsing IPC agnosticRanjani Sridharan2022-03-162-987/+915
| | | * | | ASoC: SOF: topology: Make route setup IPC agnosticRanjani Sridharan2022-03-162-34/+40
| | | * | | ASoC: SOF: topology: Make effect widget parsing IPC agnosticRanjani Sridharan2022-03-162-268/+257
| | | * | | ASoC: SOF: topology: Make siggen widget parsing IPC agnosticRanjani Sridharan2022-03-162-59/+37
| | | * | | ASoC: SOF: topology: Make asrc widget parsing IPC agnosticRanjani Sridharan2022-03-162-71/+66
| | | * | | ASoC: SOF: topology: Make src widget parsing IPC agnosticRanjani Sridharan2022-03-162-63/+60
| | | * | | ASoC: SOF: topology: Make mux/demux widget parsing IPC agnosticRanjani Sridharan2022-03-162-42/+42
| | | * | | ASoC: SOF: topology: Make mixer widget parsing IPC agnosticRanjani Sridharan2022-03-162-42/+44
| | | * | | ASoC: SOF: topology: Make pga widget parsing IPC agnosticRanjani Sridharan2022-03-162-83/+86
| | | * | | ASoC: SOF: topology: Make buffer widget parsing IPC agnosticRanjani Sridharan2022-03-162-52/+50