Hi Lucas, On Fri, Oct 21, 2011 at 8:58 PM, Lucas De Marchi <lucas.demarchi@xxxxxxxxxxxxxx> wrote: > --- > audio/avctp.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/audio/avctp.c b/audio/avctp.c > index df3b2b8..fdd8a9e 100644 > --- a/audio/avctp.c > +++ b/audio/avctp.c > @@ -155,6 +155,8 @@ static struct { > { "BACKWARD", BACKWARD_OP, KEY_PREVIOUSSONG }, > { "REWIND", REWIND_OP, KEY_REWIND }, > { "FAST FORWARD", FAST_FORWARD_OP, KEY_FASTFORWARD }, > + { "VOLUME UP", VOL_UP_OP, KEY_VOLUMEUP }, > + { "VOLUME DOWN", VOL_DOWN_OP, KEY_VOLUMEDOWN }, > { NULL } > }; > > -- > 1.7.7 > I remember discussing this before, this is not as simple as it seems because we need to check what A2DP role we are doing so I would like to do absolute volume control instead which solves the volume synchronization problem and don't have any recommendation against using it. -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html