mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-28 07:57:58 -04:00
The Advanced Linux Sound Architecture (ALSA) - library
We plan to use the sound driver module's name for the top ucm's name, I checked it on 3 different ASoC machines, the device/driver links to machine driver while deice/driver/module links to the sound driver module, so change the code to readlink the device/driver/module first, if it fails then readlink the device/driver. This is the output from those 3 machines: $readlink /sys/class/sound/card0/device/driver ../../../../bus/platform/drivers/skl_hda_dsp_generic $readlink /sys/class/sound/card0/device/driver/module ../../../../module/snd_soc_skl_hda_dsp $readlink /sys/class/sound/card2/device/driver ../../../../../bus/platform/drivers/acp_pdm_mach $readlink /sys/class/sound/card2/device/driver/module ../../../../module/snd_acp3x_rn $readlink /sys/class/sound/card0/device/driver ../../../../bus/platform/drivers/sof_sdw $readlink /sys/class/sound/card0/device/driver/module ../../../../module/snd_soc_sof_sdw Signed-off-by: Hui Wang <hui.wang@canonical.com> |
||
|---|---|---|
| .github/workflows | ||
| alsalisp | ||
| aserver | ||
| doc | ||
| include | ||
| m4 | ||
| modules | ||
| src | ||
| test | ||
| utils | ||
| .gitignore | ||
| .travis.yml | ||
| acinclude.m4 | ||
| ChangeLog | ||
| configure.ac | ||
| COPYING | ||
| gitcompile | ||
| INSTALL | ||
| Makefile.am | ||
| MEMORY-LEAK | ||
| NOTES | ||
| README.md | ||
| TODO | ||
alsa-lib
Advanced Linux Sound Architecture (ALSA) project
The alsa-lib is a library to interface with ALSA in the Linux kernel and virtual devices using a plugin system.
The up-to-date reference generated from sources can be accessed here:
http://www.alsa-project.org/alsa-doc/alsa-lib/
You may give a look for more information about the ALSA project to URL http://www.alsa-project.org.
Submitting patches
The preferred way to submit patches is by sending them by email to the alsa-devel mailing list. Sending mail to the list requires subscription, subscribe here: https://mailman.alsa-project.org/mailman/listinfo/alsa-devel
Add Takashi Iwai <tiwai@suse.de> and/or Jaroslav Kysela <perex@perex.cz> to
Cc so that your patch won't be missed.
Patches are also accepted as GitHub pull requests.