X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=src%2Ftricks%2Fraspberry_pi3_sound.adoc;fp=src%2Ftricks%2Fraspberry_pi3_sound.adoc;h=85ac504732c0f77dc21f691f90d8f718c4de8fda;hp=0000000000000000000000000000000000000000;hb=30d3073487892c62872bfc407c18cedb2247b875;hpb=6fff7902fa472ba93dda3c69455ce74b35d04fda diff --git a/src/tricks/raspberry_pi3_sound.adoc b/src/tricks/raspberry_pi3_sound.adoc new file mode 100644 index 0000000..85ac504 --- /dev/null +++ b/src/tricks/raspberry_pi3_sound.adoc @@ -0,0 +1,21 @@ += Raspberry PI - Configure the sound +:docinfo2: +:icons: font + +== Output to the headphones + +By default it appears that the default output of the sound +is automatic, it means that if HDMI supports audio it will +use it. + +To change the audio output: + +---- +sudo amixer -c 0 cset numid=3 +---- + +where can be: + +* 0: auto +* 1: headphones +* 2: hdmi \ No newline at end of file