mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:09:42 +00:00
Comment out unused parameter in Tuner Frontend implementation
Test: make Bug: 163870103 Change-Id: Ie02454fca63558d519c34c2566a20d2c1a6958d1
This commit is contained in:
@@ -72,7 +72,7 @@ Return<Result> Frontend::tune(const FrontendSettings& /* settings */) {
|
||||
}
|
||||
|
||||
Return<Result> Frontend::tune_1_1(const FrontendSettings& settings,
|
||||
const V1_1::FrontendSettingsExt& settingsExt) {
|
||||
const V1_1::FrontendSettingsExt& /*settingsExt*/) {
|
||||
ALOGV("%s", __FUNCTION__);
|
||||
return tune(settings);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user