Add reselect command

This commit is contained in:
Miroslav Lichvar
2010-12-07 16:21:24 +01:00
parent 2d326bfc48
commit 6e96b4ba33
7 changed files with 60 additions and 2 deletions

View File

@@ -778,6 +778,16 @@ SRC_SelectSource(unsigned long match_addr)
}
/* ================================================== */
/* Force reselecting the best source */
void
SRC_ReselectSource(void)
{
selected_source_index = INVALID_SOURCE;
SRC_SelectSource(0);
}
/* ================================================== */
double