mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
Default sound card for FreeBSD
This commit is contained in:
@@ -68,7 +68,11 @@ static cfg_opt_t sec_library[] =
|
||||
static cfg_opt_t sec_audio[] =
|
||||
{
|
||||
CFG_STR("nickname", "Computer", CFGF_NONE),
|
||||
#ifdef __linux__
|
||||
CFG_STR("card", "default", CFGF_NONE),
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
CFG_STR("card", "/dev/dsp", CFGF_NONE),
|
||||
#endif
|
||||
CFG_END()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user