GIT Server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(65 intermediate revisions by 7 users not shown) | |||
Line 2: | Line 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
=alsa- | |||
==ALSA Repositories== | |||
; alsa-lib.git | |||
: library | |||
; alsa-utils.git; | |||
: utilities | |||
; alsa-firmware.git | |||
: firmware | |||
; alsa-tools.git | |||
: tools | |||
; alsa-plugins.git | |||
: plugins | |||
; alsa-oss.git | |||
: oss compatibility | |||
; alsa-python.git | |||
: official python binding | |||
; alsa-ucm-conf.git | |||
: ALSA Use-Case-Manager configuration library | |||
; tinycompress.git | |||
: Compressed formats support library | |||
; alsa.git | |||
: ALSA service repo (misc files) | |||
==Anonymous access== | ==Anonymous access== | ||
Line 8: | Line 31: | ||
===Read only GIT server=== | ===Read only GIT server=== | ||
: git clone git://git.alsa-project.org/alsa-lib.git alsa-lib | |||
: git clone git://git.alsa-project.org/alsa-utils.git alsa-utils | |||
: git clone git://git.alsa-project.org/alsa-firmware.git alsa-firmware | |||
: git clone git://git.alsa-project.org/alsa-tools.git alsa-tools | |||
: git clone git://git.alsa-project.org/alsa-plugins.git alsa-plugins | |||
: git clone git://git.alsa-project.org/alsa-oss.git alsa-oss | |||
: git clone git://git.alsa-project.org/alsa-python.git alsa-python | |||
: git clone git://git.alsa-project.org/alsa-ucm-conf.git alsa-ucm-conf | |||
: git clone git://git.alsa-project.org/tinycompress.git tinycompress | |||
: git clone git://git.alsa-project.org/alsa.git alsa | |||
===Web interface=== | ===Web interface=== | ||
: https://git.alsa-project.org/?p=alsa-lib.git | |||
: https://git.alsa-project.org/?p=alsa-utils.git | |||
== | : https://git.alsa-project.org/?p=alsa-firmware.git | ||
: https://git.alsa-project.org/?p=alsa-tools.git | |||
: https://git.alsa-project.org/?p=alsa-plugins.git | |||
: https://git.alsa-project.org/?p=alsa-oss.git | |||
: https://git.alsa-project.org/?p=alsa-python.git | |||
: https://git.alsa-project.org/?p=alsa-ucm-conf.git | |||
: https://git.alsa-project.org/?p=tinycompress.git | |||
= | : https://git.alsa-project.org/?p=alsa.git | ||
===HTTP access=== | |||
: https://git.alsa-project.org/http/alsa-lib.git | |||
: https://git.alsa-project.org/http/alsa-utils.git | |||
: https://git.alsa-project.org/http/alsa-firmware.git | |||
: https://git.alsa-project.org/http/alsa-tools.git | |||
: https://git.alsa-project.org/http/alsa-plugins.git | |||
: https://git.alsa-project.org/http/alsa-oss.git | |||
: https://git.alsa-project.org/http/alsa-python.git | |||
: https://git.alsa-project.org/http/alsa-ucm-conf.git | |||
: https://git.alsa-project.org/http/tinycompress.git | |||
: https://git.alsa-project.org/http/alsa.git | |||
===Kernel development=== | |||
The ALSA drivers development follows the standard kernel development now. Please, send patches to the associated [https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/MAINTAINERS maintainer] with the copy to the alsa-devel mailing list - [[Mailing-lists]]. | |||
Main tree: | |||
: | |||
: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git | |||
: | : git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git | ||
ASoC tree: | |||
: | |||
: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git | |||
: | : git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git | ||
ASoC SOF drivers: | |||
: https://github.com/thesofproject/linux/ | |||
[[Category:Development]] | [[Category:Development]] |
Latest revision as of 14:49, 6 December 2021
ALSA Repositories
- alsa-lib.git
- library
- alsa-utils.git;
- utilities
- alsa-firmware.git
- firmware
- alsa-tools.git
- tools
- alsa-plugins.git
- plugins
- alsa-oss.git
- oss compatibility
- alsa-python.git
- official python binding
- alsa-ucm-conf.git
- ALSA Use-Case-Manager configuration library
- tinycompress.git
- Compressed formats support library
- alsa.git
- ALSA service repo (misc files)
Anonymous access
Read only GIT server
- git clone git://git.alsa-project.org/alsa-lib.git alsa-lib
- git clone git://git.alsa-project.org/alsa-utils.git alsa-utils
- git clone git://git.alsa-project.org/alsa-firmware.git alsa-firmware
- git clone git://git.alsa-project.org/alsa-tools.git alsa-tools
- git clone git://git.alsa-project.org/alsa-plugins.git alsa-plugins
- git clone git://git.alsa-project.org/alsa-oss.git alsa-oss
- git clone git://git.alsa-project.org/alsa-python.git alsa-python
- git clone git://git.alsa-project.org/alsa-ucm-conf.git alsa-ucm-conf
- git clone git://git.alsa-project.org/tinycompress.git tinycompress
- git clone git://git.alsa-project.org/alsa.git alsa
Web interface
- https://git.alsa-project.org/?p=alsa-lib.git
- https://git.alsa-project.org/?p=alsa-utils.git
- https://git.alsa-project.org/?p=alsa-firmware.git
- https://git.alsa-project.org/?p=alsa-tools.git
- https://git.alsa-project.org/?p=alsa-plugins.git
- https://git.alsa-project.org/?p=alsa-oss.git
- https://git.alsa-project.org/?p=alsa-python.git
- https://git.alsa-project.org/?p=alsa-ucm-conf.git
- https://git.alsa-project.org/?p=tinycompress.git
HTTP access
- https://git.alsa-project.org/http/alsa-lib.git
- https://git.alsa-project.org/http/alsa-utils.git
- https://git.alsa-project.org/http/alsa-firmware.git
- https://git.alsa-project.org/http/alsa-tools.git
- https://git.alsa-project.org/http/alsa-plugins.git
- https://git.alsa-project.org/http/alsa-oss.git
- https://git.alsa-project.org/http/alsa-python.git
- https://git.alsa-project.org/http/alsa-ucm-conf.git
- https://git.alsa-project.org/http/tinycompress.git
Kernel development
The ALSA drivers development follows the standard kernel development now. Please, send patches to the associated maintainer with the copy to the alsa-devel mailing list - Mailing-lists.
Main tree:
- https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
- git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
ASoC tree:
- https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
- git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
ASoC SOF drivers: