aboutsummaryrefslogtreecommitdiff
path: root/include/sound
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2022-03-30ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockGravatar Takashi Iwai 1-0/+1
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Gravatar Linus Torvalds 1-2/+2
2022-03-22ALSA: pcm: Fix races among concurrent hw_params and hw_free callsGravatar Takashi Iwai 1-0/+1
2022-03-21Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 11-21/+122
2022-03-11ASoC: Export DAI register and widget ctor and dctor functionsGravatar Cezary Rojewski 1-0/+1
2022-03-11ALSA: hda: Add helper macros for DSP capable devicesGravatar Cezary Rojewski 2-0/+53
2022-03-10Clean ups and preparation for IPC abstraction in the SOF driverGravatar Mark Brown 2-8/+5
2022-03-09ASoC: Intel: soc-acpi: quirk topology filename dynamicallyGravatar Pierre-Louis Bossart 1-0/+20
2022-03-09ALSA: intel-nhlt: add helper to detect SSP link maskGravatar Pierre-Louis Bossart 1-7/+15
2022-03-09ASoC: soc-acpi: add information on I2S/TDM link maskGravatar Pierre-Louis Bossart 1-0/+2
2022-03-09ASoC: soc-acpi: fix kernel-doc descriptorGravatar Pierre-Louis Bossart 1-2/+3
2022-03-09ASoC: SOF: make struct snd_sof_dai IPC agnosticGravatar Ranjani Sridharan 1-0/+5
2022-03-09ASoC: SOF: make struct snd_sof_widget IPC agnosticGravatar Ranjani Sridharan 1-8/+0
2022-03-07ASoC: SOF: updates for 5.18Gravatar Mark Brown 1-1/+1
2022-03-07ASoC: audio_graph_card2: Add support for variable slot widthsGravatar Richard Fitzgerald 1-0/+11
2022-03-07ASoC: SOF: fix 32 signed bit overflowGravatar Curtis Malainey 1-1/+1
2022-03-02ASoC: soc-acpi: remove sof_fw_filenameGravatar Pierre-Louis Bossart 1-2/+0
2022-02-21ALSA: hda: Expose codec cleanup and power-save functionsGravatar Cezary Rojewski 1-0/+3
2022-02-21ALSA: hda: Update and expose codec register proceduresGravatar Cezary Rojewski 1-1/+4
2022-02-21ALSA: hda: Update and expose snd_hda_codec_device_init()Gravatar Cezary Rojewski 1-0/+3
2022-02-21ALSA: hda: Add snd_hdac_ext_bus_link_at() helperGravatar Cezary Rojewski 1-0/+1
2022-02-17ASoC: SOF: Replace zero-length array with flexible-array memberGravatar Stephen Kitt 1-1/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGravatar Gustavo A. R. Silva 1-2/+2
2022-02-15Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-0/+15
2022-02-11ALSA: cleanup double word in commentGravatar Tom Rix 1-1/+1
2022-02-10ASoC: SOF: Move the definition of enum sof_dsp_power_states to global headerGravatar Peter Ujfalusi 1-0/+8
2022-02-01Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Takashi Iwai 1-0/+15
2022-01-28ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksGravatar Takashi Iwai 1-0/+15
2022-01-25ASoC: Xilinx fixesGravatar Mark Brown 1-0/+1
2022-01-24ASoC: simple-card-utils: Add new system-clock-fixed flagGravatar Robert Hancock 1-0/+1
2022-01-24ASoC: SOF: add _D3_PERSISTENT flag to fw_ready messageGravatar Keyon Jie 1-0/+1
2022-01-10Merge tag 'asoc-v5.17-2' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Takashi Iwai 1-0/+7
2022-01-07ASoC: cs35l41: Add support for hibernate memory retention modeGravatar Charles Keepax 1-0/+5
2022-01-07ASoC: cs35l41: Update handling of test key registersGravatar Charles Keepax 1-0/+2
2022-01-05Merge tag 'asoc-v5.17' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 13-28/+863
2022-01-05Merge branch 'for-next' into for-linusGravatar Takashi Iwai 6-32/+58
2021-12-31ASoC: cs35l41: Create shared function for boost configurationGravatar Lucas Tanure 1-0/+2
2021-12-31ASoC: cs35l41: Create shared function for setting channelsGravatar Lucas Tanure 1-0/+3
2021-12-31ASoC: cs35l41: Create shared function for errata patchesGravatar Lucas Tanure 1-0/+1
2021-12-31ASoC: cs35l41: Move cs35l41_otp_unpack to shared codeGravatar Lucas Tanure 1-2/+2
2021-12-31ASoC: cs35l41: Convert tables to shared source codeGravatar Lucas Tanure 1-0/+733
2021-12-25ALSA: HDA: hdac_ext_stream: use consistent prefixes for variablesGravatar Pierre-Louis Bossart 1-13/+13
2021-12-25ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.cGravatar Pierre-Louis Bossart 2-1/+1
2021-12-24ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWireGravatar Pierre-Louis Bossart 1-16/+16
2021-12-23ASoC: core: Add snd_soc_of_parse_pin_switches() from simple-card-utilsGravatar Stephan Gerhold 1-0/+1
2021-12-23ASoC: SOF: Rename 'enum snd_sof_fw_state' to 'enum sof_fw_state'Gravatar Peter Ujfalusi 1-2/+2
2021-12-23ASoC: SOF: Move the definition of enum snd_sof_fw_state to global headerGravatar Peter Ujfalusi 1-0/+22
2021-12-17Support HDMI audio on NVIDIA Tegra20Gravatar Mark Brown 1-2/+0
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' of git://git.kernel.org/pub...Gravatar Mark Brown 1-2/+0