summaryrefslogtreecommitdiffstats
path: root/sound/soc/ti
Commit message (Expand)AuthorAgeFilesLines
* ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*Miaoqian Lin2022-05-161-11/+33
* ASoC: ti: davinci-mcasp: Add dma-type for bcdmaJayesh Choudhary2022-05-051-0/+2
* ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki2022-04-144-11/+11
* ASoC: ti: osk5912: Make it CCF clk API compatibleJanusz Krzysztofik2022-04-121-2/+2
* ASoC: ti: Fix spelling mistake "cant" -> "can't"Colin Ian King2022-03-161-1/+1
* ASoC: ti: davinci-i2s: Add check for clk_enable()Jiasheng Jiang2022-02-281-1/+4
* ASoC: ti: Use dev_err_probe() helperKuninori Morimoto2021-12-202-14/+6
* ASoC: ti: davinci-mcasp: Remove unnecessary conditionalAndy Shevchenko2021-12-061-5/+3
* ASoC: ti: davinci-mcasp: Get rid of duplicate of_node assignmentAndy Shevchenko2021-12-061-3/+0
* Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-2/+1
|\
| * tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-221-2/+1
* | ASoC: ti: Constify static snd_soc_opsRikard Falkeborn2021-09-292-2/+2
* | ASoC: ti: rename CONFIG_SND_SOC_DM365_VOICE_CODEC_MODULEMasahiro Yamada2021-09-131-1/+1
|/
* Merge some cs42l42 patches into asoc-5.15Mark Brown2021-08-061-6/+12
|\
| * ASoC: ti: j721e-evm: Check for not initialized parent_clk_idPeter Ujfalusi2021-07-191-1/+1
| * ASoC: ti: j721e-evm: Fix unbalanced domain activity tracking during startupPeter Ujfalusi2021-07-191-5/+11
* | ASoC: ti: j721e-evm: Convert the audio domain IDs to enumPeter Ujfalusi2021-07-191-13/+17
* | Merge series "ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support" fr...Mark Brown2021-07-122-24/+153
|\ \
| * | ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASPPeter Ujfalusi2021-07-112-3/+24
| * | ASoC: ti: davinci-mcasp: Fix DIT mode supportPeter Ujfalusi2021-07-111-21/+129
* | | ASoC: ti: delete some dead code in omap_abe_probe()Dan Carpenter2021-07-111-5/+0
|/ /
* | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-6/+5
|\ \ | |/ |/|
| * tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-131-3/+1
| * tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
| * tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
| * tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-2/+2
* | ASoC: ti: davinci-mcasp: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-041-0/+1
* | ASoC: ti: omap-mcbsp: use DEVICE_ATTR_RW macroYueHaibing2021-06-011-1/+1
|/
* Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-303-4/+3
|\
| * ASoC: ti: omap-mcsp: remove duplicate testPierre-Louis Bossart2021-03-311-2/+1
| * ASoC: ti: omap-abe-twl6040: remove useless assignmentPierre-Louis Bossart2021-03-311-1/+1
| * ASoC: ti: Fix a typo in the file ams-delta.cBhaskar Chowdhury2021-03-171-1/+1
* | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
|/
* ASoC: ti: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* Merge tag 'asoc-v5.11' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2020-12-144-186/+126
|\
| * ASoC: ti: davinci: mark OF related data as maybe unusedKrzysztof Kozlowski2020-11-261-1/+1
| * ASoC: ti: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski2020-11-231-4/+5
| * ASoC: ti: davinci-mcasp: Handle missing required DT propertiesPeter Ujfalusi2020-11-061-19/+58
| * ASoC: ti: davinci-mcasp: Simplify the configuration parameter handlingPeter Ujfalusi2020-11-061-104/+60
| * ASoC: ti: davinci-mcasp: Remove legacy dma_request parsingPeter Ujfalusi2020-11-061-54/+3
| * ASoC: ti: davinci-mcasp: Use platform_get_irq_byname_optionalPeter Ujfalusi2020-11-061-6/+6
| * ASoC: ti: davinci-mcasp: remove always zero of davinci_mcasp_get_dt_paramsZhang Qilong2020-11-031-7/+3
| * ASoC: ti: davinci-evm: Remove redundant null check before clk_disable_unprepareXu Wang2020-11-021-2/+1
* | ALSA: remove unneeded breakTom Rix2020-10-261-1/+0
|/
* ASoC: ti: davinci-mcasp: Use &pdev->dev for early dev_warnPeter Ujfalusi2020-10-081-1/+1
* Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown2020-10-065-9/+9
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-9/+9
* | ASoC: omap-mcbsp: Fix use of uninitialised pointerAlex Dewar2020-10-061-1/+5
* | ASoC: ti: omap-mcbsp: use devm_platform_ioremap_resource_bynameZhang Qilong2020-10-011-5/+1
* | ASoC: ti: j721e-evm: Fix compiler warning when CONFIG_OF=nPeter Ujfalusi2020-09-281-1/+1