summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai2022-04-121-0/+1
* ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai2022-03-301-0/+1
* ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai2022-03-221-0/+1
* Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-03-2115-32/+151
|\
| * ASoC: Export DAI register and widget ctor and dctor functionsCezary Rojewski2022-03-111-0/+1
| * ALSA: hda: Add helper macros for DSP capable devicesCezary Rojewski2022-03-112-0/+53
| * Clean ups and preparation for IPC abstraction in the SOF driverMark Brown2022-03-102-8/+5
| |\
| | * ASoC: SOF: make struct snd_sof_dai IPC agnosticRanjani Sridharan2022-03-091-0/+5
| | * ASoC: SOF: make struct snd_sof_widget IPC agnosticRanjani Sridharan2022-03-091-8/+0
| * | ASoC: Intel: soc-acpi: quirk topology filename dynamicallyPierre-Louis Bossart2022-03-091-0/+20
| * | ALSA: intel-nhlt: add helper to detect SSP link maskPierre-Louis Bossart2022-03-091-7/+15
| * | ASoC: soc-acpi: add information on I2S/TDM link maskPierre-Louis Bossart2022-03-091-0/+2
| * | ASoC: soc-acpi: fix kernel-doc descriptorPierre-Louis Bossart2022-03-091-2/+3
| |/
| * ASoC: dt-bindings: Document Microchip's PDMCCodrin Ciubotariu2022-03-081-0/+13
| * ASoC: SOF: updates for 5.18Mark Brown2022-03-072-2/+2
| |\
| | * ASoC: SOF: fix 32 signed bit overflowCurtis Malainey2022-03-072-2/+2
| * | ASoC: audio_graph_card2: Add support for variable slot widthsRichard Fitzgerald2022-03-071-0/+11
| |/
| * ASoC: soc-acpi: remove sof_fw_filenamePierre-Louis Bossart2022-03-021-2/+0
| * ASoC: SOF: Replace zero-length array with flexible-array memberStephen Kitt2022-02-171-1/+1
| * ASoC: SOF: Move the definition of enum sof_dsp_power_states to global headerPeter Ujfalusi2022-02-101-0/+8
| * ASoC: fsl-asoc-card: Add optional dt property for setting mclk-idMark Brown2022-01-252-9/+14
| |\
| | * ASoC: tlv320aic31xx: Define PLL clock inputsAriel D'Alessandro2022-01-241-0/+5
| | * ASoC: Rename tlv320aic31xx-micbias.h as tlv320aic31xx.hAriel D'Alessandro2022-01-242-9/+9
| * | ASoC: Xilinx fixesMark Brown2022-01-251-0/+1
| |\ \
| | * | ASoC: simple-card-utils: Add new system-clock-fixed flagRobert Hancock2022-01-241-0/+1
| | |/
| * / ASoC: SOF: add _D3_PERSISTENT flag to fw_ready messageKeyon Jie2022-01-242-1/+2
| |/
* | ALSA: hda: Expose codec cleanup and power-save functionsCezary Rojewski2022-02-211-0/+3
* | ALSA: hda: Update and expose codec register proceduresCezary Rojewski2022-02-211-1/+4
* | ALSA: hda: Update and expose snd_hda_codec_device_init()Cezary Rojewski2022-02-211-0/+3
* | ALSA: hda: Add snd_hdac_ext_bus_link_at() helperCezary Rojewski2022-02-211-0/+1
* | Merge branch 'for-linus' into for-nextTakashi Iwai2022-02-152-1/+18
|\ \
| * \ Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-02-012-1/+18
| |\ \ | | |/ | |/|
| | * ASoC DPCM lockdep fixesMark Brown2022-01-281-0/+15
| | |\
| | | * ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai2022-01-281-0/+15
| | * | ASoC: hdmi-codec: Fix OOB memory accessesDmitry Osipenko2022-01-281-1/+3
| | |/
* | | Merge tag 'platform-drivers-x86-serial-multi-instantiate-1' of git://git.kern...Takashi Iwai2022-02-151-0/+20
|\ \ \
| * | | spi: Add API to count spi acpi resourcesStefan Binding2022-02-011-0/+1
| * | | spi: Support selection of the index of the ACPI Spi Resource before allocStefan Binding2022-02-011-1/+2
| * | | spi: Create helper API to lookup ACPI info for spi deviceStefan Binding2022-02-011-0/+6
| * | | spi: Make spi_alloc_device and spi_add_device public againStefan Binding2022-02-011-0/+12
| |/ /
* / / ALSA: cleanup double word in commentTom Rix2022-02-111-1/+1
|/ /
* | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-237-330/+409
|\ \
| * | bitmap: unify find_bit operationsYury Norov2022-01-152-33/+56
| * | find: micro-optimize for_each_{set,clear}_bit()Yury Norov2022-01-151-2/+2
| * | include/linux: move for_each_bit() macros from bitops.h to find.hYury Norov2022-01-152-34/+34
| * | cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2022-01-151-0/+16
| * | cpumask: use find_first_and_bit()Yury Norov2022-01-151-10/+20
| * | lib: add find_first_and_bit()Yury Norov2022-01-151-0/+27
| * | arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-13/+0
| * | include: move find.h from asm_generic to linuxYury Norov2022-01-153-4/+10