mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[PR #821] [MERGED] Fix Alsa mixer #1101
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/librespot-org/librespot/pull/821
Author: @roderickvd
Created: 7/9/2021
Status: ✅ Merged
Merged: 8/31/2021
Merged by: @roderickvd
Base:
dev← Head:fix-alsa-mixer📝 Commits (3)
4c00b19Fix Alsa mixer43a8b91Revert name to softvolc67e268Improve Alsa mixer command-line options📊 Changes
5 files changed (+93 additions, -41 deletions)
View changed files
📝
CHANGELOG.md(+4 -1)📝
playback/src/mixer/alsamixer.rs(+8 -8)📝
playback/src/mixer/mod.rs(+2 -2)📝
playback/src/mixer/softmixer.rs(+1 -1)📝
src/main.rs(+78 -29)📄 Description
As @michaelherger pointed out on Gitter, the
--mixercommand line option was no longer evaluated.This was caused by incorrect merging of diverging branches.
Also renamed command line options as follows, to be more specific and in line with
mpd:mixer-cardtoalsa-mixer-devicemixer-nametoalsa-mixer-controlmixer-indextoalsa-mixer-indexThe old ones generate a deprecation warning and still work.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.