Skip to content

Commit

Permalink
Fixed the codec probe crash in "dev" for OrangePi 4
Browse files Browse the repository at this point in the history
  • Loading branch information
piter75 committed Jan 24, 2020
1 parent 34bd88e commit 720959e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patch/kernel/rockchip64-current/add-board-orangepi-4.patch
Expand Up @@ -196,7 +196,7 @@ index 00000000..17010305
+ "Microphone", "Mic Jack",
+ "Headphone", "Headphone Jack";
+ simple-audio-card,routing =
+ "Mic Jack", "MICBIAS1",
+ "Mic Jack", "micbias1",
+ "IN1P", "Mic Jack",
+ "Headphone Jack", "HPOL",
+ "Headphone Jack", "HPOR";
Expand Down
2 changes: 1 addition & 1 deletion patch/kernel/rockchip64-dev/add-board-orangepi-4.patch
Expand Up @@ -196,7 +196,7 @@ index 00000000..17010305
+ "Microphone", "Mic Jack",
+ "Headphone", "Headphone Jack";
+ simple-audio-card,routing =
+ "Mic Jack", "MICBIAS1",
+ "Mic Jack", "micbias1",
+ "IN1P", "Mic Jack",
+ "Headphone Jack", "HPOL",
+ "Headphone Jack", "HPOR";
Expand Down

0 comments on commit 720959e

Please sign in to comment.