summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ASoC: tas2781: Use of_property_read_reg()Rob Herring (Arm)2024-07-031-23/+11
| | * | | | | ASoC: PCM6240: Use of_property_read_reg()Rob Herring (Arm)2024-07-031-21/+10
| | |/ / / /
| | * | | | ASoC: topology: kcontrol registration cleanupMark Brown2024-07-021-374/+194
| | |\ \ \ \
| | | * | | | ASoC: topology: Unify code for creating standalone and widget enum controlAmadeusz Sławiński2024-07-021-77/+9
| | | * | | | ASoC: topology: Unify code for creating standalone and widget mixer controlAmadeusz Sławiński2024-07-021-57/+9
| | | * | | | ASoC: topology: Unify code for creating standalone and widget bytes controlAmadeusz Sławiński2024-07-021-42/+9
| | | * | | | ASoC: topology: Reshuffle function placementAmadeusz Sławiński2024-07-021-233/+233
| | | * | | | ASoC: topology: Rename function creating widget kcontrolAmadeusz Sławiński2024-07-021-6/+6
| | | * | | | ASoC: topology: Align dynamic object initialization for controlsAmadeusz Sławiński2024-07-021-5/+9
| | | * | | | ASoC: topology: Correctly set shift_r in soc_tplg_denum_create()Amadeusz Sławiński2024-07-021-1/+1
| | | * | | | ASoC: topology: Cleanup soc_tplg_dapm_widget_denum_createAmadeusz Sławiński2024-07-021-21/+10
| | | * | | | ASoC: topology: Cleanup soc_tplg_dapm_widget_dmixer_createAmadeusz Sławiński2024-07-021-23/+12
| | | * | | | ASoC: topology: Cleanup soc_tplg_dapm_widget_dbytes_createAmadeusz Sławiński2024-07-021-12/+5
| | | * | | | ASoC: topology: Properly initialize soc_enum valuesAmadeusz Sławiński2024-07-021-0/+2
| | | * | | | ASoC: topology: Do not do unnecessary dobj managementAmadeusz Sławiński2024-07-021-4/+0
| | | * | | | ASoC: topology: Simplify codeAmadeusz Sławiński2024-07-021-7/+3
| | * | | | | ASoC: codecs: nau8824: Add master clock handlingMaxim Kochetkov2024-07-022-2/+20
| | |/ / / /
| | * | | | ASoC: simple-audio-mux: add state-labelsMark Brown2024-07-021-15/+40
| | |\ \ \ \
| | | * | | | ASoC: simple-audio-mux: enable to select MUX namesKuninori Morimoto2024-07-011-15/+40
| | * | | | | ASoC: cs35l56: Remove obsolete and redundant codeMark Brown2024-07-024-365/+39
| | |\ \ \ \ \
| | | * | | | | ASoC: cs35l56: Remove redundant clearing of clk_stop_mode1Richard Fitzgerald2024-07-011-1/+0
| | | * | | | | ASoC: cs35l56: Remove support for A1 siliconRichard Fitzgerald2024-07-013-94/+2
| | | * | | | | ASoC: cs35l56: Revert support for dual-ownership of ASP registersRichard Fitzgerald2024-07-013-270/+37
| | | |/ / / /
| | * | | | | ASoC: codecs: wsa88xx: add support for static portMark Brown2024-07-022-0/+16
| | |\ \ \ \ \
| | | * | | | | ASoC: codecs: wsa884x: parse port-mapping informationSrinivas Kandagatla2024-07-011-0/+8
| | | * | | | | ASoC: codecs: wsa883x: parse port-mapping informationSrinivas Kandagatla2024-07-011-0/+8
| | | |/ / / /
| | * | | | | ASoC: codecs: lpass-wsa-macro: Fix using NULL pointer in probe() dev_errKrzysztof Kozlowski2024-07-011-1/+1
| | * | | | | ASoC: codecs: lpass-rx-macro: Fix using NULL pointer in probe() dev_errKrzysztof Kozlowski2024-07-011-1/+1
| | * | | | | ASoC: fsl: lpc3xxx-i2s: Include bitfield.h for FIELD_PREPNathan Chancellor2024-07-011-0/+1
| | * | | | | ASoC: fsl: lpc3xxx-i2s: Avoid using ret uninitialized in lpc32xx_i2s_probe()Nathan Chancellor2024-07-011-1/+1
| | * | | | | ASoc: tas2781: Add name_prefix as the prefix name of DSP firmwares and calibr...Shenghao Ding2024-07-011-4/+15
| | * | | | | ASoC: fsl_rpmsg: Add support for i.MX95 platformChancel Liu2024-07-011-0/+9
| | |/ / / /
| | * | | | Add audio support for LPC32XX CPUsMark Brown2024-06-285-0/+535
| | |\ \ \ \
| | | * | | | ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUsPiotr Wojtaszczyk2024-06-285-0/+535
| | * | | | | ASoC: meson: tdm: add sample rate support up to 768kHzJerome Brunet2024-06-284-6/+6
| | * | | | | ASoC: max98088: Check for clk_prepare_enable() errorChen Ni2024-06-281-3/+7
| | * | | | | ASoC: Remove unneeded semicolonYang Li2024-06-281-1/+1
| | * | | | | ASoC: soc-utils: allow sample rate up to 768kHz for the dummy daiJerome Brunet2024-06-281-3/+6
| | |/ / / /
| | * | | | ASoC: codecs: lpass-wsa-macro: add missing select of common codeKrzysztof Kozlowski2024-06-271-0/+1
| | * | | | ASoC: imx-audmix: Split capture device to be a newMark Brown2024-06-274-85/+155
| | |\ \ \ \
| | | * | | | ASoC: imx-audmix: Split capture device for audmixShengjiu Wang2024-06-261-34/+45
| | | * | | | ASoC: fsl_audmix: Split playback and capture stream to different DAIShengjiu Wang2024-06-261-10/+6
| | | * | | | ASoC: fsl_sai: Add separate DAI for transmitter and receiverShengjiu Wang2024-06-262-41/+104
| | * | | | | ASoC: simple-card / audio-graph:Mark Brown2024-06-274-0/+107
| | |\ \ \ \ \
| | | * | | | | ASoC: audio-graph-card2: add link-trigger-order supportKuninori Morimoto2024-06-261-0/+13
| | | * | | | | ASoC: audio-graph-card: add link-trigger-order supportKuninori Morimoto2024-06-261-0/+13
| | | * | | | | ASoC: simple-audio-card: add link-trigger-order supportKuninori Morimoto2024-06-261-0/+10
| | | * | | | | ASoC: simple-card-utils: add link-trigger-order supportKuninori Morimoto2024-06-261-0/+71
| | | |/ / / /
| | * | | | | ASoC: rt712-sdca: add the function for version BShuming Fan2024-06-264-100/+660
| | * | | | | ASoC: rt712-sdca: change the definition name of SDCA channel numberShuming Fan2024-06-264-43/+45