summaryrefslogtreecommitdiffstats
path: root/include/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: emu10k1: fixup DSP definesOswald Buddenhagen2023-04-231-40/+6
* ALSA: emu10k1: pull in some register definitions from kX-projectOswald Buddenhagen2023-04-231-23/+55
* ALSA: emu10k1: remove some bogus definesOswald Buddenhagen2023-04-231-15/+0
* ALSA: emu10k1: eliminate some unused definesOswald Buddenhagen2023-04-231-6/+0
* ALSA: emu10k1: fix lineup of EMU_HANA_* definesOswald Buddenhagen2023-04-231-22/+22
* ALSA: emu10k1: comment updatesOswald Buddenhagen2023-04-231-264/+240
* ALSA: emu10k1: fix snd_emu1010_fpga_read() input masking for rev2 cardsOswald Buddenhagen2023-04-221-1/+2
* ALSA: emu10k1: remove unused emu->pcm_playback_efx_substream fieldOswald Buddenhagen2023-04-221-1/+0
* ALSA: emu10k1: fix access to Audigy GPIO portOswald Buddenhagen2023-04-221-1/+6
* ALSA: emu10k1: properly assert E-MU FPGA access constaintsOswald Buddenhagen2023-04-221-3/+3
* ALSA: emu10k1: clean up P16V part somewhatOswald Buddenhagen2023-04-221-2/+1
* ALSA: emu10k1: remove unused snd_emu10k1_voice.emu fieldOswald Buddenhagen2023-04-221-1/+0
* ALSA: emu10k1: remove obsolete card type variable and definesOswald Buddenhagen2023-04-221-1/+0
* ALSA: emu10k1: clarify various fx8010.*_mask fieldsOswald Buddenhagen2023-04-211-4/+2
* ALSA: pcm: rewrite snd_pcm_playback_silence()Oswald Buddenhagen2023-04-211-7/+7
* ALSA: ac97: Define dummy functions for snd_ac97_suspend() and resume()Takashi Iwai2023-03-301-0/+3
* ALSA: pcm: Improved XRUN handling for indirect PCM helpersTakashi Iwai2023-03-241-6/+16
* Merge tag 'sound-fix-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-041-0/+2
|\
| * Merge tag 'asoc-fix-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/...Takashi Iwai2023-03-031-0/+2
| |\
| | * ASoC: soc-pcm: add option to start DMA after DAIClaudiu Beznea2023-02-281-0/+2
* | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\ \ \
| * | | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* | | | Merge tag 'sound-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-02-2214-500/+376
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-02-1610-495/+370
| |\ \ \ | | | |/ | | |/|
| | * | ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declaredLucas Tanure2023-02-151-0/+1
| | * | ASoC: amd: update ps platform acp header fileVijendar Mukunda2023-02-031-457/+294
| | * | ASoC: cs42l42: Add SoundWire supportMark Brown2023-01-311-0/+5
| | |\ \
| | | * | ASoC: cs42l42: Add SOFT_RESET_REBOOT registerRichard Fitzgerald2023-01-311-0/+5
| | * | | ASoC: soc-dai.h: cleanup Playback/Capture data for snd_soc_daiKuninori Morimoto2023-01-311-42/+26
| | * | | ASoC: soc.h: add snd_soc_card_is_instantiated() helperKuninori Morimoto2023-01-311-0/+6
| | * | | ASoC: soc-dai.h: add snd_soc_dai_get/set_widget_playback/capture() helperKuninori Morimoto2023-01-311-0/+4
| | * | | ASoC: soc-dai.h: add snd_soc_dai_tdm_mask_set/get() helperKuninori Morimoto2023-01-311-0/+17
| | * | | ASoC: soc-dai.h: add snd_soc_dai_dma_data_set/get() for low levelKuninori Morimoto2023-01-311-7/+10
| | * | | ASoC: soc-dai.h: add missing snd_soc_dai_set_widget()Kuninori Morimoto2023-01-311-2/+10
| | |/ /
| | * | ASoC: topology: Use unload() op directlyAmadeusz Sławiński2023-01-301-1/+1
| | * | ASoC: SOF: ipc4: Multi-stream playback and capture supportMark Brown2023-01-282-0/+5
| | |\ \
| | | * | ASoC: SOF: ipc4-pcm: Use the PCM stream's pipeline_info during triggerRanjani Sridharan2023-01-271-0/+3
| | | * | ASoC: soc-pcm: Export widget_in_list()Ranjani Sridharan2023-01-271-0/+2
| | | |/
| | * | ASoC: simple-card-utils: create jack inputs for aux_devsAstrid Rost2023-01-271-0/+3
| | * | ASoC: soc-component: add get_jack_typeAstrid Rost2023-01-271-0/+2
| | |/
| * | ALSA: hda: remove redundant variable in snd_hdac_stream_start()Zhang Yiqun2023-02-101-1/+1
| * | ALSA: core: Make snd_card_free() return voidUwe Kleine-König2023-02-081-1/+1
| * | ALSA: core: Make snd_card_free_when_closed() return voidUwe Kleine-König2023-02-081-1/+1
| * | ALSA: core: Make snd_card_disconnect() return voidUwe Kleine-König2023-02-081-1/+1
| * | ALSA: hda: Fix the control element identification for multiple codecsJaroslav Kysela2023-02-031-0/+1
| * | ALSA: ac97: make remove callback of ac97 driver void returnedDawei Li2023-01-251-1/+1
| |/
* / ASoC: samsung: remove unused driversArnd Bergmann2023-01-161-14/+0
|/
* ALSA: hda/hdmi: fix stream-id config keep-alive for rt suspendKai Vehmanen2022-12-091-0/+1
* Merge tag 'asoc-v6.2-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2022-12-091-0/+2
|\
| * ALSA: hda: Allow for compress stream to hdac_ext_stream assignmentCezary Rojewski2022-12-051-0/+2