Merge branch 'v5.5' into v5.7
This commit is contained in:
commit
ebb9a9d82a
1 changed files with 1 additions and 1 deletions
|
@ -150,6 +150,6 @@ fi
|
||||||
alsactl restore
|
alsactl restore
|
||||||
|
|
||||||
#Force 3.5mm ('headphone') jack
|
#Force 3.5mm ('headphone') jack
|
||||||
if [[ "$kernel_ver" =~ ^4\.*$ ]]; then
|
if aplay -l | grep -q "bcm2835 ALSA"; then
|
||||||
amixer cset numid=3 1 || true
|
amixer cset numid=3 1 || true
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue