summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2023-06-12ALSA: firewire: use 'GPL' string for module license contributed by Takashi Sa...Takashi Sakamoto6-6/+6
2023-06-11ALSA: hda: Use maple tree register cacheMark Brown1-1/+1
2023-06-07ALSA: Implement the new Virtual PCM Test DriverIvan Orlov3-0/+745
2023-06-07ALSA: hda/intel: Workaround for WALLCLK register for loongson controllerYanteng Si1-0/+7
2023-06-07ALSA: hda: Workaround for SDnCTL register on loongsonYanteng Si2-1/+6
2023-06-07ALSA: hda: Using polling mode for loongson controller by defaultYanteng Si2-1/+9
2023-06-07ALSA: hda: Add Loongson LS7A HD-Audio supportYanteng Si3-0/+9
2023-06-06ALSA: control: Keep the previous numid at snd_ctl_rename_id()Takashi Iwai1-2/+10
2023-06-06ALSA: hda/realtek: Delete cs35l41 component master during freeStefan Binding1-0/+3
2023-06-06ALSA: hda: cs35l41: Fix endian conversionsStefan Binding1-4/+4
2023-06-06ALSA: hda: cs35l41: Clean up Firmware Load ControlsStefan Binding1-14/+10
2023-06-05Merge branch 'topic/midi20' into for-nextTakashi Iwai1-1/+1
2023-06-05ALSA: seq: Avoid confusion of aligned read sizeTakashi Iwai1-1/+1
2023-06-05ALSA: emu10k1: vastly improve usefulness of info in /procOswald Buddenhagen2-144/+110
2023-06-05ALSA: emu10k1: make E-MU FPGA register dump in /proc more usefulOswald Buddenhagen2-4/+67
2023-06-05ALSA: emu10k1: include FX send amounts in /proc outputOswald Buddenhagen1-24/+25
2023-06-05ALSA: emu10k1: actually disassemble DSP instructions in /procOswald Buddenhagen1-19/+130
2023-06-05ALSA: emu10k1: fix writing 1st pointer-offset register set through /procOswald Buddenhagen1-4/+7
2023-06-05ALSA: emu10k1: hide absent 2nd pointer-offset register set from /procOswald Buddenhagen1-9/+13
2023-06-05ALSA: Switch i2c drivers back to use .probe()Uwe Kleine-König4-4/+4
2023-05-25Merge branch 'topic/midi20' into for-nextTakashi Iwai1-4/+1
2023-05-25ALSA: ump: Fix parsing of 0xFx commandTakashi Iwai1-1/+1
2023-05-25ALSA: ump: Drop redundant check of note-on with zero velocityTakashi Iwai1-3/+0
2023-05-24ALSA: emu10k1: fix multi-channel capture config for E-MU cardsOswald Buddenhagen1-44/+32
2023-05-24ALSA: emu10k1: don't restrict capture channel count to powers of twoOswald Buddenhagen1-8/+19
2023-05-24ALSA: emu10k1: fix support for 24 kHz captureOswald Buddenhagen1-1/+1
2023-05-24ALSA: emu10k1: fix capture buffer size confusionOswald Buddenhagen1-7/+10
2023-05-24ALSA: emu10k1: make channel count of multi-channel playback flexibleOswald Buddenhagen1-9/+9
2023-05-24ALSA: emu10k1: add synchronized start of multi-channel playbackOswald Buddenhagen2-18/+164
2023-05-24ALSA: emu10k1: don't limit multi-channel playback to two periodsOswald Buddenhagen1-4/+5
2023-05-23Merge branch 'topic/midi20' into for-nextTakashi Iwai31-298/+4972
2023-05-23ALSA: emu10k1: pass raw FX send config to snd_emu10k1_pcm_init_voice()Oswald Buddenhagen1-30/+24
2023-05-23ALSA: emu10k1: introduce higher-level voice manipulation functionsOswald Buddenhagen1-17/+53
2023-05-23ALSA: seq: Add UMP group filterTakashi Iwai3-0/+16
2023-05-23ALSA: seq: Print UMP Endpoint and Block information in proc outputsTakashi Iwai1-0/+30
2023-05-23ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai4-2/+139
2023-05-23ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai1-0/+60
2023-05-23ALSA: seq: Bind UMP deviceTakashi Iwai4-1/+423
2023-05-23ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai2-8/+18
2023-05-23ALSA: seq: Automatic conversion of UMP eventsTakashi Iwai7-14/+1279
2023-05-23ALSA: seq: Add UMP group number to snd_seq_port_infoTakashi Iwai2-3/+9
2023-05-23ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai6-2/+35
2023-05-23ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai2-8/+40
2023-05-23ALSA: seq: Add port inactive flagTakashi Iwai2-0/+6
2023-05-23ALSA: seq: Add UMP supportTakashi Iwai5-47/+144
2023-05-23ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai3-0/+10
2023-05-23ALSA: seq: Prohibit creating ports with special numbersTakashi Iwai1-0/+2
2023-05-23ALSA: seq: Check validity before creating a port objectTakashi Iwai1-6/+2
2023-05-23ALSA: seq: Check the conflicting port at port creationTakashi Iwai3-15/+27
2023-05-23ALSA: seq: Drop dead code for the old broadcast supportTakashi Iwai1-104/+1