platform/kernel/linux-starfive.git
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 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-20 Dan MurphyASoC: tlv320adcx140: Add the tlv320adcx140 codec driver...
2020-02-20 Dan Murphydt-bindings: sound: Add TLV320ADCx140 dt bindings
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-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 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...
2020-02-19 Tzung-Bi ShihASoC: dapm: select sleep_state when initializing PINCTR...
2020-02-19 Jerome BrunetASoC: fix card registration regression.
2020-02-19 Jeff ChangASoC: MT6660 update to 1.0.8_G
2020-02-18 Kuninori MorimotoALSA: usx2y: use for_each_pcm_streams() macro
2020-02-18 Kuninori MorimotoASoC: sof: sof-audio: use for_each_pcm_streams() macro
2020-02-18 Kuninori MorimotoASoC: qcom: lpass-platform: use for_each_pcm_streams...
2020-02-18 Kuninori MorimotoASoC: fsl: fsl_asrc_dma: use for_each_pcm_streams(...
2020-02-18 Kuninori MorimotoASoC: dwc: dwc-i2s: use for_each_pcm_streams() macro
2020-02-18 Kuninori MorimotoASoC: soc-generic-dmaengine-pcm: use for_each_pcm_strea...
2020-02-18 Kuninori MorimotoASoC: soc-pcm: use for_each_pcm_streams() macro
2020-02-18 Kuninori MorimotoASoC: soc-core: use for_each_pcm_streams() macro
2020-02-18 Kuninori MorimotoALSA: pcm.h: add for_each_pcm_streams()
2020-02-18 Kuninori MorimotoASoC: soc-pcm: merge playback/cature_active into stream...
2020-02-18 Kuninori MorimotoASoC: soc-pcm: use goto and remove multi return
2020-02-18 Kuninori MorimotoASoC: soc-pcm: add snd_soc_dpcm_can_be() and remove...
2020-02-18 Kuninori MorimotoASoC: soc-pcm: remove snd_soc_dpcm_be_get/set_state()
2020-02-18 Kuninori MorimotoASoC: soc-pcm: remove soc_dpcm_be_digital_mute()
2020-02-18 Kuninori MorimotoASoC: soc-pcm: use dpcm_get_be() at dpcm_end_walk_at_be()
2020-02-18 Kuninori MorimotoASoC: soc-pcm: use dai_get_widget() at dpcm_end_walk_at...
2020-02-18 Kuninori MorimotoASoC: soc-pcm: use dai_get_widget() at dpcm_get_be()
2020-02-18 Kuninori MorimotoASoC: soc-pcm: move dai_get_widget()
2020-02-18 Derek FangASoC: rt5682: Add DAI clock binding info for WCLK/BCLK...
2020-02-18 Derek FangASoC: rt5682: Add CCF usage for providing I2S clks
2020-02-18 Cezary RojewskiASoC: SOF: Intel: Add Probe compress CPU DAIs
2020-02-18 Cezary RojewskiASoC: SOF: Provide probe debugfs support
2020-02-18 Cezary RojewskiASoC: SOF: Intel: Probe compress operations
2020-02-18 Cezary RojewskiASoC: SOF: Intel: Expose SDnFMT helpers
2020-02-18 Cezary RojewskiASoC: SOF: Generic probe compress operations
2020-02-18 Cezary RojewskiASoC: SOF: Implement Probe IPC API
2020-02-18 Cezary RojewskiASoC: SOF: Intel: Account for compress streams when...
2020-02-18 Cezary RojewskiALSA: core: Implement compress page allocation and...
2020-02-18 Cezary RojewskiALSA: core: Expand DMA buffer information
2020-02-18 Stephan GerholdASoC: soc-pcm: fix regression in soc_new_pcm()
2020-02-17 Jerome BrunetASoC: meson: aiu: simplify component addition
2020-02-17 Tzung-Bi Shihdrm/mediatek: fix race condition for HDMI jack status...
2020-02-17 Jack YuASoC: rt1015: fix typo for bypass boost control
2020-02-14 Jerome BrunetASoC: meson: codec-glue: fix pcm format cast warning
2020-02-14 Jerome BrunetASoC: meson: aiu: fix acodec dai input name init
2020-02-14 Jerome BrunetASoC: meson: aiu: fix irq registration
2020-02-14 Jerome BrunetASoC: meson: aiu: fix clk bulk size allocation
2020-02-14 Jerome BrunetASoC: meson: aiu: remove unused encoder structure
2020-02-14 Jerome BrunetASoC: core: ensure component names are unique
2020-02-13 Jerome BrunetASoC: meson: gx: add sound card support
2020-02-13 Jerome BrunetASoC: meson: gx: add sound card dt-binding documentation
2020-02-13 Jerome BrunetASoC: meson: axg: extract sound card utils
2020-02-13 Jerome BrunetASoC: meson: aiu: add internal dac codec control support
2020-02-13 Jerome BrunetASoC: meson: aiu: add hdmi codec control support
2020-02-13 Jerome BrunetASoC: meson: aiu: add i2s and spdif support
2020-02-13 Jerome BrunetASoC: meson: aiu: add audio output dt-bindings
2020-02-13 Jerome BrunetASoC: meson: g12a: extract codec-to-codec utils
2020-02-13 Jerome BrunetASoC: core: allow a dt node to provide several components
2020-02-13 derek.fangASoC: rt5682: Enable PLL2 function
2020-02-13 Tzung-Bi ShihASoC: mediatek: mt8183-da7219: apply some refactors
2020-02-13 Tzung-Bi ShihASoC: mediatek: mt8183-da7219: support TDM out and...
2020-02-13 Tzung-Bi ShihASoC: mediatek: mt8183-da7219: pull TDM GPIO pins down...
2020-02-13 Tzung-Bi ShihASoC: mediatek: mt8183-da7219: change supported formats...
2020-02-12 Geert UytterhoevenASoC: Fix SND_SOC_ALL_CODECS imply misc fallout
2020-02-12 Geert UytterhoevenASoC: Fix SND_SOC_ALL_CODECS imply I2C fallout
2020-02-12 Geert UytterhoevenASoC: Fix SND_SOC_ALL_CODECS imply SPI fallout
2020-02-12 Dafna Hirschfelddt-bindings: Convert the binding file google, cros...
2020-02-12 Kuninori MorimotoASoC: soc-pcm: tidyup soc_pcm_open() order
2020-02-12 Kuninori MorimotoASoC: soc-pcm: move soc_pcm_close() next to soc_pcm_open()
2020-02-12 Kuninori MorimotoASoC: soc-pcm: call snd_soc_component_open/close()...
2020-02-12 Tzung-Bi ShihASoC: mediatek: mt8183-da7219: add speaker switch
next