summaryrefslogtreecommitdiffstats
path: root/core/modules/alsa
Commit message (Collapse)AuthorAgeFilesLines
* Make buildable on debian 12Simon Rettberg2022-12-121-0/+5
|
* [pulseaudio/alsa] Switch to alsa, add pactl pendant to amixer MuteSimon Rettberg2021-10-281-2/+2
|
* [alsa] set-default-card: Honor default dependencies, don't run too earlySimon Rettberg2021-10-191-2/+0Star
|
* [alsa] Fix ashSimon Rettberg2021-07-261-1/+1
|
* Remove COPYLIST boilerplate from every module; move to setup_targetSimon Rettberg2021-07-121-9/+1Star
|
* Add installer mode for stage4Simon Rettberg2021-07-082-1/+21
|
* [alsa] Don't treat missing /proc/asound as errorSimon Rettberg2021-04-301-2/+2
| | | | Unless alsa isn't loaded, this just means we don't have a sound card.
* Debian!Simon Rettberg2020-05-193-9/+9
|
* [alsa] remove old ubuntu.12 configJonathan Bauer2019-06-131-7/+0Star
| | | | which was pretty much the same as the generic one
* [alsa] Include aplay for debuggingSimon Rettberg2018-10-191-0/+1
|
* [alsa] Try to determine which HDMI port to output sound toSimon Rettberg2018-10-021-3/+17
|
* [alsa] ash doesn't know < <()Simon Rettberg2018-09-281-1/+5
|
* [alsa] Detect usable device index for card, don't just assume 0 existsSimon Rettberg2018-09-281-12/+15
| | | | | | This still doesn't try to be smart and detect which device of a card to use, but at least we prevent using nonexistent index 0 with HDMI for example.
* [alsa] Source config fileSimon Rettberg2018-09-271-0/+2
|
* [alsa] SLX_PREFERRED_SOUND_OUTPUT - HDMI/non-HDMISimon Rettberg2018-09-271-2/+6
| | | | | | When SLX_PREFERRED_SOUND_OUTPUT is set to HDMI, try to configure any card containing HDMI in its name as the default card. Otherwise, the old behaviour of picking a card that does *not* contain HDMI is kept.
* Add bash shebangs to all our includes:Simon Rettberg2017-02-288-0/+8
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-231-1/+0Star
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-2511-0/+139