diff --git a/audio/headset.c b/audio/headset.c
index e7a4ea4..5a38877 100644
--- a/audio/headset.c
+++ b/audio/headset.c
{ "IndicateCall", "", "", hs_ring },
{ "CancelCall", "", "", hs_cancel_call },
{ "Play", "", "", hs_play,
- G_DBUS_METHOD_FLAG_ASYNC },
+ G_DBUS_METHOD_FLAG_ASYNC |
+ G_DBUS_METHOD_FLAG_DEPRECATED },
{ "Stop", "", "", hs_stop },
{ "IsPlaying", "", "b", hs_is_playing,
G_DBUS_METHOD_FLAG_DEPRECATED },
diff --git a/doc/audio-api.txt b/doc/audio-api.txt
index e7991f3..0f320d9 100644
--- a/doc/audio-api.txt
+++ b/doc/audio-api.txt
Cancel the incoming call indication.
- void Play()
+ void Play() {deprecated}
Open the audio connection to the headset.