summaryrefslogtreecommitdiffstats
path: root/sound/soc/ti
Commit message (Expand)AuthorAgeFilesLines
* ASoC: ti: davinci-mcasp: Use pcm_for_each_format() macroMin-Hua Chen2023-05-301-12/+15
* ASoC: do not include pm_runtime.h if not usedClaudiu Beznea2023-05-231-1/+0
* ASoC: ti: use asoc_dummy_dlcKuninori Morimoto2023-05-081-5/+3
* ASoC: ti: remove unnecessary dai_link->platformKuninori Morimoto2023-03-241-4/+1
* ASoC: ti: omap-mcbsp: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: ti: omap-hdmi: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
* ASoC: ti: davinci-mcasp: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: ti: davinci-i2s: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: ti: ams-delta: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
* Merge tag 'sound-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-02-222-4/+6
|\
| * ASoC: ti: use helper functionKuninori Morimoto2023-01-313-6/+9
* | ASoC: remove unused davinci supportArnd Bergmann2023-01-124-553/+3
|/
* ASoC: ti: davinci-mcasp: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing2022-10-171-4/+3
* ASoC: ti: omap-mcbsp: remove useless assignmentPierre-Louis Bossart2022-08-311-1/+1
* ASoC: omap: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-152-7/+7
* ASoC: Merge up fixesMark Brown2022-07-113-31/+4
|\
| * ASoC: ti: omap-mcbsp: duplicate sysfs errorDavid Owens2022-07-073-31/+4
* | ASoC: Refactor non_legacy_dai_naming flagMark Brown2022-06-297-8/+15
|\ \
| * | ASoC: ti: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-277-8/+15
* | | ASoC: ti: davinci-mcasp: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-06-271-2/+1
|/ /
* | ASoC: ti: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-063-3/+3
* | ASoC: ti: Update to use set_fmt_new callbackCharles Keepax2022-06-063-30/+30
|/
* 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
|/