summaryrefslogtreecommitdiffstats
path: root/include/sound
Commit message (Expand)AuthorAgeFilesLines
...
| * | ASoC: tas2781: fixed compiling issue in m68kShenghao Ding2023-10-021-0/+5
| * | ASoC: remove asoc_xxx() compatible macroKuninori Morimoto2023-09-263-56/+0
| * | ASoC: simple_card_utils.h: convert not to use asoc_xxx()Kuninori Morimoto2023-09-253-65/+108
| * | ASoC: soc.h: convert asoc_xxx() to snd_soc_xxx()Kuninori Morimoto2023-09-252-16/+30
| * | ASoC: SOF: ipc4/Intel: Support for firmware exceptionMark Brown2023-09-191-0/+17
| |\ \
| | * | ASoC: SOF: ipc4-mtrace: move debug slot related definitions to header.hRander Wang2023-09-191-0/+17
| * | | ASoC: SOF: Drop unused IPC type definesPeter Ujfalusi2023-09-191-3/+0
| * | | ASoC: SOF: Introduce generic names for IPC typesPeter Ujfalusi2023-09-191-2/+5
| |/ /
| * | ASoC: Intel: common: add ACPI matching tables for Arrow LakeArun T2023-09-161-0/+2
| * | ASoC: SOF: ipc4: Add new message type: SOF_IPC4_GLB_LOAD_LIBRARY_PREPAREPeter Ujfalusi2023-09-151-4/+11
| * | ASoC: SOF: Pass PCI SSID to machine driverRichard Fitzgerald2023-09-122-0/+15
| * | ASoC: soc-card: Add storage for PCI SSIDRichard Fitzgerald2023-09-122-0/+48
| * | ASoC: Convert some Maxim codecs to use GPIOMark Brown2023-09-111-4/+0
| |\ \
| | * | ASoC: max9768: Convert to use GPIO descriptorsLinus Walleij2023-09-111-4/+0
| * | | Improve CS35l41-based audio codec driversMark Brown2023-09-111-2/+2
| |\ \ \
| | * | | ASoC: cs35l41: Fix broken shared boost activationCristian Ciocaltea2023-09-111-2/+2
| | |/ /
| * / / ASoC: soc.h: replace custom COUNT_ARGS() & CONCATENATE() implementationsAndy Shevchenko2023-09-111-5/+2
| |/ /
* | | ALSA: hda: i915: Remove extra argument from snd_hdac_i915_initMaarten Lankhorst2023-10-191-2/+2
* | | ALSA: hda: i915: Add an allow_modprobe argument to snd_hdac_i915_initMaarten Lankhorst2023-10-191-2/+2
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2023-10-192-0/+3
|\ \ \ | | |/ | |/|
| * | ASoC: soc-dapm: Add helper for comparing widget nameKrzysztof Kozlowski2023-10-091-0/+1
| * | ASoC: core: Do not call link_exit() on uninitialized rtd objectsAmadeusz Sławiński2023-09-291-0/+2
| |/
* | ALSA: hda: Add code_loading parameter to stream setupCezary Rojewski2023-10-062-3/+3
* | ALSA: hda: Introduce HOST stream setup mechanismCezary Rojewski2023-10-061-0/+3
* | ALSA: hda: Poll SDxFIFOS after programming SDxFMTCezary Rojewski2023-10-062-0/+5
|/
* ASoC: Name iov_iter argument as iterator instead of bufferTakashi Iwai2023-09-011-2/+2
* ASoC: dmaengine: Drop unused iov_iter for process callbackTakashi Iwai2023-09-011-1/+1
* Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-08-2813-78/+47
|\
| * Add I2S support for the StarFive JH7110 SoCMark Brown2023-08-231-0/+3
| |\
| | * ASoC: dwc: i2s: Add StarFive JH7110 SoC supportXingyu Wu2023-08-231-0/+3
| * | ASoC: Delete UDA134x/L3 audio codecLinus Walleij2023-08-232-52/+0
| |/
| * Add cs42l43 PC focused SoundWire CODECMark Brown2023-08-221-0/+17
| |\
| | * ASoC: cs42l43: Add support for the cs42l43Charles Keepax2023-08-181-0/+17
| * | ASoC: rt5682s: Convert to use GPIO descriptorsLinus Walleij2023-08-171-3/+0
| * | ASoC: rt5682: Convert to use GPIO descriptorsLinus Walleij2023-08-171-3/+0
| * | ASoC: rt5668: Convert to use GPIO descriptorsLinus Walleij2023-08-171-3/+0
| * | ASoC: rt5665: Convert to use GPIO descriptorsLinus Walleij2023-08-171-2/+0
| * | ASoC: dapm: Add a flag for not having widget name in kcontrol nameJyri Sarha2023-08-151-0/+1
| * | ASoC: soc-dai.h: remove unused call back functionsKuninori Morimoto2023-08-141-13/+0
| * | ASoC: soc-dai.h: merge DAI call back functions into opsKuninori Morimoto2023-08-141-0/+13
| * | ASoC: SOF: Intel: add LunarLake supportMark Brown2023-08-083-3/+30
| |\ \
| | * | ASoC: SOF: Intel: hda-mlink: add helper to get sublink LSDIID registerPierre-Louis Bossart2023-08-071-0/+4
| * | | ASoC: soc-acpi: Add missing kernel docCharles Keepax2023-08-031-0/+1
| * | | ASoC: SOF: Deprecate invalid enums in IPC3Curtis Malainey2023-07-311-2/+2
| * | | ASoC: soc-acpi: move link_slaves_found()Pierre-Louis Bossart2023-07-311-0/+6
* | | | ALSA: ump: Don't create unused substreams for static blocksTakashi Iwai2023-08-241-0/+1
* | | | ALSA: pcm: Drop obsoleted PCM copy_user and copy_kernel opsTakashi Iwai2023-08-181-5/+0
* | | | ASoC: pcm: Drop obsoleted PCM copy_user opsTakashi Iwai2023-08-181-7/+0
* | | | ASoC: dmaengine: Use iov_iter for process callback, tooTakashi Iwai2023-08-181-1/+1
* | | | ASoC: component: Add generic PCM copy opsTakashi Iwai2023-08-181-0/+7