diff --git a/examples/speaker/speaker.go b/examples/speaker/speaker.go index 4c0e462..2e4e1ae 100644 --- a/examples/speaker/speaker.go +++ b/examples/speaker/speaker.go @@ -13,7 +13,7 @@ import ( ) // SoundPath is the path to the ev3 sound events. -const SoundPath = "/dev/input/by-path/platform-snd-legoev3-event" +const SoundPath = "/dev/input/by-path/platform-sound-event" var speaker = ev3dev.NewSpeaker(SoundPath)