mixer.h (b3e7694832e81d7a904a10f525f8797b753bf0d3) | mixer.h (67c89b21b95601c01bafe5a0c518d320a39111c0) |
---|---|
1/*- 2 * Copyright (c) 2021 Christos Margiolis <christos@FreeBSD.org> 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 5 * of this software and associated documentation files (the "Software"), to deal 6 * in the Software without restriction, including without limitation the rights 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8 * copies of the Software, and to permit persons to whom the Software is --- 101 unchanged lines hidden (view full) --- 110mix_ctl_t *mixer_get_ctl_byname(struct mix_dev *, const char *); 111int mixer_set_vol(struct mixer *, mix_volume_t); 112int mixer_set_mute(struct mixer *, int); 113int mixer_mod_recsrc(struct mixer *, int); 114int mixer_get_dunit(void); 115int mixer_set_dunit(struct mixer *, int); 116int mixer_get_mode(int); 117int mixer_get_nmixers(void); | 1/*- 2 * Copyright (c) 2021 Christos Margiolis <christos@FreeBSD.org> 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 5 * of this software and associated documentation files (the "Software"), to deal 6 * in the Software without restriction, including without limitation the rights 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8 * copies of the Software, and to permit persons to whom the Software is --- 101 unchanged lines hidden (view full) --- 110mix_ctl_t *mixer_get_ctl_byname(struct mix_dev *, const char *); 111int mixer_set_vol(struct mixer *, mix_volume_t); 112int mixer_set_mute(struct mixer *, int); 113int mixer_mod_recsrc(struct mixer *, int); 114int mixer_get_dunit(void); 115int mixer_set_dunit(struct mixer *, int); 116int mixer_get_mode(int); 117int mixer_get_nmixers(void); |
118int mixer_get_path(char *, size_t, int); |
|
118 119__END_DECLS 120 121#endif /* _MIXER_H_ */ | 119 120__END_DECLS 121 122#endif /* _MIXER_H_ */ |