aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-2/+2
2022-03-07ASoC: SOF: fix 32 signed bit overflowCurtis Malainey1-1/+1
2022-02-01Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+3
2022-01-28ASoC: hdmi-codec: Fix OOB memory accessesDmitry Osipenko1-1/+3
2022-01-24ASoC: SOF: add _D3_PERSISTENT flag to fw_ready messageKeyon Jie1-1/+1
2022-01-05Merge tag 'asoc-v5.17' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2-1/+6
2021-12-13ALSA: uapi: use C90 comment style instead of C99 styleTakashi Sakamoto1-3/+5
2021-12-13ALSA: pcm: comment about relation between msbits hw parameter and [S|U]32 formatsTakashi Sakamoto1-0/+3
2021-11-24ALSA: pcm: introduce INFO_NO_REWINDS flagPierre-Louis Bossart1-1/+1
2021-11-18ASoC: SOF: tokens: add token for Mediatek AFEYC Hung1-0/+5
2021-11-03Merge tag 'sound-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-1/+360
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2021-11-01Merge tag 'asoc-v5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2-0/+209
2021-10-28ALSA: firewire-motu: export meter information to userspace as float valueTakashi Sakamoto1-3/+5
2021-10-28ALSA: firewire-motu: refine parser for meter information in register DSP modelsTakashi Sakamoto1-1/+4
2021-10-26ASoC: qdsp6: audioreach: add topology supportSrinivas Kandagatla1-0/+208
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook1-2/+2
2021-10-18ALSA: uapi: Fix a C++ style comment in asound.hTakashi Iwai1-1/+1
2021-10-18ALSA: firewire: Fix C++ style comments in uapi headerTakashi Iwai1-33/+37
2021-10-18Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown1-0/+1
2021-10-15ALSA: firewire-motu: notify event for parameter change in register DSP modelTakashi Sakamoto1-0/+8
2021-10-15ALSA: firewire-motu: add ioctl command to read cached parameters in register DSP modelTakashi Sakamoto1-0/+1
2021-10-15ALSA: firewire-motu: parse messages for input parameters in register DSP modelTakashi Sakamoto1-0/+12
2021-10-15ALSA: firewire-motu: parse messages for line input parameters in register DSP modelTakashi Sakamoto1-0/+9
2021-10-15ALSA: firewire-motu: parse messages for output parameters in register DSP modelTakashi Sakamoto1-0/+10
2021-10-15ALSA: firewire-motu: parse messages for mixer output parameters in register DSP modelTakashi Sakamoto1-0/+6
2021-10-15ALSA: firewire-motu: parse messages for mixer source parameters in register-DSP modelTakashi Sakamoto1-0/+28
2021-10-15ALSA: firewire-motu: add ioctl command to read cached hardware meterTakashi Sakamoto1-0/+2
2021-10-15ALSA: firewire-motu: add message parser for meter information in command DSP modelTakashi Sakamoto1-0/+30
2021-10-15ALSA: firewire-motu: add message parser to gather meter information in register DSP modelTakashi Sakamoto1-0/+35
2021-10-01ASoC: SOF: topology: Add new token for dynamic pipelineRanjani Sridharan1-0/+1
2021-09-23ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSIONJaroslav Kysela1-0/+1
2021-08-30Merge tag 'asoc-v5.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+5
2021-08-23ASoC: Intel: Skylake: Support multiple format configsKareem Shaik1-1/+5
2021-08-14ALSA: pcm: Add SNDRV_PCM_INFO_EXPLICIT_SYNC flagTakashi Iwai1-0/+1
2021-05-17ALSA: rawmidi: Add framing modeDavid Henningsson1-2/+28
2020-12-04Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into asoc-5.11Mark Brown1-1/+1
2020-11-25ASoC: SOF: Add `memory_info` file to debugfsKarol Trzcinski1-1/+1
2020-11-13ASoC: topology: use inclusive language for bclk and fsyncPierre-Louis Bossart1-8/+14
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-09-08ASoC: SOF: Implement snd_sof_bytes_ext_volatile_get kcontrol IODharageswari R1-0/+3
2020-09-07ASoC: SOF: tokens: add token for component UUIDKeyon Jie1-0/+1
2020-09-04ASoC: SOF: support topology components on secondary coresGuennadi Liakhovetski1-0/+1
2020-08-26ASoC: SOF: IPC: make sof_ipc_window monosizedKarol Trzcinski1-1/+1
2020-04-27ASoC: Intel: Skylake: Automatic DMIC format configuration according to information from NHLTMateusz Gorski1-0/+1
2020-04-27ASoC: Intel: Multiple I/O PCM format support for pipeMateusz Gorski1-0/+1
2020-04-22ASoC: SOF: Fix buildMark Brown1-91/+0
2020-04-16ASoC: SOF: topology: Get HDA rate and channels from topologyBard Liao2-1/+5
2020-04-16ASoC: SOF: topology: Get ALH rate amd channels from topologyBard Liao1-0/+4
2020-04-16ASoC: SOF: make sof_ipc_cc_version to fixed lengthPan Xiuli1-1/+1