Skip to content

Commit

Permalink
Specify audiodev= explicitly on qemu cmdline
Browse files Browse the repository at this point in the history
First defined device is no longer used by default.
https://wiki.qemu.org/ChangeLog/8.2
  • Loading branch information
marmarek committed Aug 11, 2024
1 parent d85279b commit f0bb968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/init
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ if [ -n "$audio_model" ] ; then
-L "module-null-sink" \
-L "module-null-source" &
fi
dm_args=$(echo "$dm_args" | sed 's/^\(hda-duplex\)$/\0,audiodev=qemupa/')
fi

# Extract network parameters and remove them from dm_args
Expand Down

0 comments on commit f0bb968

Please sign in to comment.