index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
pm.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-04
ASoC: SOF: Intel: don't ignore IOC interrupts for non-audio transfers
Pierre-Louis Bossart
3
-3
/
+49
2024-04-04
ASoC: SOF: Intel: hda-loader: change signature of code loader helpers
Pierre-Louis Bossart
2
-27
/
+34
2024-04-04
ASoC: SOF: Intel: hda-loader: add flag to tag ICCMAX stream
Pierre-Louis Bossart
2
-6
/
+6
2024-04-04
ASoC: SOF: Clean up sof_ipc_flood_dfs_write()
Dan Carpenter
1
-6
/
+11
2024-04-04
ASoC: SOF: Disable pointless writes to debugfs file
Dan Carpenter
1
-19
/
+0
2024-04-04
ASoC: topology: Remove obsolete ABI v4 structs
Cezary Rojewski
1
-56
/
+0
2024-04-04
ASoC: topology: Cleanup after ABI v4 support removal
Cezary Rojewski
1
-37
/
+10
2024-04-04
ASoC: topology: Remove ABI v4 support
Cezary Rojewski
1
-194
/
+16
2024-04-04
ASoC: Intel: Skylake: Remove soc-topology ABI v4 support
Cezary Rojewski
2
-243
/
+0
2024-04-04
ASoC: nau8822: Remove unused member from struct
Francesco Dolcini
1
-1
/
+0
2024-04-04
ASoC: codecs: rk3308: fix building without CONFIG_OF
Arnd Bergmann
1
-1
/
+1
2024-04-03
ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write
Simon Trimmer
1
-8
/
+0
2024-04-03
ASoC: wm_adsp: Remove notification of driver write
Simon Trimmer
1
-7
/
+1
2024-04-03
ALSA: hda: hda_cs_dsp_ctl: Use cs_dsp_coeff_lock_and_[read|write]_ctrl()
Simon Trimmer
1
-12
/
+2
2024-04-03
ASoC: wm_adsp: Use cs_dsp_coeff_lock_and_[read|write]_ctrl()
Simon Trimmer
1
-18
/
+6
2024-04-03
firmware: cs_dsp: Add locked wrappers for coeff read and write
Simon Trimmer
2
-0
/
+58
2024-04-03
ASoC: SOF: imx: remove imx8_*_clocks API
Laurentiu Mihalcea
2
-33
/
+0
2024-04-03
ASoC: SOF: imx: drop usage of the imx8_*_clocks API
Laurentiu Mihalcea
3
-70
/
+53
2024-04-03
ASoC: codecs: rk3308: depend on ARM64 || COMPILE_TEST
Luca Ceresoli
1
-0
/
+1
2024-04-03
ASoC: codecs: rk3308: fix "defined but not used" warning on !OF
Luca Ceresoli
1
-1
/
+1
2024-04-03
ASoC: SOF: Intel: mtl: Correct the mtl_dsp_dump output
Peter Ujfalusi
1
-11
/
+5
2024-04-03
ASoC: SOF: Intel: hda-dsp/mtl: Add support for ACE ROM state codes
Peter Ujfalusi
3
-6
/
+112
2024-04-03
ASoC: SOF: Intel: mtl: Implement firmware boot state check
Peter Ujfalusi
1
-5
/
+32
2024-04-03
ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed
Peter Ujfalusi
1
-0
/
+1
2024-04-03
ASoC: SOF: Intel: lnl: Correct rom_status_reg
Peter Ujfalusi
2
-1
/
+17
2024-04-03
ASoC: SOF: Intel: mtl: Correct rom_status_reg
Peter Ujfalusi
2
-4
/
+4
2024-04-03
ASoC: SOF: Intel: hda: Create debugfs file to force a clean DSP boot
Peter Ujfalusi
4
-3
/
+19
2024-04-03
ASoC: Intel: avs: rt5682: Constify card_headset_pins
Amadeusz Sławiński
1
-1
/
+1
2024-04-03
ASoC: Intel: avs: rt5663: Constify card_headset_pins
Amadeusz Sławiński
1
-1
/
+1
2024-04-03
ASoC: Intel: avs: rt298: Constify card_headset_pins
Amadeusz Sławiński
1
-1
/
+1
2024-04-03
ASoC: Intel: avs: rt286: Constify card_headset_pins
Amadeusz Sławiński
1
-1
/
+1
2024-04-03
ASoC: Intel: avs: rt274: Constify card_headset_pins
Amadeusz Sławiński
1
-1
/
+1
2024-04-03
ASoC: Intel: avs: nau8825: Constify card_headset_pins
Amadeusz Sławiński
1
-1
/
+1
2024-04-03
ASoC: Intel: avs: es8336: Constify card_headset_pins
Amadeusz Sławiński
1
-1
/
+1
2024-04-03
ASoC: Intel: avs: hdaudio: Constify probing_link
Amadeusz Sławiński
1
-1
/
+1
2024-04-03
ASoC: Intel: avs: Use devm_kstrdup_const
Amadeusz Sławiński
2
-5
/
+5
2024-04-03
ASoC: Intel: avs: hdaudio: Use devm_kstrdup_const
Amadeusz Sławiński
1
-2
/
+2
2024-04-02
ASoC: dt-bindings: fsl-asoc-card: convert to YAML
Shengjiu Wang
2
-117
/
+195
2024-04-02
ASoC: SOF: ipc4-topology: Save the ALH DAI index during hw_params
Ranjani Sridharan
3
-2
/
+12
2024-04-02
ASoC: SOF: pcm: reset all PCM sources in case of xruns
Pierre-Louis Bossart
1
-2
/
+13
2024-04-02
ASoC: SOF: pcm: add pending_stop state variable
Pierre-Louis Bossart
3
-0
/
+13
2024-04-02
ASoC: SOF: pcm: simplify sof_pcm_hw_free() with helper
Pierre-Louis Bossart
1
-29
/
+3
2024-04-02
ASoC: SOF: sof-audio: revisit sof_pcm_stream_free() error handling and logs
Pierre-Louis Bossart
1
-8
/
+20
2024-04-02
ASoC: SOF: Intel: hda: Clear Soundwire node ID during BE DAI hw_free
Ranjani Sridharan
2
-4
/
+24
2024-04-02
ASoC: SOF: Intel: hda: move helper to static inline
Pierre-Louis Bossart
2
-8
/
+8
2024-04-02
ASoC: SOF: IPC4: extend dai_data with node_id
Pierre-Louis Bossart
4
-2
/
+9
2024-04-02
ASoC: SOF: Intel: hda: extend signature of sdw_hda_dai_hw_params()
Pierre-Louis Bossart
3
-3
/
+6
2024-04-02
ASoC: SOF: Intel: set the DMA TLV device as dai_index
Pierre-Louis Bossart
1
-1
/
+1
2024-04-02
ASoC: SOF: Intel: hda-dai: add helpers to set dai config
Pierre-Louis Bossart
1
-13
/
+38
2024-04-02
ASoC: SOF: Intel: hda-dai: set dma_stream_channel_map device
Bard Liao
2
-2
/
+47
[next]