mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-02-24 17:05:08 +01:00
19 lines
478 B
Diff
19 lines
478 B
Diff
diff --git a/ucm2/PinePhonePro/PinePhonePro.conf b/ucm2/PinePhonePro/PinePhonePro.conf
|
|
index 18b544a..c333958 100644
|
|
--- a/ucm2/PinePhonePro/PinePhonePro.conf
|
|
+++ b/ucm2/PinePhonePro/PinePhonePro.conf
|
|
@@ -2,12 +2,12 @@ Syntax 4
|
|
Comment "PinePhone Pro"
|
|
|
|
SectionUseCase."HiFi" {
|
|
- File "HiFi.conf"
|
|
+ File "/PinePhonePro/HiFi.conf"
|
|
Comment "Default"
|
|
}
|
|
|
|
SectionUseCase."Voice Call" {
|
|
- File "VoiceCall.conf"
|
|
+ File "/PinePhonePro/VoiceCall.conf"
|
|
Comment "Phone call"
|
|
}
|
|
|