summaryrefslogtreecommitdiffstats
path: root/Documentation/livepatch (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-31ASoC: sdw-mockup: use helper functionKuninori Morimoto1-4/+1
2023-01-31ASoC: spear: use helper functionKuninori Morimoto1-1/+2
2023-01-31ASoC: cirrus: use helper functionKuninori Morimoto2-4/+4
2023-01-31ASoC: rt: use helper functionKuninori Morimoto14-48/+21
2023-01-31ASoC: max: use helper functionKuninori Morimoto1-4/+1
2023-01-31ASoC: hda: use helper functionKuninori Morimoto1-2/+5
2023-01-31ASoC: hdmi-codec: use helper functionKuninori Morimoto1-5/+6
2023-01-31ASoC: soc.h: add snd_soc_card_is_instantiated() helperKuninori Morimoto1-0/+6
2023-01-31ASoC: soc-dai.h: add snd_soc_dai_get/set_widget_playback/capture() helperKuninori Morimoto1-0/+4
2023-01-31ASoC: soc-dai.h: add snd_soc_dai_tdm_mask_set/get() helperKuninori Morimoto1-0/+17
2023-01-31ASoC: soc-dai.h: add snd_soc_dai_dma_data_set/get() for low levelKuninori Morimoto1-7/+10
2023-01-31ASoC: soc-dai.h: add missing snd_soc_dai_set_widget()Kuninori Morimoto1-2/+10
2023-01-30ASoC: topology: Use unload() op directlyAmadeusz Sławiński2-21/+29
2023-01-30ASoC: topology: Unify kcontrol removal codeAmadeusz Sławiński1-42/+6
2023-01-30ASoC: topology: Remove unnecessary check for EOFAmadeusz Sławiński1-6/+1
2023-01-30ASoC: topology: Return an error on complete() failureAmadeusz Sławiński1-1/+1
2023-01-30ASoC: topology: Pass correct pointer instead of castingAmadeusz Sławiński1-6/+6
2023-01-30ASoC: topology: Remove unnecessary forward declarationsAmadeusz Sławiński1-3/+0
2023-01-30ASoC: topology: Rename remove_ handlersAmadeusz Sławiński1-16/+16
2023-01-30ASoC: topology: Fix function nameAmadeusz Sławiński1-2/+2
2023-01-30ASoC: topology: Fix typo in functions nameAmadeusz Sławiński1-16/+16
2023-01-30ASoC: topology: Remove unused SOC_TPLG_PASS_PINS constantAmadeusz Sławiński1-3/+2
2023-01-30ASoC: topology: Properly access value coming from topology fileAmadeusz Sławiński1-1/+1
2023-01-30ASoC: dt-bindings: add entry for TAS5720A-Q1 driverSteffen Aschbacher1-0/+2
2023-01-30ASoC: tas5720: set bit 7 in ANALOG_CTRL_REG for TAS5720A-Q1 during probeSteffen Aschbacher2-0/+14
2023-01-30ASoC: codecs: tas5720: add support for TAS5720A-Q1 (automotive) variantSteffen Aschbacher2-13/+106
2023-01-30ASoC: codecs: tas5720: split a tas5720_mute_soc_component() functionAlexandru Ardelean1-4/+7
2023-01-30ASoC: dt-bindings: fsl-sai: Simplify the VFxxx dmas bindingMarek Vasut1-30/+8
2023-01-30ASoC: SMA1303: Fix spelling mistake "Invald" -> "Invalid"Colin Ian King1-2/+2
2023-01-30ASoC: amd: acp: Refactor bit width calculationVenkata Prasad Potturu1-4/+4
2023-01-30ASoC: dt-bindings: simple-card: add missing #address-cells/#size-cellsKuninori Morimoto1-0/+4
2023-01-30ASoC: dt-bindings: renesas,rsnd: #sound-dai-cells is not mandatoryKuninori Morimoto1-1/+1
2023-01-30ASoC: dt-bindings: renesas,rsnd: tidyup rcar_sound,srcKuninori Morimoto1-4/+0
2023-01-30ASoC: dt-bindings: renesas,rsnd: add missing playback/captureKuninori Morimoto1-3/+22
2023-01-30ASoC: dt-bindings: ak4613: enable Of-graph (Audio-Graph-Card) styleKuninori Morimoto1-0/+7
2023-01-30ASoC: dt-bindings: ti,pcm3168a: Convert to json-schemaGeert Uytterhoeven2-56/+107
2023-01-30ASoC: dt-bindings: audio-graph-port: remove prefixKuninori Morimoto1-3/+0
2023-01-30ASoC: dt-bindings: audio-graph-port: add clocks on endpointKuninori Morimoto1-0/+9
2023-01-30ASoC: dt-bindings: audio-graph-port: add missing mclk-fsKuninori Morimoto1-5/+3
2023-01-30ASoC: dt-bindings: audio-graph-port: add definitions/portsKuninori Morimoto1-0/+12
2023-01-30ASoC: dt-bindings: audio-graph-port: use definitions for port/endpointKuninori Morimoto1-17/+22
2023-01-28ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress()Kuninori Morimoto1-1/+1
2023-01-28ASoC: kirkwood: Iterate over array indexes instead of using pointer mathKees Cook1-1/+1
2023-01-28ASoC: imx-hdmi: Use dev_err_probeAlexander Stein1-1/+1
2023-01-28ASoC: Modified the schema binding and added the vendor prefixes.Kiseok Jo2-0/+34
2023-01-28ASoC: The Iron Device SMA1303 is a boosted Class-D audio amplifier.KiseokJo4-0/+2422
2023-01-28ASoC: fsl-asoc-card: constify fsl_asoc_card_daiLuca Ceresoli1-1/+1
2023-01-27ASoC: ts3a227e: add set_jack and get_jack_typeAstrid Rost1-1/+19
2023-01-27ASoC: simple-card-utils: create jack inputs for aux_devsAstrid Rost3-0/+56
2023-01-27ASoC: soc-component: add get_jack_typeAstrid Rost2-0/+22