summaryrefslogtreecommitdiff
path: root/include/sound
AgeCommit message (Expand)AuthorFilesLines
2024-07-26Merge tag 'sound-fix-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+1
2024-07-19Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds13-46/+354
2024-07-19ALSA: hda: tas2781: mark const variables as __maybe_unusedArnd Bergmann1-3/+3
2024-07-15Merge tag 'asoc-v6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai12-44/+340
2024-07-12ASoC: tas2781: Add new Kontrol to set tas2563 digital VolumeShenghao Ding2-1/+262
2024-07-09ASoc: TAS2781: rename the tas2781_reset as tasdevice_resetShenghao Ding1-4/+4
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter1-0/+1
2024-07-03ASoC: dapm: Use unsigned for number of widgets in snd_soc_dapm_new_controls()Krzysztof Kozlowski1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-4/+1
2024-07-03ASoC: cs35l56: Limit Speaker Volume to +12dB maximumRichard Fitzgerald1-1/+1
2024-07-02ALSA: pcm: optimize and clarify stream synchronization ID APIJaroslav Kysela1-2/+13
2024-07-02ALSA: pcm: reinvent the stream synchronization ID APIJaroslav Kysela1-1/+2
2024-07-01ASoC: cs35l56: Remove support for A1 siliconRichard Fitzgerald1-2/+0
2024-07-01ASoC: cs35l56: Revert support for dual-ownership of ASP registersRichard Fitzgerald1-3/+6
2024-06-26ASoC: simple-card-utils: add link-trigger-order supportKuninori Morimoto1-0/+4
2024-06-24ASoc: tas2781: Add name_prefix as the prefix name of firmwares and kcontrol t...Shenghao Ding1-0/+1
2024-06-23ASoC: Few constifications (mostly arguments)Mark Brown2-21/+24
2024-06-21ASoC: Merge up fixesMark Brown1-0/+1
2024-06-19ASoC: rt1318: Add RT1318 audio amplifier driverJack Yu1-0/+16
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula32-65/+225
2024-06-18ASoc: tas2781: Enable RCA-based playback without DSP firmware downloadShenghao Ding1-2/+9
2024-06-18ASoC: Constify return of snd_soc_dai_get_pcm_stream()Krzysztof Kozlowski1-1/+1
2024-06-18ASoC: Constify DAI passed to get_channel_mapKrzysztof Kozlowski1-2/+2
2024-06-18ASoC: Constify passed data to core functionKrzysztof Kozlowski2-16/+19
2024-06-18ASoC: Constify of_phandle_args in snd_soc_dai_link_componentKrzysztof Kozlowski1-1/+1
2024-06-18ASoC: Constify of_phandle_args in snd_soc_dai_driverKrzysztof Kozlowski1-1/+1
2024-06-17ASoC: soc-dai.h: Constify DAI ops auto_selectable_formatsKrzysztof Kozlowski1-1/+1
2024-06-11ALSA: dmaengine: Synchronize dma channel after drop()Jai Luthra1-0/+1
2024-06-03ASoC: simple-card-utils: remove both playback/capture_only checkKuninori Morimoto1-1/+1
2024-06-03ASoC: Merge up fixesMark Brown1-1/+1
2024-05-31drm: move i915_component.h under include/drm/intelJani Nikula1-1/+1
2024-05-29ASoC: qcom: x1e80100: Correct channel mappingMark Brown2-6/+6
2024-05-29ASoC: Intel: boards: updates for 6.11Mark Brown1-0/+1
2024-05-29Support Tegra I2S client format conversionMark Brown1-0/+2
2024-05-29ASoC: SOF: sof-audio: add sof_dai_get_tdm_slots functionBrent Lu1-0/+1
2024-05-29ALSA: pcm: fix typo in commentAlexandre Belloni1-1/+1
2024-05-27ASoC: simple-card-utils: Split simple_fixup_sample_fmt funcMohan Kumar1-0/+2
2024-05-27ASoC: topology: Constify an argument of snd_soc_tplg_component_load()Christophe JAILLET1-1/+1
2024-05-27ASoC: Constify channel mapping array arguments in set_channel_map()Krzysztof Kozlowski2-6/+6
2024-05-23Merge tag 'asoc-fix-v6.10-merge-window' of https://git.kernel.org/pub/scm/lin...Takashi Iwai1-4/+3
2024-05-20ASoC: tas2781: Fix wrong loading calibrated data sequenceShenghao Ding1-4/+3
2024-05-13Merge tag 'asoc-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai7-15/+161
2024-05-09ALSA/ASoC: include: clarify Copyright informationPierre-Louis Bossart19-19/+19
2024-05-08Merge branch 'topic/hda-config-pm-cleanup' into for-nextTakashi Iwai2-11/+2
2024-05-08ALSA: hda: Add Intel BMG PCI ID and HDMI codec vidChaitanya Kumar Borah1-0/+1
2024-05-08ALSA: hda: codec: Reduce CONFIG_PM dependenciesTakashi Iwai1-11/+0
2024-05-02ASoC: Use inline function for type safety in snd_soc_substream_to_rtd()Krzysztof Kozlowski1-2/+6
2024-05-01Merge tag 'asoc-fix-v6.9-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai1-0/+2
2024-04-30ASoC: Intel: avs: PCM code cleanupMark Brown1-0/+4