mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
Add config knob for mixer channel name (ALSA/Linux only)
In some complex ALSA setups, using PCM or Master is not the right thing to do, so allow a custom mixer element name to be specified in the config file for this use case. Request and initial patch by Kurt Vanderlinden <kurt.vanderlinden@skynet.be>.
This commit is contained in:
@@ -76,6 +76,7 @@ static cfg_opt_t sec_audio[] =
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
CFG_STR("card", "/dev/dsp", CFGF_NONE),
|
||||
#endif
|
||||
CFG_STR("mixer", NULL, CFGF_NONE),
|
||||
CFG_END()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user