Opened 12 years ago
Closed 12 years ago
#41 closed enhancement (fixed)
Add support for standby mode
Reported by: | ph3-der-loewe | Owned by: | ph3-der-loewe |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | µRoarD | Version: | 0.1.6 |
Keywords: | standby | Cc: | |
Architecture: | Compiler: | ||
Difficulty: | Kernel: | ||
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | |
Sound driver: | Topic: | New feature |
Description
Support for Standby mode should be implemented. Standby may free the device. It should sleep in select() with big timeout waiting for new clients and wake up on connect of new clients.
Auto standby mode should be supported as well.
Subtickets
Change History (2)
comment:1 Changed 12 years ago by ph3-der-loewe
- Owner set to ph3-der-loewe
- Status changed from new to accepted
comment:2 Changed 12 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from accepted to closed
- Version changed from current to 0.1.6
Note: See
TracTickets for help on using
tickets.
waveform.c should get a new control function to set the parameters. This will avoid new global vars.