aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound
AgeCommit message (Expand)AuthorFilesLines
2023-04-06ASoC: SOF: Intel: hda-mlink: add structures to parse ALT linksPierre-Louis Bossart1-2/+2
2023-04-06ASoC: SOF: Intel: hda-mlink: move to a dedicated modulePierre-Louis Bossart1-0/+31
2023-04-06ALSA: hda: add HDaudio Extended link definitionsPierre-Louis Bossart1-2/+38
2023-04-05ASoC: soc.h: remove unused params/num_paramsKuninori Morimoto1-3/+0
2023-04-05ASoC: soc.h: clarify Codec2Codec paramsKuninori Morimoto1-3/+9
2023-04-04ASoC: SOF: Add flag and state which will be used for DSP-less modePeter Ujfalusi1-0/+5
2023-03-30ALSA: ac97: Define dummy functions for snd_ac97_suspend() and resume()Takashi Iwai1-0/+3
2023-03-28ASoC: soc-core.c: add snd_soc_add_pcm_runtimes()Kuninori Morimoto1-2/+3
2023-03-24ALSA: pcm: Improved XRUN handling for indirect PCM helpersTakashi Iwai1-6/+16
2023-03-21ASoC: SOF: ipc4/intel: Support for ChainDMAMark Brown1-0/+29
2023-03-21ASoC: SOF: ipc4: Add macros for chain-dma message bitsJyri Sarha1-0/+29
2023-03-21ASoC: cs35l56: Add driver for Cirrus Logic CS35L56Richard Fitzgerald1-0/+266
2023-03-14ASoC: soc-pcm.c: remove indirect runtime copyKuninori Morimoto1-1/+0
2023-03-07ASoC: SOF: ipc4: Add macro to set the core_id in create_pipe messagePeter Ujfalusi1-0/+4
2023-03-05ALSA: cs35l41: Add shared boost featureLucas Tanure1-1/+12
2023-03-04Merge tag 'sound-fix-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+2
2023-03-03Merge tag 'asoc-fix-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+2
2023-02-28ASoC: soc-pcm: add option to start DMA after DAIClaudiu Beznea1-0/+2
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2023-02-22Merge tag 'sound-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds14-500/+376
2023-02-16Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai10-495/+370
2023-02-15ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declaredLucas Tanure1-0/+1
2023-02-10ALSA: hda: remove redundant variable in snd_hdac_stream_start()Zhang Yiqun1-1/+1
2023-02-08ALSA: core: Make snd_card_free() return voidUwe Kleine-König1-1/+1
2023-02-08ALSA: core: Make snd_card_free_when_closed() return voidUwe Kleine-König1-1/+1
2023-02-08ALSA: core: Make snd_card_disconnect() return voidUwe Kleine-König1-1/+1
2023-02-03ALSA: hda: Fix the control element identification for multiple codecsJaroslav Kysela1-0/+1
2023-02-03ASoC: amd: update ps platform acp header fileVijendar Mukunda1-457/+294
2023-01-31ASoC: cs42l42: Add SoundWire supportMark Brown1-0/+5
2023-01-31ASoC: cs42l42: Add SOFT_RESET_REBOOT registerRichard Fitzgerald1-0/+5
2023-01-31ASoC: soc-dai.h: cleanup Playback/Capture data for snd_soc_daiKuninori Morimoto1-42/+26
2023-01-31ASoC: soc.h: add snd_soc_card_is_instantiated() helperKuninori Morimoto1-0/+6
2023-01-31ASoC: soc-dai.h: add snd_soc_dai_get/set_widget_playback/capture() helperKuninori Morimoto1-0/+4
2023-01-31ASoC: soc-dai.h: add snd_soc_dai_tdm_mask_set/get() helperKuninori Morimoto1-0/+17
2023-01-31ASoC: soc-dai.h: add snd_soc_dai_dma_data_set/get() for low levelKuninori Morimoto1-7/+10
2023-01-31ASoC: soc-dai.h: add missing snd_soc_dai_set_widget()Kuninori Morimoto1-2/+10
2023-01-30ASoC: topology: Use unload() op directlyAmadeusz Sławiński1-1/+1
2023-01-28ASoC: SOF: ipc4: Multi-stream playback and capture supportMark Brown2-0/+5
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-27ASoC: simple-card-utils: create jack inputs for aux_devsAstrid Rost1-0/+3
2023-01-27ASoC: soc-component: add get_jack_typeAstrid Rost1-0/+2
2023-01-27ASoC: SOF: ipc4-pcm: Use the PCM stream's pipeline_info during triggerRanjani Sridharan1-0/+3
2023-01-27ASoC: soc-pcm: Export widget_in_list()Ranjani Sridharan1-0/+2
2023-01-25ALSA: ac97: make remove callback of ac97 driver void returnedDawei Li1-1/+1
2023-01-16ASoC: samsung: remove unused driversArnd Bergmann1-14/+0
2022-12-09ALSA: hda/hdmi: fix stream-id config keep-alive for rt suspendKai Vehmanen1-0/+1
2022-12-09Merge tag 'asoc-v6.2-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-0/+2
2022-12-06Merge tag 'asoc-v6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai13-188/+363
2022-12-05ALSA: hda: Allow for compress stream to hdac_ext_stream assignmentCezary Rojewski1-0/+2
2022-12-04ASoC/tda998x: Fix reporting of nonexistent capture streamsMark Brown1-0/+4