| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-27 | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-27 | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-27 | Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 399 | -4289/+12718 |
| 2023-04-24 | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -10/+16 |
| 2023-04-24 | Merge tag 'asoc-v6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 374 | -3662/+12404 |
| 2023-04-24 | ALSA: emu10k1: use high-level I/O in set_filterQ() | Oswald Buddenhagen | 1 | -4/+1 |
| 2023-04-23 | ALSA: emu10k1: use high-level I/O functions also during init | Oswald Buddenhagen | 1 | -14/+6 |
| 2023-04-23 | ALSA: emu10k1: fix error handling in snd_audigy_i2c_volume_put() | Oswald Buddenhagen | 1 | -13/+13 |
| 2023-04-23 | ALSA: emu10k1: don't stop DSP in _snd_emu10k1_{,audigy_}init_efx() | Oswald Buddenhagen | 1 | -6/+0 |
| 2023-04-23 | ALSA: emu10k1: fix SNDRV_EMU10K1_IOCTL_SINGLE_STEP | Oswald Buddenhagen | 1 | -11/+13 |
| 2023-04-23 | ALSA: emu10k1: skip Sound Blaster-specific hacks for E-MU cards | Oswald Buddenhagen | 1 | -3/+3 |
| 2023-04-23 | ALSA: emu10k1: pull in some register definitions from kX-project | Oswald Buddenhagen | 1 | -1/+1 |
| 2023-04-23 | ALSA: emu10k1: remove some bogus defines | Oswald Buddenhagen | 1 | -1/+0 |
| 2023-04-23 | ALSA: emu10k1: comment updates | Oswald Buddenhagen | 8 | -76/+69 |
| 2023-04-22 | ALSA: emu10k1: fix snd_emu1010_fpga_read() input masking for rev2 cards | Oswald Buddenhagen | 1 | -1/+4 |
| 2023-04-22 | ALSA: emu10k1: remove unused emu->pcm_playback_efx_substream field | Oswald Buddenhagen | 1 | -2/+0 |
| 2023-04-22 | ALSA: emu10k1: remove unused `resume` parameter from snd_emu10k1_init() | Oswald Buddenhagen | 1 | -3/+3 |
| 2023-04-22 | ALSA: emu10k1: minor optimizations | Oswald Buddenhagen | 2 | -15/+8 |
| 2023-04-22 | ALSA: emu10k1: remove remaining cruft from snd_emu10k1_emu1010_init() | Oswald Buddenhagen | 1 | -26/+1 |
| 2023-04-22 | ALSA: emu10k1: remove apparently pointless EMU_HANA_OPTION_CARDS reads | Oswald Buddenhagen | 1 | -7/+0 |
| 2023-04-22 | ALSA: emu10k1: remove apparently pointless FPGA reads | Oswald Buddenhagen | 1 | -7/+0 |
| 2023-04-22 | ALSA: emu10k1: stop doing weird things with HCFG in snd_emu10k1_emu1010_init() | Oswald Buddenhagen | 1 | -29/+4 |
| 2023-04-22 | ALSA: emu10k1: fix access to Audigy GPIO port | Oswald Buddenhagen | 3 | -45/+45 |
| 2023-04-22 | ALSA: emu10k1: properly assert E-MU FPGA access constaints | Oswald Buddenhagen | 1 | -19/+17 |
| 2023-04-22 | ALSA: emu10k1: clean up P16V part somewhat | Oswald Buddenhagen | 2 | -94/+49 |
| 2023-04-22 | ALSA: emu10k1: remove unused snd_emu10k1_voice.emu field | Oswald Buddenhagen | 2 | -5/+1 |
| 2023-04-22 | ALSA: emu10k1: drop redundant snd_emu10k1_efx_playback_pointer() | Oswald Buddenhagen | 1 | -18/+1 |
| 2023-04-22 | ALSA: emu10k1: drop redundant snd_emu10k1_efx_playback_hw_free() | Oswald Buddenhagen | 1 | -31/+1 |
| 2023-04-21 | ALSA: emu10k1: clarify various fx8010.*_mask fields | Oswald Buddenhagen | 2 | -8/+8 |
| 2023-04-21 | ALSA: usb-audio: Rate limit usb_set_interface error reporting | Chris Down | 2 | -2/+5 |
| 2023-04-21 | ASoC: fsl: imx-audmix: remove dummy dai_link->platform | Kuninori Morimoto | 1 | -5/+2 |
| 2023-04-21 | ASoC: fsl: imx-audmix: cleanup platform which is using Generic DMA | Kuninori Morimoto | 1 | -9/+12 |
| 2023-04-21 | ASoC: fsl: imx-spdif: cleanup platform which is using Generic DMA | Kuninori Morimoto | 1 | -4/+7 |
| 2023-04-21 | ASoC: fsl: imx-es8328: cleanup platform which is using Generic DMA | Kuninori Morimoto | 1 | -4/+7 |
| 2023-04-21 | ALSA: pcm: rewrite snd_pcm_playback_silence() | Oswald Buddenhagen | 3 | -55/+40 |
| 2023-04-20 | ASoC: SOF: pcm/Intel: Pause-resume improvements for | Mark Brown | 5 | -18/+47 |
| 2023-04-20 | ASoC: SOF: add no_reply IPC calls | Mark Brown | 13 | -71/+51 |
| 2023-04-20 | ASoC: Intel: boards: updates for 6.4 | Mark Brown | 5 | -78/+152 |
| 2023-04-20 | ASoC: cs35l56: Remove duplicate mbox log messages | Simon Trimmer | 1 | -6/+2 |
| 2023-04-20 | ASoC: es8316: Don't use ranges based register lookup for a single register | Mark Brown | 1 | -9/+10 |
| 2023-04-20 | ASoC: SOF: Intel: Split the set_power_op for IPC3 and IPC4 | Ranjani Sridharan | 8 | -25/+60 |
| 2023-04-20 | ASoC: SOF: pcm: Add an option to skip platform trigger during stop | Ranjani Sridharan | 4 | -17/+37 |
| 2023-04-20 | ASoC: SOF: Intel: hda: Do not stop/start DMA during pause/release | Ranjani Sridharan | 1 | -1/+10 |
| 2023-04-20 | ASoC: Intel: sof_sdw: append codec type to dai link name | Bard Liao | 1 | -4/+37 |
| 2023-04-20 | ASoC: Intel: sof_sdw: support different devices on the same sdw link | Bard Liao | 1 | -53/+77 |
| 2023-04-20 | ASoC: Intel: sof_sdw: set codec_num = 1 if the device is not aggregated | Bard Liao | 1 | -0/+1 |
| 2023-04-20 | ASoC: Intel: sof_sdw_max98373: change sof_sdw_mx8373_late_probe to static call | Yong Zhi | 2 | -13/+11 |
| 2023-04-20 | ASoC: Intel: sof_sdw: remove late_probe flag in struct sof_sdw_codec_info | Yong Zhi | 3 | -8/+6 |
| 2023-04-20 | ASoC: Intel: soc-acpi: Add entry for rt711-sdca-sdw at link 2 in RPL match table | apoorv | 1 | -1/+16 |
| 2023-04-20 | ASoC: Intel: sof_cirrus_common: Guard against missing buses | Curtis Malainey | 1 | -1/+6 |
| 2023-04-20 | ASoC: SOF: Use no_reply calls for TX | Curtis Malainey | 11 | -71/+37 |
| 2023-04-20 | ASoC: SOF: ipc: Add no reply inline calls | Curtis Malainey | 2 | -0/+14 |
| 2023-04-20 | ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook | Andy Chi | 1 | -0/+1 |
| 2023-04-20 | Merge tag 'asoc-fix-v6.3-rc7' of https://git.kernel.org/pub/scm/linux/kernel/... | Takashi Iwai | 5 | -11/+24 |
| 2023-04-19 | ASoC: fsl: Restore configuration of platform | Shengjiu Wang | 2 | -5/+14 |
| 2023-04-19 | ASoC: fsl: Simplify an error message | Christophe JAILLET | 1 | -1/+1 |
| 2023-04-19 | ASoC: fsl_asrc_dma: fix potential null-ptr-deref | Nikita Zhandarovich | 1 | -3/+8 |
| 2023-04-19 | ASoC: fsl_sai: Fix pins setting for i.MX8QM platform | Chancel Liu | 1 | -1/+1 |
| 2023-04-19 | ALSA: hda/realtek: Remove specific patch for Dell Precision 3260 | Jaroslav Kysela | 1 | -1/+0 |
| 2023-04-19 | ALSA: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -1/+1 |
| 2023-04-19 | ALSA: ppc/tumbler: Use of_property_present() for testing DT property presence | Rob Herring | 1 | -1/+1 |
| 2023-04-18 | ASoC: cs35l56: Updates for B0 silicon | Mark Brown | 2 | -59/+5 |
| 2023-04-18 | ASoC: cs35l56: Rename mixer source defines for SoundWire DP1 | Richard Fitzgerald | 1 | -2/+2 |
| 2023-04-18 | ASoC: cs35l56: Remove SDW2RX1 mixer source | Richard Fitzgerald | 1 | -2/+1 |
| 2023-04-18 | ASoC: cs35l56: Remove SDW1 TX5 and TX6 | Richard Fitzgerald | 2 | -54/+1 |
| 2023-04-18 | ASoC: cs35l56: Update comment on masking of EINT20 interrupts | Richard Fitzgerald | 1 | -1/+1 |
| 2023-04-18 | ASoC: codecs: wcd938x: Simplify with dev_err_probe | Krzysztof Kozlowski | 1 | -17/+10 |
| 2023-04-18 | ASoC: codecs: wcd934x: Simplify &pdev->dev in probe | Krzysztof Kozlowski | 1 | -3/+3 |
| 2023-04-18 | ASoC: codecs: wcd934x: Simplify with dev_err_probe | Krzysztof Kozlowski | 1 | -12/+7 |
| 2023-04-18 | ASoC: nau8825: fix bounds check for adc_delay | Tom Rix | 1 | -1/+1 |
| 2023-04-18 | ASoC: codecs: wcd9335: Simplify with dev_err_probe | Krzysztof Kozlowski | 1 | -16/+11 |
| 2023-04-18 | ALSA: hda/hdmi: Remove some dead code | Christophe JAILLET | 1 | -8/+4 |
| 2023-04-17 | ASoC: cs35l56: Code improvements | Mark Brown | 5 | -60/+38 |
| 2023-04-17 | ASoC: fsl_mqs: move of_node_put() to the correct location | Liliang Ye | 1 | -10/+5 |
| 2023-04-17 | ASoC: cleanup mutex lock | Mark Brown | 5 | -116/+100 |
| 2023-04-17 | ASoC: add snd_soc_card_mutex_lock/unlock() | Kuninori Morimoto | 2 | -11/+11 |
| 2023-04-17 | ASoC: expand snd_soc_dpcm_mutex_lock/unlock() | Kuninori Morimoto | 4 | -44/+31 |
| 2023-04-17 | ASoC: expand snd_soc_dapm_mutex_lock/unlock() | Kuninori Morimoto | 1 | -61/+58 |
| 2023-04-17 | ASoC: ssm2602: Add support for CLKDIV2 | Paweł Anikiel | 1 | -3/+12 |
| 2023-04-17 | ASoC: cs35l56: Don't return a value from cs35l56_remove() | Simon Trimmer | 3 | -5/+5 |
| 2023-04-17 | ASoC: cs35l56: Remove redundant dsp_ready_completion | Simon Trimmer | 2 | -33/+9 |
| 2023-04-17 | ASoC: cs35l56: Wait for init_complete in cs35l56_component_probe() | Simon Trimmer | 1 | -7/+6 |
| 2023-04-17 | ASoC: cs35l56: Allow a wider range for reset pulse width | Simon Trimmer | 1 | -5/+9 |
| 2023-04-17 | ASoC: cs35l56: Rework IRQ allocation | Simon Trimmer | 4 | -10/+9 |
| 2023-04-14 | ASoC: nau8825: Add delay control for input path | David Lin | 2 | -1/+8 |
| 2023-04-14 | ALSA: hda/hdmi: disable KAE for Intel DG2 | Kai Vehmanen | 1 | -1/+1 |
| 2023-04-13 | ASoC: da7218: Use devm_clk_get_optional() | Christophe JAILLET | 1 | -7/+3 |
| 2023-04-13 | ASoC: da7219: Improve the relability of AAD IRQ process | David Rau | 2 | -34/+31 |
| 2023-04-13 | ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2 | Stefan Binding | 1 | -0/+3 |
| 2023-04-12 | ASoC: cs35l56: Add system suspend handling | Mark Brown | 3 | -63/+293 |
| 2023-04-12 | ASoC: cs35l56: Re-patch firmware after system suspend | Richard Fitzgerald | 2 | -2/+77 |
| 2023-04-12 | ASoC: cs35l56: Remove quick-cancelling of dsp_work() | Richard Fitzgerald | 2 | -8/+1 |
| 2023-04-12 | ASoC: cs35l56: Add basic system suspend handling | Richard Fitzgerald | 3 | -0/+158 |
| 2023-04-12 | ASoC: cs35l56: Always wait for firmware boot in runtime-resume | Richard Fitzgerald | 1 | -4/+2 |
| 2023-04-12 | ASoC: cs35l56: Skip first init_completion wait in dsp_work if init_done | Richard Fitzgerald | 1 | -1/+2 |
| 2023-04-12 | ASoC: cs35l56: Use DAPM widget for firmware PLAY/PAUSE | Richard Fitzgerald | 1 | -50/+55 |
| 2023-04-12 | ASoC: ep93xx: Add OF support | Alexander Sverdlin | 1 | -0/+8 |
| 2023-04-12 | ASoC: amd: Add check for acp config flags | Syed Saba Kareem | 5 | -2/+21 |
| 2023-04-12 | ASoC: tas5720: add missing unwind goto in tas5720_codec_probe | Ying Liu | 1 | -1/+2 |
| 2023-04-12 | ASoC: SOF: Intel: mtl: fix page fault in dspless mode when DSP is disabled | Fred Oh | 1 | -0/+15 |
| 2023-04-12 | ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6x | Baishan Jiang | 1 | -0/+7 |
| 2023-04-11 | ASoC: SOF: Intel: hda-mlink: HDaudio multi-link | Mark Brown | 7 | -45/+815 |
| 2023-04-11 | ASoC: ep93xx: Prepare for DT transition | Mark Brown | 5 | -6/+18 |
| 2023-04-11 | ASoC: mediatek: common: Fix refcount leak in parse_dai_link_info | Aashish Sharma | 1 | -3/+9 |
| 2023-04-11 | ASoC: amd: Add Dell G15 5525 to quirks list | Cem Kaya | 1 | -0/+7 |
| 2023-04-11 | ASoC: ep93xx: i2s: Make it individually selectable | Alexander Sverdlin | 1 | -1/+5 |
| 2023-04-11 | ASoC: cs4271: flat regcache, trivial simplifications | Alexander Sverdlin | 3 | -4/+2 |
| 2023-04-11 | ASoC: ep93xx: i2s: move enable call to startup callback | Alexander Sverdlin | 1 | -1/+11 |
| 2023-04-11 | ALSA: hda: LNL: add HD Audio PCI ID | Fred Oh | 1 | -0/+3 |
| 2023-04-08 | ELF: fix all "Elf" typos | Alexey Dobriyan | 1 | -1/+1 |
| 2023-04-08 | ALSA: pcm: fix wait_time calculations | Oswald Buddenhagen | 2 | -10/+9 |
| 2023-04-07 | ASoC: mediatek: mt8186: set variable aud_pinctrl to static | Tom Rix | 1 | -1/+1 |
| 2023-04-06 | ASoC: SOF: Intel: hda-dai: Print the format_val as hexadecimal number | Peter Ujfalusi | 1 | -2/+2 |
| 2023-04-06 | ASoC: SOF: Intel: MTL: conditionally wake WPIO1PG domain | Yong Zhi | 1 | -3/+6 |
| 2023-04-06 | ASoC: Intel: Add rpl_mx98360_rt5682 driver | Curtis Malainey | 2 | -0/+28 |
| 2023-04-06 | ASoC: max98373: change power down sequence for smart amp | Long Wang | 1 | -2/+2 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: add helper to retrieve eml_lock | Pierre-Louis Bossart | 1 | -0/+12 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: add helper to offload link ownership | Pierre-Louis Bossart | 1 | -0/+36 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: add helpers to retrieve DMIC/SSP hlink | Pierre-Louis Bossart | 1 | -0/+24 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: program SoundWire LSDIID registers | Pierre-Louis Bossart | 1 | -0/+30 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: add helper to check cmdsync | Pierre-Louis Bossart | 1 | -0/+38 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: add helpers for sync_arm/sync_go | Pierre-Louis Bossart | 1 | -0/+70 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: add helpers to set link SYNC frequency | Pierre-Louis Bossart | 1 | -0/+90 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: add helpers to enable/check interrupts | Pierre-Louis Bossart | 1 | -0/+62 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: add helper to return sublink count | Pierre-Louis Bossart | 1 | -0/+12 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: add convenience helpers for SoundWire PM | Pierre-Louis Bossart | 1 | -0/+12 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: introduce helpers for 'extended links' PM | Pierre-Louis Bossart | 1 | -0/+163 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: special-case HDaudio regular links | Pierre-Louis Bossart | 1 | -4/+22 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: add structures to parse ALT links | Pierre-Louis Bossart | 2 | -6/+217 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: move to a dedicated module | Pierre-Louis Bossart | 7 | -33/+25 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: add return value for hda_bus_ml_get_capabilities() | Pierre-Louis Bossart | 2 | -4/+5 |
| 2023-04-06 | ASoC: SOF: Intel: hda-mlink: improve hda_bus_ml_free() helper | Pierre-Louis Bossart | 1 | -3/+2 |
| 2023-04-06 | ALSA: hda: patch_realtek: add quirk for Asus N7601ZM | Pierre-Louis Bossart | 1 | -0/+26 |
| 2023-04-06 | ASoC: SOF: Intel: hda: add __func__ in SoundWire lcount() error logs | Pierre-Louis Bossart | 1 | -2/+2 |
| 2023-04-06 | ASoC: max98363: Make soc_codec_dev_max98363 static | Tom Rix | 1 | -1/+1 |
| 2023-04-06 | ASoC: qcom: fixes for Click/Pop Noise | Mark Brown | 2 | -5/+5 |
| 2023-04-06 | ALSA: firewire-tascam: add missing unwind goto in snd_tscm_stream_start_duplex() | Xu Biang | 1 | -1/+1 |
| 2023-04-06 | ASoC: qcom: sdw: do not restart soundwire ports for every prepare | Srinivas Kandagatla | 1 | -5/+2 |
| 2023-04-06 | ASoC: qcom: q6apm-lpass-dai: close graphs before opening a new one | Srinivas Kandagatla | 1 | -0/+3 |
| 2023-04-06 | ASoC: rt712-sdca: Add RT712 SDCA driver for Mic topology | Shuming Fan | 4 | -0/+1100 |
| 2023-04-06 | ASoC: soc-dapm.c: tidyup dapm_connect_dai_pair() | Kuninori Morimoto | 1 | -36/+57 |
| 2023-04-06 | ALSA: emu10k1: update label & help in config system | Oswald Buddenhagen | 1 | -2/+2 |
| 2023-04-06 | ALSA: emu10k1: don't create old pass-through playback device on Audigy | Oswald Buddenhagen | 1 | -3/+7 |
| 2023-04-06 | ALSA: emu10k1: fix capture interrupt handler unlinking | Oswald Buddenhagen | 1 | -2/+2 |
| 2023-04-06 | ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards | Oswald Buddenhagen | 1 | -0/+8 |
| 2023-04-06 | ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard | Oswald Buddenhagen | 1 | -0/+2 |
| 2023-04-06 | ALSA: i2c/cs8427: fix iec958 mixer control deactivation | Oswald Buddenhagen | 1 | -2/+5 |
| 2023-04-05 | ASoC: soc.h: remove unused params/num_params | Kuninori Morimoto | 1 | -11/+0 |
| 2023-04-05 | ASoC: samsung: switch to use c2c_params instead of params | Kuninori Morimoto | 5 | -12/+24 |
| 2023-04-05 | ASoC: meson: switch to use c2c_params instead of params | Kuninori Morimoto | 3 | -4/+7 |
| 2023-04-05 | ASoC: audio-graph-card2: switch to use c2c_params instead of params | Kuninori Morimoto | 2 | -14/+14 |
| 2023-04-05 | ASoC: soc.h: clarify Codec2Codec params | Kuninori Morimoto | 3 | -27/+38 |
| 2023-04-05 | ASoC: SOF: pm: Tear down pipelines only if DSP was active | Daniel Baluta | 1 | -1/+7 |
| 2023-04-04 | ASoC: SOF: core/Intel: Introduce DSPless mode | Mark Brown | 21 | -91/+454 |
| 2023-04-04 | ASoC: tegra20_ac97: Add missing unwind goto in tegra20_ac97_platform_probe() | Zihao Wang | 1 | -1/+2 |
| 2023-04-04 | ASoC: SOF: Intel: pci-tgl: Allow DSPless mode | Peter Ujfalusi | 1 | -0/+8 |
| 2023-04-04 | ASoC: SOF: Intel: pci-skl: Allow DSPless mode | Peter Ujfalusi | 1 | -0/+2 |
| 2023-04-04 | ASoC: SOF: Intel: pci-mtl: Allow DSPless mode | Peter Ujfalusi | 1 | -0/+1 |
| 2023-04-04 | ASoC: SOF: Intel: pci-icl: Allow DSPless mode | Peter Ujfalusi | 1 | -0/+2 |
| 2023-04-04 | ASoC: SOF: Intel: pci-cnl: Allow DSPless mode | Peter Ujfalusi | 1 | -0/+3 |
| 2023-04-04 | ASoC: SOF: Intel: pci-apl: Allow DSPless mode | Peter Ujfalusi | 1 | -0/+2 |
| 2023-04-04 | ASoC: SOF: Intel: hda: make DSPless mode work with DSP disabled in BIOS | Pierre-Louis Bossart | 4 | -45/+107 |
| 2023-04-04 | ASoC: SOF: Intel: hda: Add support for DSPless mode | Peter Ujfalusi | 5 | -36/+99 |
| 2023-04-04 | ASoC: SOF: Intel: hda: Skip interfaces not supported on a platform | Peter Ujfalusi | 1 | -6/+44 |
| 2023-04-04 | ASoC: SOF: Add support for DSPless mode | Peter Ujfalusi | 7 | -8/+168 |
| 2023-04-04 | ASoC: SOF: Add flag and state which will be used for DSP-less mode | Peter Ujfalusi | 2 | -0/+20 |
| 2023-04-04 | ASoC: SOF: Intel: hda-stream: Do not dereference hstream until it is safe | Peter Ujfalusi | 1 | -3/+5 |
| 2023-04-03 | ASoC: mediatek: mt8186: Move some prints to debug level | Allen-KH Cheng | 4 | -19/+19 |
| 2023-04-03 | ASoC: SOF: amd: refactor dmic codec platform device creation | Vijendar Mukunda | 4 | -38/+19 |
| 2023-04-03 | ASoC: SOF: amd: refactor error checks in probe call | Vijendar Mukunda | 1 | -7/+9 |
| 2023-04-03 | ASoC: SOF: amd: refactor get_chip_info callback | Vijendar Mukunda | 1 | -7/+5 |
| 2023-04-03 | ASoC: SOF: amd: remove unused variables | Vijendar Mukunda | 3 | -6/+0 |
| 2023-04-03 | ASoC: SOF: amd: remove acp_dai_probe() function | Vijendar Mukunda | 4 | -24/+0 |
| 2023-04-03 | ASoC: SOF: amd: remove unused code | Vijendar Mukunda | 2 | -138/+2 |
| 2023-04-03 | ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A42) | Prajna Sariputra | 1 | -0/+7 |
| 2023-04-03 | ASoC: SOF: ipc4-topology: Clarify bind failure caused by missing fw_module | Peter Ujfalusi | 1 | -4/+6 |
| 2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 40 | -107/+284 |
| 2023-04-01 | ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablement | Takashi Iwai | 1 | -0/+11 |
| 2023-03-31 | ALSA: hda/realtek: Add quirk for Clevo X370SNW | Jeremy Soller | 1 | -0/+1 |
| 2023-03-31 | Merge tag 'asoc-fix-v6.3-rc4' of https://git.kernel.org/pub/scm/linux/kernel/... | Takashi Iwai | 12 | -12/+93 |
| 2023-03-31 | ASoC: amd: ps: update the acp clock source. | Syed Saba Kareem | 1 | -2/+0 |
| 2023-03-31 | ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook | Andy Chi | 1 | -0/+1 |
| 2023-03-31 | ASoC: max98363: add soundwire amplifier driver | Ryan Lee | 4 | -0/+513 |
| 2023-03-30 | ALSA: pcm: check for user backed iterator, not specific iterator type | Jens Axboe | 1 | -2/+2 |
| 2023-03-30 | iov_iter: add iter_iovec() helper | Jens Axboe | 1 | -8/+14 |
| 2023-03-30 | ASoC: SoundWire codecs: simplify/fix set_stream | Mark Brown | 22 | -328/+83 |
| 2023-03-30 | ASoC: dapm: Sort speakers after other outputs | Mark Brown | 1 | -37/+37 |
| 2023-03-30 | ASoC: Merge fixes | Mark Brown | 12 | -12/+93 |
| 2023-03-29 | ASoC: soc-topology.c: dai_link->platform again | Kuninori Morimoto | 1 | -2/+10 |
| 2023-03-29 | ASoC: codecs: rt5682-sdw: simplify set_stream | Pierre-Louis Bossart | 1 | -27/+7 |
| 2023-03-29 | ASoC: codecs: rt715-sdca: simplify set_stream | Pierre-Louis Bossart | 2 | -27/+7 |
| 2023-03-29 | ASoC: codecs: rt715: simplify set_stream | Pierre-Louis Bossart | 2 | -27/+7 |
| 2023-03-29 | ASoC: codecs: rt712-sdca: simplify set_stream | Pierre-Louis Bossart | 2 | -27/+7 |
| 2023-03-29 | ASoC: codecs: rt711-sdca: simplify set_stream | Pierre-Louis Bossart | 2 | -27/+7 |
| 2023-03-29 | ASoC: codecs: rt711-sdw: simplify set_stream | Pierre-Louis Bossart | 2 | -27/+7 |
| 2023-03-29 | ASoC: codecs: rt700-sdw: simplify set_stream | Pierre-Louis Bossart | 2 | -27/+7 |
| 2023-03-29 | ASoC: codecs: rt1318-sdw: simplify set_stream | Pierre-Louis Bossart | 2 | -27/+7 |
| 2023-03-29 | ASoC: codecs: rt1316-sdw: simplify set_stream | Pierre-Louis Bossart | 2 | -27/+7 |
| 2023-03-29 | ASoC: codecs: rt1308-sdw: simplify set_stream | Pierre-Louis Bossart | 2 | -27/+7 |