Skip to content

Commit

Permalink
nanopi-r6s: mark as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn authored and igorpecovnik committed Sep 14, 2024
1 parent 72062ba commit 37750a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ function post_family_tweaks__nanopir6s_naming_udev_audios() {
display_alert "$BOARD" "Renaming NanoPi R6S HDMI audio" "info"

mkdir -p $SDCARD/etc/udev/rules.d/

cat <<- EOF > $SDCARD/etc/udev/rules.d/90-naming-audios.rules
SUBSYSTEM=="sound", ENV{ID_PATH}=="platform-hdmi0-sound", ENV{SOUND_DESCRIPTION}="HDMI0 Audio"'
SUBSYSTEM=="sound", ENV{ID_PATH}=="platform-hdmi0-sound", ENV{SOUND_DESCRIPTION}="HDMI0 Audio"
EOF
}

Expand Down

0 comments on commit 37750a7

Please sign in to comment.