Add pin_overrides for sound card via modprobe.d and /lib/firmware to use additional inputs as surround sound outputs instead
This commit is contained in:
parent
5626f95dc0
commit
8d963480f6
5 changed files with 21 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
|
|
||||||
1
files/system/etc/modprobe.d/hda-jack-retask.conf
Normal file
1
files/system/etc/modprobe.d/hda-jack-retask.conf
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
options snd-hda-intel patch=hda-jack-retask.fw,hda-jack-retask.fw,hda-jack-retask.fw,hda-jack-retask.fw
|
||||||
14
files/system/lib/firmware/hda-jack-retask.fw
Normal file
14
files/system/lib/firmware/hda-jack-retask.fw
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[codec]
|
||||||
|
0x10ec0b00 0x18491204 0
|
||||||
|
|
||||||
|
[pincfg]
|
||||||
|
0x11 0x40000000
|
||||||
|
0x14 0x01014010
|
||||||
|
0x15 0x411111f0
|
||||||
|
0x16 0x411111f0
|
||||||
|
0x17 0x411111f0
|
||||||
|
0x18 0x01014011
|
||||||
|
0x19 0x02a19040
|
||||||
|
0x1a 0x01014012
|
||||||
|
0x1b 0x02214020
|
||||||
|
0x1e 0x411111f0
|
||||||
|
|
@ -14,8 +14,12 @@ modules:
|
||||||
- download_install_rpms.sh
|
- download_install_rpms.sh
|
||||||
- type: files
|
- type: files
|
||||||
files:
|
files:
|
||||||
- source: system
|
- source: system/lib/firmware/
|
||||||
destination: /
|
destination: /lib/firmware/
|
||||||
|
- type: files
|
||||||
|
files:
|
||||||
|
- source: system/etc/modprobe.d/
|
||||||
|
destination: /etc/modprobe.d/
|
||||||
- type: rpm-ostree
|
- type: rpm-ostree
|
||||||
repos:
|
repos:
|
||||||
- https://packages.microsoft.com/yumrepos/vscode/config.repo
|
- https://packages.microsoft.com/yumrepos/vscode/config.repo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue