-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ucm2: Intel: avs_nau8825 - reuse configurations
Move identical pieces to one file. BugLink: #418 Signed-off-by: Jaroslav Kysela <[email protected]>
- Loading branch information
Showing
5 changed files
with
3 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 1 addition & 27 deletions
28
ucm2/Intel/avs/avs_nau8825/Hewlett_Packard-Chell-1.0-HiFi.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,11 @@ | ||
SectionDevice."Headphone" { | ||
Comment "Headphones" | ||
|
||
Value { | ||
PlaybackPCM "hw:${CardId},1" | ||
JackControl "Headphone Jack" | ||
} | ||
|
||
EnableSequence [ | ||
cset "name='Headphone Jack Switch' on" | ||
] | ||
|
||
DisableSequence [ | ||
cset "name='Headphone Jack Switch' off" | ||
] | ||
} | ||
Include.top.File "/Intel/avs/avs_nau8825/avs_nau8825-HiFi.conf" | ||
|
||
SectionDevice."Mic" { | ||
Comment "Headset Microphone" | ||
|
||
Value { | ||
CapturePCM "hw:${CardId},1" | ||
CaptureCTL "Mic" | ||
JackControl "Headset Mic" | ||
} | ||
|
||
EnableSequence [ | ||
cset "name='Headset Mic Switch' on" | ||
cset "name='BIQ Coefficients' 0,155,0,6,255,102,0,0,255,179,0,0,0,154,0,6,255,179,128,0" | ||
] | ||
|
||
DisableSequence [ | ||
cset "name='Headset Mic Switch' off" | ||
cset "name='BIQ Coefficients' 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" | ||
] | ||
} | ||
|
File renamed without changes.