summaryrefslogtreecommitdiff
path: root/sound/soc/ti
AgeCommit message (Expand)Author
2023-05-30ASoC: ti: davinci-mcasp: Use pcm_for_each_format() macroMin-Hua Chen
2023-05-23ASoC: do not include pm_runtime.h if not usedClaudiu Beznea
2023-05-08ASoC: ti: use asoc_dummy_dlcKuninori Morimoto
2023-03-24ASoC: ti: remove unnecessary dai_link->platformKuninori Morimoto
2023-03-20ASoC: ti: omap-mcbsp: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: ti: omap-hdmi: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: ti: davinci-mcasp: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: ti: davinci-i2s: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: ti: ams-delta: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-22Merge tag 'sound-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-01-31ASoC: ti: use helper functionKuninori Morimoto
2023-01-12ASoC: remove unused davinci supportArnd Bergmann
2022-10-17ASoC: ti: davinci-mcasp: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing
2022-08-31ASoC: ti: omap-mcbsp: remove useless assignmentPierre-Louis Bossart
2022-08-15ASoC: omap: Replace sprintf() with sysfs_emit()Takashi Iwai
2022-07-11ASoC: Merge up fixesMark Brown
2022-07-07ASoC: ti: omap-mcbsp: duplicate sysfs errorDavid Owens
2022-06-29ASoC: Refactor non_legacy_dai_naming flagMark Brown
2022-06-27ASoC: ti: davinci-mcasp: use pm_runtime_resume_and_get()Pierre-Louis Bossart
2022-06-27ASoC: ti: Migrate to new style legacy DAI naming flagCharles Keepax
2022-06-06ASoC: ti: Rename set_fmt_new back to set_fmtCharles Keepax
2022-06-06ASoC: ti: Update to use set_fmt_new callbackCharles Keepax
2022-05-16ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*Miaoqian Lin
2022-05-05ASoC: ti: davinci-mcasp: Add dma-type for bcdmaJayesh Choudhary
2022-04-14ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki
2022-04-12ASoC: ti: osk5912: Make it CCF clk API compatibleJanusz Krzysztofik
2022-03-16ASoC: ti: Fix spelling mistake "cant" -> "can't"Colin Ian King
2022-02-28ASoC: ti: davinci-i2s: Add check for clk_enable()Jiasheng Jiang
2021-12-20ASoC: ti: Use dev_err_probe() helperKuninori Morimoto
2021-12-06ASoC: ti: davinci-mcasp: Remove unnecessary conditionalAndy Shevchenko
2021-12-06ASoC: ti: davinci-mcasp: Get rid of duplicate of_node assignmentAndy Shevchenko
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-09-29ASoC: ti: Constify static snd_soc_opsRikard Falkeborn
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby
2021-09-13ASoC: ti: rename CONFIG_SND_SOC_DM365_VOICE_CODEC_MODULEMasahiro Yamada
2021-08-06Merge some cs42l42 patches into asoc-5.15Mark Brown
2021-07-19ASoC: ti: j721e-evm: Convert the audio domain IDs to enumPeter Ujfalusi
2021-07-19ASoC: ti: j721e-evm: Check for not initialized parent_clk_idPeter Ujfalusi
2021-07-19ASoC: ti: j721e-evm: Fix unbalanced domain activity tracking during startupPeter Ujfalusi
2021-07-12Merge series "ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support" fr...Mark Brown
2021-07-11ASoC: ti: delete some dead code in omap_abe_probe()Dan Carpenter
2021-07-11ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASPPeter Ujfalusi
2021-07-11ASoC: ti: davinci-mcasp: Fix DIT mode supportPeter Ujfalusi
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-06-04ASoC: ti: davinci-mcasp: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-01ASoC: ti: omap-mcbsp: use DEVICE_ATTR_RW macroYueHaibing
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby