summaryrefslogtreecommitdiff
path: root/include/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Stephen Rothwell2022-06-2813-14/+61
|\
| * ASoC: core: Make snd_soc_unregister_card() return voidUwe Kleine-König2022-06-221-1/+1
| * ASoC: core: Add new SOC_DOUBLE_SX_TLV macroCharles Keepax2022-06-211-0/+12
| * ASoC: Merge fixesMark Brown2022-06-141-2/+0
| |\
| | * ASoC: Remove unused hw_write_t typeAmadeusz Sławiński2022-06-101-2/+0
| * | ASoC: SOF: topology: add code to parse config params for ACPDMIC daiAjit Kumar Pandey2022-06-142-1/+8
| * | ASoC: SOF: IPC4: Add topology, control and PCM opsMark Brown2022-06-131-0/+1
| |\ \
| | * | ASoC: SOF: Add ops_freeRanjani Sridharan2022-06-101-0/+1
| * | | ASoC: hdmi-codec: Update to modern DAI terminologyMark Brown2022-06-131-2/+2
| * | | ASoC: SOF: Add support ctx_save with IPC4Mark Brown2022-06-101-0/+8
| |\ \ \
| | * | | ASoC: SOF: ipc4: Add set_core_state pm_ops implementationPeter Ujfalusi2022-06-101-0/+8
| | |/ /
| * | | ASoC: Introduce 'fixup_controls' card methodMartin Povišer2022-06-102-0/+2
| |/ /
| * | Specify clock provider directly to CPU DAIsMark Brown2022-06-092-5/+6
| |\ \
| | * | ASoC: simple-card-utils: Move snd_soc_component_is_codec to be localCharles Keepax2022-06-061-5/+0
| | * | ASoC: soc-dai: Remove set_fmt_new callbackCharles Keepax2022-06-061-1/+0
| | * | ASoC: core: Add set_fmt_new callback that directly specifies providerCharles Keepax2022-06-061-0/+7
| | |/
| * | ASoC: simple-card-utils: Make asoc_simple_clean_reference() return voidUwe Kleine-König2022-06-071-1/+1
| * | ASoC: Intel: avs: Machine boards and HDA codec supportMark Brown2022-06-071-4/+15
| |\ \
| | * | ALSA: Add snd_pcm_direction_name() helperCezary Rojewski2022-06-061-4/+15
| | |/
| * | ASoC: Intel: soc-acpi and machine driver updatesMark Brown2022-06-071-0/+2
| |\ \
| | * | ASoC: SOF: Intel: add MeteorLake machinesBard Liao2022-06-061-0/+2
| | |/
| * | ASoC: cs35l41: Add common cs35l41 enter hibernate functionStefan Binding2022-06-061-0/+2
| * | ASoC: cs35l41: Move cs35l41 exit hibernate function into shared codeStefan Binding2022-06-061-0/+1
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Stephen Rothwell2022-06-283-6/+8
|\ \
| * | ALSA: rawmidi: Move lock to snd_rawmidi_substreamTakashi Iwai2022-06-201-1/+1
| * | ALSA: rawmidi: Make internal functions local staticTakashi Iwai2022-06-201-4/+0
| * | ALSA: control: Rename CONFIG_SND_CTL_VALIDATION to CONFIG_SND_CTL_DEBUGTakashi Iwai2022-06-151-1/+1
| * | ALSA: control: Use xarray for faster lookupsTakashi Iwai2022-06-151-0/+6
| |/
* | ASoC: Remove unused hw_write_t typeAmadeusz Sławiński2022-06-241-2/+0
|/
* Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-021-0/+4
|\
| * Input: touchscreen: use wrapper for pxa2xx ac97 registersArnd Bergmann2022-05-071-0/+4
* | Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-05-2312-14/+648
|\ \
| * | ASoC: Intel: avs: PCI driver implementationCezary Rojewski2022-05-171-1/+2
| * | ASoC: Intel: avs: Generic soc component driverCezary Rojewski2022-05-171-0/+2
| * | ASoC: core: Correct spelling fliped -> flippedCharles Keepax2022-05-161-1/+1
| * | ASoC: SOF: Add header for IPC4 manifestRanjani Sridharan2022-05-121-0/+119
| * | ASoC: SOF: ipc: introduce cont_update_posn in sof_ipc_stream_params structYC Hung2022-05-101-1/+2
| * | ASoC: soc-component: Add comment for the endianness flagCharles Keepax2022-05-091-0/+9
| * | ASoC: SOF: Add initial header file for ipc4Peter Ujfalusi2022-05-051-0/+460
| * | ALSA: hda: intel-nhlt: Move structs out of #define blockAmadeusz Sławiński2022-04-271-4/+2
| * | ASoC: soc.h: Add SOC_SINGLE_S_EXT_TLV macroRichard Fitzgerald2022-04-251-0/+6
| * | ASoC: soc.h: Introduce SOC_DOUBLE_R_S_EXT_TLV() macroSimon Trimmer2022-04-251-0/+11
| * | ASoC: soc-pcm: improve BE state transitionsMark Brown2022-04-201-0/+2
| |\ \
| | * | ASoC: soc-pcm: improve BE transition for PAUSE_RELEASEPierre-Louis Bossart2022-04-191-0/+2
| * | | ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart2022-04-191-1/+3
| * | | ASoC: SOF: add IPC-dependent file namesPierre-Louis Bossart2022-04-191-1/+1
| * | | ASoC: SOF: add default IPC capability and file pathsPierre-Louis Bossart2022-04-191-0/+4
| * | | ASoC: SOF: add path indirection to each IPC typePierre-Louis Bossart2022-04-191-2/+2
| * | | ASoC: SOF: add definitions for different IPC typesPierre-Louis Bossart2022-04-191-0/+9
| |/ /
| * | ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki2022-04-141-2/+5