service/dsp: Addressed comments about function name and pointer type
This commit is contained in:
@@ -403,7 +403,7 @@ DSP_DSP::~DSP_DSP() {
|
||||
void InstallInterfaces(SM::ServiceManager& service_manager) {
|
||||
auto dsp = std::make_shared<DSP_DSP>();
|
||||
dsp->InstallAsService(service_manager);
|
||||
Core::DSP().SetDspToInterrupt(std::move(dsp));
|
||||
Core::DSP().SetServiceToInterrupt(std::move(dsp));
|
||||
}
|
||||
|
||||
} // namespace DSP
|
||||
|
Reference in New Issue
Block a user