index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
ti
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-17
ASoC: ti: davinci-mcasp: Use DIV_ROUND_UP() instead of open-coding it
Shang XiaoJing
1
-4
/
+3
2022-08-31
ASoC: ti: omap-mcbsp: remove useless assignment
Pierre-Louis Bossart
1
-1
/
+1
2022-08-15
ASoC: omap: Replace sprintf() with sysfs_emit()
Takashi Iwai
2
-7
/
+7
2022-07-11
ASoC: Merge up fixes
Mark Brown
3
-31
/
+4
2022-07-07
ASoC: ti: omap-mcbsp: duplicate sysfs error
David Owens
3
-31
/
+4
2022-06-29
ASoC: Refactor non_legacy_dai_naming flag
Mark Brown
7
-8
/
+15
2022-06-27
ASoC: ti: davinci-mcasp: use pm_runtime_resume_and_get()
Pierre-Louis Bossart
1
-2
/
+1
2022-06-27
ASoC: ti: Migrate to new style legacy DAI naming flag
Charles Keepax
7
-8
/
+15
2022-06-06
ASoC: ti: Rename set_fmt_new back to set_fmt
Charles Keepax
3
-3
/
+3
2022-06-06
ASoC: ti: Update to use set_fmt_new callback
Charles Keepax
3
-30
/
+30
2022-05-16
ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*
Miaoqian Lin
1
-11
/
+33
2022-05-05
ASoC: ti: davinci-mcasp: Add dma-type for bcdma
Jayesh Choudhary
1
-0
/
+2
2022-04-14
ASoC: soc-card: Create jack kcontrol without pins
Akihiko Odaki
4
-11
/
+11
2022-04-12
ASoC: ti: osk5912: Make it CCF clk API compatible
Janusz Krzysztofik
1
-2
/
+2
2022-03-16
ASoC: ti: Fix spelling mistake "cant" -> "can't"
Colin Ian King
1
-1
/
+1
2022-02-28
ASoC: ti: davinci-i2s: Add check for clk_enable()
Jiasheng Jiang
1
-1
/
+4
2021-12-20
ASoC: ti: Use dev_err_probe() helper
Kuninori Morimoto
2
-14
/
+6
2021-12-06
ASoC: ti: davinci-mcasp: Remove unnecessary conditional
Andy Shevchenko
1
-5
/
+3
2021-12-06
ASoC: ti: davinci-mcasp: Get rid of duplicate of_node assignment
Andy Shevchenko
1
-3
/
+0
2021-11-04
Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-2
/
+1
2021-09-29
ASoC: ti: Constify static snd_soc_ops
Rikard Falkeborn
2
-2
/
+2
2021-09-22
tty: make tty_ldisc_ops::hangup return void
Jiri Slaby
1
-2
/
+1
2021-09-13
ASoC: ti: rename CONFIG_SND_SOC_DM365_VOICE_CODEC_MODULE
Masahiro Yamada
1
-1
/
+1
2021-08-06
Merge some cs42l42 patches into asoc-5.15
Mark Brown
1
-6
/
+12
2021-07-19
ASoC: ti: j721e-evm: Convert the audio domain IDs to enum
Peter Ujfalusi
1
-13
/
+17
2021-07-19
ASoC: ti: j721e-evm: Check for not initialized parent_clk_id
Peter Ujfalusi
1
-1
/
+1
2021-07-19
ASoC: ti: j721e-evm: Fix unbalanced domain activity tracking during startup
Peter Ujfalusi
1
-5
/
+11
2021-07-12
Merge series "ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support" fr...
Mark Brown
2
-24
/
+153
2021-07-12
ASoC: ti: delete some dead code in omap_abe_probe()
Dan Carpenter
1
-5
/
+0
2021-07-12
ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASP
Peter Ujfalusi
2
-3
/
+24
2021-07-12
ASoC: ti: davinci-mcasp: Fix DIT mode support
Peter Ujfalusi
1
-21
/
+129
2021-07-06
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-6
/
+5
2021-06-04
ASoC: ti: davinci-mcasp: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-06-01
ASoC: ti: omap-mcbsp: use DEVICE_ATTR_RW macro
YueHaibing
1
-1
/
+1
2021-05-13
tty: no checking of tty_unregister_ldisc
Jiri Slaby
1
-3
/
+1
2021-05-13
tty: make tty_ldisc_ops a param in tty_unregister_ldisc
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: set tty_ldisc_ops::num statically
Jiri Slaby
1
-1
/
+2
2021-05-13
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
1
-2
/
+2
2021-04-30
Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-4
/
+3
2021-03-31
ASoC: ti: omap-mcsp: remove duplicate test
Pierre-Louis Bossart
1
-2
/
+1
2021-03-31
ASoC: ti: omap-abe-twl6040: remove useless assignment
Pierre-Louis Bossart
1
-1
/
+1
2021-03-17
ASoC: ti: Fix a typo in the file ams-delta.c
Bhaskar Chowdhury
1
-1
/
+1
2021-03-10
tty: remove TTY_LDISC_MAGIC
Jiri Slaby
1
-1
/
+0
2021-01-21
ASoC: ti: sync parameter naming (rate/sample_bits)
Kuninori Morimoto
1
-1
/
+1
2020-12-14
Merge tag 'asoc-v5.11' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
4
-186
/
+126
2020-11-26
ASoC: ti: davinci: mark OF related data as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2020-11-23
ASoC: ti: depend on COMMON_CLK to fix compile tests
Krzysztof Kozlowski
1
-4
/
+5
2020-11-06
ASoC: ti: davinci-mcasp: Handle missing required DT properties
Peter Ujfalusi
1
-19
/
+58
2020-11-06
ASoC: ti: davinci-mcasp: Simplify the configuration parameter handling
Peter Ujfalusi
1
-104
/
+60
2020-11-06
ASoC: ti: davinci-mcasp: Remove legacy dma_request parsing
Peter Ujfalusi
1
-54
/
+3
[next]