]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2020-03-06  Kuninori MorimotoASoC: soc-pcm: Do Digital Mute for both CPU/Codec in...
2020-03-06  Kuninori MorimotoASoC: soc-pcm: check DAI's activity more simply
2020-03-06  Kuninori MorimotoASoC: soc-pcm: tidyup dulicate handing at dpcm_fe_dai_s...
2020-03-06  Kuninori MorimotoASoC: soc-pcm: use snd_soc_dai_get_pcm_stream() at...
2020-03-06  Kuninori MorimotoASoC: soc-pcm: add dpcm_fe_dai_cleanup()
2020-03-06  Kuninori MorimotoASoC: soc-pcm: move dpcm_fe_dai_close()
2020-03-05  Kuninori MorimotoASoC: soc-pcm: remove duplicate be check from dpcm_add_...
2020-03-05  Kuninori MorimotoASoC: soc-pcm: use defined stream
2020-03-05  Baolin WangASoC: sprd: Allow the MCDT driver to build into modules
2020-03-05  Dan MurphyASoC: tlv320adcx140: Fix mic_bias and vref device tree...
2020-03-04  Mark BrownMerge branch 'for-5.6' of https://git.kernel.org/pub...
2020-03-04  Mark BrownMerge branch 'for-5.6' of https://git.kernel.org/pub...
2020-03-04  YueHaibingASoc: amd: acp3x: Add missing include <linux/io.h>
2020-03-04  Olivier MoysanASoC: stm32: sai: manage rebind issue
2020-03-03  Akshu AgrawalASoC: amd: Fix compile warning of argument type
2020-03-03  Enric Balletbo... ASoC: amd: AMD RV RT5682 should depends on CROS_EC
2020-03-03  Dan CarpenterASoC: SOF: Fix snd_sof_ipc_stream_posn()
2020-03-03  Jack YuASoC: rt1015: modify pre-divider for sysclk
2020-03-02  Mark BrownMerge branch 'for-5.6' of https://git.kernel.org/pub...
2020-03-02  Mark BrownMerge series "ASoC: SOF: updates for 5.7" from Pierre...
2020-03-02  YueHaibingASoC: rt1015: set snd_soc_dai_ops in rt1015_dai driver
2020-03-02  Akshu AgrawalASoc: amd: Add DMIC switch capability to machine driver
2020-03-02  Ranjani SridharanASoC: SOF: Intel: hda: use snd_sof_dsp_set_power_state...
2020-03-02  Tomasz LaudaASoC: SOF: add core id to sof_ipc_comp
2020-03-02  Keyon JieASoC: SOF: Intel: hda-loader: clear the IPC ack bit...
2020-03-02  Jaska UimonenASoC: SOF: ipc: check ipc return value before data...
2020-03-02  Keyon JieASoC: SOF: pcm: skip DMA buffer pre-allocation
2020-03-02  Jack YuASoC: rt1015: add operation callback function for rt101...
2020-02-28  tangbinASoC: zte: zx-spdif: remove redundant dev_err message
2020-02-28  Kuninori MorimotoASoC: soc-dapm: don't use rtd->cpu_dai on for_each_rtd_...
2020-02-28  Marek SzyprowskiASoC: samsung: Silence warnings during deferred probe
2020-02-28  YueHaibingASoC: rt5682: Make rt5682_clock_config static
2020-02-28  Jack YuASoC: rt1015: modify some structure to be static.
2020-02-28  Kuninori MorimotoASoC: soc-component: tidyup snd_soc_pcm_component_sync_...
2020-02-28  Charles KeepaxASoC: dapm: Correct DAPM handling of active widgets...
2020-02-26  Mark BrownASoC: Add Multi CPU DAI support
2020-02-26  Mark BrownSoundWire: ASoC interfaces for multi-cpu dais and DisCo...
2020-02-26  Dan MurphyASoC: tas2562: Add entries for the TAS2563 audio amplifier
2020-02-26  Dan MurphyASoC: dt-bindings: Add TAS2563 compatible to the TAS256...
2020-02-26  Akshu AgrawalASoC: amd: Allow I2S wake event after ACP is powerd On
2020-02-26  Oder ChiouASoC: rt5682: Revise the function name
2020-02-26  Oder ChiouASoC: rt5682: Add the soundwire support
2020-02-26  Akshu AgrawalASoC: amd: Add machine driver for Raven based platform
2020-02-26  Pierre-Louis... ASoC: soc-dai: add get_sdw_stream() callback
2020-02-26  Bard LiaoASoC: pcm: check if cpu-dai supports a given stream
2020-02-26  Bard LiaoASoC: Return error if the function does not support...
2020-02-26  Shreyas NCASoC: Add multiple CPU DAI support in DAPM
2020-02-26  Shreyas NCASoC: Add dapm_add_valid_dai_widget helper
2020-02-26  Shreyas NCASoC: Add multiple CPU DAI support for PCM ops
2020-02-26  Shreyas NCASoC: Add initial support for multiple CPU DAIs
2020-02-26  Dan MurphyASoC: tas2562: Fix sample rate error message
2020-02-25  Colin Ian KingASoC: Intel: mrfld: fix incorrect check on p->sink
2020-02-24  Mark BrownMerge branch 'for-5.6' of https://git.kernel.org/pub...
2020-02-24  Mark BrownASoC: soc-pcm cleanup step4
2020-02-24  Kai VehmanenASoC: soc-pcm: fix state tracking error in snd_soc_comp...
2020-02-24  Kuninori MorimotoASoC: soc-pcm: add dpcm_create/remove_debugfs_state()
2020-02-24  Kuninori MorimotoASoC: soc-pcm: move CONFIG_DEBUG_FS functions to top...
2020-02-24  Kuninori MorimotoASoC: soc-pcm: move dpcm_path_put() to soc-pcm.c
2020-02-24  Kuninori MorimotoASoC: soc-pcm: merge dpcm_run_new/old_update() into...
2020-02-24  Kuninori MorimotoASoC: soc-pcm: add snd_soc_dai_get_widget()
2020-02-24  Kuninori MorimotoASoC: soc-pcm: cleanup soc_pcm_apply_msb()
2020-02-24  Kuninori MorimotoASoC: soc-pcm: add snd_soc_dai_get_pcm_stream()
2020-02-24  Amadeusz SławińskiASoC: Intel: Skylake: Fix available clock counter incre...
2020-02-24  Kuninori MorimotoASoC: soc-pcm/soc-compress: don't use snd_soc_dapm_stre...
2020-02-24  kbuild test... ASoC: meson: aiu: fix semicolon.cocci warnings
2020-02-24  Geert UytterhoevenASoC: Fix SND_SOC_ALL_CODECS imply ac97 fallout
2020-02-21  Dan MurphyASoC: tlv320adcx140: Add decimation filter support
2020-02-21  Dan MurphyASoC: tlv320adcx140: Add DRE and AGC support
2020-02-21  Jerome BrunetASoC: meson: axg-card: add toacodec support
2020-02-21  Jerome BrunetASoC: meson: g12a: add internal DAC glue driver
2020-02-21  Jerome BrunetASoC: meson: g12a: add toacodec dt-binding documentation
2020-02-21  Dan MurphyASoC: tas2562: Add support for digital volume control
2020-02-21  Samuel HollandASoC: sun8i-codec: Remove unused dev from codec struct
2020-02-21  Martin BlumenstinglASoC: meson: aiu: add support for the Meson8 and Meson8...
2020-02-21  Martin BlumenstinglASoC: meson: aiu: introduce a struct for platform speci...
2020-02-21  Martin BlumenstinglASoC: meson: aiu: Document Meson8 and Meson8b support...
2020-02-21  Jerome BrunetASoC: meson: g12a: add tohdmitx reset
2020-02-20  Dan MurphyASoC: tlv320adcx140: Add the tlv320adcx140 codec driver...
2020-02-20  Dan Murphydt-bindings: sound: Add TLV320ADCx140 dt bindings
2020-02-20  Matthias ReichlASoC: pcm512x: Fix unbalanced regulator enable call...
2020-02-20  Kai VehmanenASoC: SOF: Intel: hda: allow operation without i915 gfx
2020-02-20  Kai VehmanenASoC: intel/skl/hda - add no-HDMI cases to generic...
2020-02-20  Charles KeepaxASoC: samsung: Update dependencies for Arizona machine...
2020-02-20  Jerome BrunetASoC: dpcm: remove confusing trace in dpcm_get_be()
2020-02-20  Pierre-Louis... ASoC: soc-core: fix for_rtd_codec_dai_rollback() macro
2020-02-19  Olivier MoysanASoC: dt-bindings: stm32: convert i2s to json-schema
2020-02-19  Jerome BrunetASoC: meson: add t9015 internal DAC driver
2020-02-19  Jerome BrunetASoC: meson: add t9015 internal codec binding documentation
2020-02-19  Dragos TarcatuASoC: topology: Fix memleak in soc_tplg_manifest_load()
2020-02-19  Dragos TarcatuASoC: topology: Fix memleak in soc_tplg_link_elems_load()
2020-02-19  Robin MurphyASoC: rockchip: Make RK3328 GPIO_MUTE control explicit
2020-02-19  Robin MurphyASoC: dt-bindings: Make RK3328 codec GPIO explicit
2020-02-19  Kuninori MorimotoASoC: mediatek: mt8183-da7219-max98357: use for_each_rt...
2020-02-19  Kuninori MorimotoASoC: intel: kbl_da7219_max98927: use for_each_rtd_code...
2020-02-19  Kuninori MorimotoASoC: intel: cml_rt1011_rt5682: use for_each_rtd_codec_...
2020-02-19  Kuninori MorimotoASoC: qcom: apq8016_sbc: use for_each_rtd_codec_dai...
2020-02-19  Kuninori MorimotoASoC: qcom: sdm845: use for_each_rtd_codec_dai() macro
2020-02-19  Kuninori MorimotoASoC: soundwaire: qcom: use for_each_rtd_codec_dai...
2020-02-19  Dan MurphyASoC: tas2562: Add support for ISENSE and VSENSE
2020-02-19  Tzung-Bi ShihASoC: mediatek: mt8183-da7219: use SND_SOC_DAPM_PINCTRL...
next