GIT Server: Difference between revisions

From AlsaProject
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 44: Line 44:
===Web interface===
===Web interface===


: http://git.alsa-project.org/?p=alsa-lib.git
: https://git.alsa-project.org/?p=alsa-lib.git
: http://git.alsa-project.org/?p=alsa-utils.git
: https://git.alsa-project.org/?p=alsa-utils.git
: http://git.alsa-project.org/?p=alsa-firmware.git
: https://git.alsa-project.org/?p=alsa-firmware.git
: http://git.alsa-project.org/?p=alsa-tools.git
: https://git.alsa-project.org/?p=alsa-tools.git
: http://git.alsa-project.org/?p=alsa-plugins.git
: https://git.alsa-project.org/?p=alsa-plugins.git
: http://git.alsa-project.org/?p=alsa-oss.git
: https://git.alsa-project.org/?p=alsa-oss.git
: http://git.alsa-project.org/?p=alsa-python.git
: https://git.alsa-project.org/?p=alsa-python.git
: http://git.alsa-project.org/?p=alsa-ucm-conf.git
: https://git.alsa-project.org/?p=alsa-ucm-conf.git
: http://git.alsa-project.org/?p=tinycompress.git
: https://git.alsa-project.org/?p=tinycompress.git


: http://git.alsa-project.org/?p=alsa.git
: https://git.alsa-project.org/?p=alsa.git


===HTTP access===
===HTTP access===


: http://git.alsa-project.org/http/alsa-lib.git
: https://git.alsa-project.org/http/alsa-lib.git
: http://git.alsa-project.org/http/alsa-utils.git
: https://git.alsa-project.org/http/alsa-utils.git
: http://git.alsa-project.org/http/alsa-firmware.git
: https://git.alsa-project.org/http/alsa-firmware.git
: http://git.alsa-project.org/http/alsa-tools.git
: https://git.alsa-project.org/http/alsa-tools.git
: http://git.alsa-project.org/http/alsa-plugins.git
: https://git.alsa-project.org/http/alsa-plugins.git
: http://git.alsa-project.org/http/alsa-oss.git
: https://git.alsa-project.org/http/alsa-oss.git
: http://git.alsa-project.org/http/alsa-python.git
: https://git.alsa-project.org/http/alsa-python.git
: http://git.alsa-project.org/http/alsa-ucm-conf.git
: https://git.alsa-project.org/http/alsa-ucm-conf.git
: http://git.alsa-project.org/http/tinycompress.git
: https://git.alsa-project.org/http/tinycompress.git


: http://git.alsa-project.org/http/alsa.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
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 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/