summaryrefslogtreecommitdiffstats
path: root/include/uapi/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Replace with __packed attributeTakashi Iwai2023-10-261-2/+2
* ASoC: SOF: topology: Add a token for dropping widget name in kcontrol nameJyri Sarha2023-08-151-1/+5
* Merge branch 'for-next' into for-linusTakashi Iwai2023-06-263-22/+153
|\
| * Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-06-132-4/+22
| |\
| | * ALSA: ump: Add info flag bit for static blocksTakashi Iwai2023-06-121-0/+3
| | * ALSA: seq: ump: Handle groupless messagesTakashi Iwai2023-06-121-1/+4
| | * ALSA: ump: Add more attributes to UMP EP and FB infoTakashi Iwai2023-06-121-3/+15
| * | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-05-232-19/+126
| |\|
| | * ALSA: seq: Add UMP group filterTakashi Iwai2023-05-231-1/+2
| | * ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai2023-05-231-0/+14
| | * ALSA: seq: Bind UMP deviceTakashi Iwai2023-05-231-0/+1
| | * ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai2023-05-231-0/+1
| | * ALSA: seq: Add UMP group number to snd_seq_port_infoTakashi Iwai2023-05-231-1/+2
| | * ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai2023-05-231-1/+8
| | * ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai2023-05-231-0/+1
| | * ALSA: seq: Add port inactive flagTakashi Iwai2023-05-231-0/+1
| | * ALSA: seq: Add UMP supportTakashi Iwai2023-05-231-16/+37
| | * ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai2023-05-231-0/+1
| | * ALSA: ump: Add ioctls to inquiry UMP EP and Block info via control APITakashi Iwai2023-05-231-0/+2
| | * ALSA: rawmidi: Skip UMP devices at SNDRV_CTL_IOCTL_RAWMIDI_NEXT_DEVICETakashi Iwai2023-05-231-1/+2
| | * ALSA: rawmidi: UMP supportTakashi Iwai2023-05-231-1/+56
| * | ALSA: emu10k1: enable bit-exact playback, part 1: DSP attenuationOswald Buddenhagen2023-05-151-3/+5
| * | ALSA: uapi: pcm: control the filling of the silence samples for drainJaroslav Kysela2023-05-081-0/+4
| |/
* | ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfgCezary Rojewski2023-05-221-1/+2
* | ASoC: SOF: Separate the tokens for input and output pin indexRanjani Sridharan2023-05-151-1/+2
|/
* Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-04-275-74/+140
|\
| * Merge tag 'asoc-v6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-04-243-16/+34
| |\
| | * ASoC: SOF: ipc4/intel: Add support for chained DMAJyri Sarha2023-03-211-0/+1
| | * ASoC: SOF: ipc4: Add support for formats per pinsMark Brown2023-03-141-8/+12
| | |\
| | | * ASoC: SOF: ipc4-topology: Add new tokens for input/output pin format countRanjani Sridharan2023-03-131-0/+2
| | | * ASoC: SOF: ipc4-topology: Modify the type of available input/output formatsRanjani Sridharan2023-03-131-0/+1
| | | * ASoC: SOF: ipc4-topology: Do not parse the DMA_BUFFER_SIZE tokenRanjani Sridharan2023-03-131-0/+1
| | | * ASoC: SOF: Use input/output pin consistentlyRanjani Sridharan2023-03-131-6/+6
| | | * ASoC: SOF: rename a couple of tokensRanjani Sridharan2023-03-131-2/+2
| | * | ASoC: SOF: uapi: header: Update sof_abi_hdr doc for IPC4 usePeter Ujfalusi2023-03-132-3/+10
| | * | ASoC: SOF: uapi: header: Convert sof_abi_hdr comments to kernel stylePeter Ujfalusi2023-03-131-8/+14
| | |/
| * | ALSA: emu10k1: fixup DSP definesOswald Buddenhagen2023-04-231-51/+93
| * | ALSA: emu10k1: comment updatesOswald Buddenhagen2023-04-231-0/+3
| * | ALSA: emu10k1: remove obsolete card type variable and definesOswald Buddenhagen2023-04-221-3/+0
| * | ALSA: pcm: rewrite snd_pcm_playback_silence()Oswald Buddenhagen2023-04-211-3/+8
| * | ALSA: document that struct __snd_pcm_mmap_control64 is messed upOswald Buddenhagen2023-04-061-1/+2
| |/
* / ASoC: uapi: Replace zero-length arrays with __DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2023-03-051-3/+3
|/
* Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-02-161-0/+4
|\
| * ASoC: Intel: avs: Parse control tuplesAmadeusz Sławiński2022-12-251-0/+4
* | ALSA: fireface: add field for the number of messages copied to user spaceTakashi Sakamoto2023-02-041-0/+2
* | ALSA: fireface: update UAPI for data of knob controlTakashi Sakamoto2023-01-131-0/+24
|/
* Merge tag 'asoc-v6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2022-12-062-0/+41
|\
| * ASoC: SOF: Add DAI configuration support for AMD platforms.V sujith kumar Reddy2022-11-291-0/+5
| * ASoC: SOF: Add support to parse pin binding array from topologyChao Song2022-11-071-0/+7
| * ASoC: SOF: Add support for parsing the number of sink/source pinsChao Song2022-11-071-0/+2