Add support for both ALSA hw and plughw
This commit is contained in:
@@ -189,3 +189,7 @@ bool PhononEngine::ValidOutput(const QString &output) {
|
||||
bool PhononEngine::CustomDeviceSupport(const QString &output) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool PhononEngine::ALSADeviceSupport(const QString &output) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user