mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
Default sound card for FreeBSD
This commit is contained in:
parent
882b42f83c
commit
b615946989
@ -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()
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user