Re: [PATCH 2/2] AVRCP: Add missing Player Setting feature in TG record

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 10 May 2012 11:57:44 +0530
<joohi.rastogi@xxxxxxxxxxxxxx> wrote:

> From: Joohi Rastogi <joohi.rastogi@xxxxxxxxxxxxxx>
> 
> ---
>  audio/avrcp.c |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/audio/avrcp.c b/audio/avrcp.c
> index 1b35c3f..7ed1bbb 100644
> --- a/audio/avrcp.c
> +++ b/audio/avrcp.c
> @@ -93,6 +93,7 @@
>  #define AVRCP_FEATURE_CATEGORY_2	0x0002
>  #define AVRCP_FEATURE_CATEGORY_3	0x0004
>  #define AVRCP_FEATURE_CATEGORY_4	0x0008
> +#define AVRCP_FEATURE_PLAYER_SETTINGS	0x0010
>  
>  enum battery_status {
>  	BATTERY_STATUS_NORMAL =		0,
> @@ -247,7 +248,8 @@ static sdp_record_t *avrcp_tg_record(void)
>  	uint16_t lp = AVCTP_PSM;
>  	uint16_t avrcp_ver = 0x0103, avctp_ver = 0x0103;
>  	uint16_t feat = (AVRCP_FEATURE_CATEGORY_1 |
> AVRCP_FEATURE_CATEGORY_2
> -		| AVRCP_FEATURE_CATEGORY_3 |
> AVRCP_FEATURE_CATEGORY_4);
> +		| AVRCP_FEATURE_CATEGORY_3 | AVRCP_FEATURE_CATEGORY_4
> +		| AVRCP_FEATURE_PLAYER_SETTINGS);

Ack, but I'm not sure about the coding style. I think the preferred way
to split lines is to put "|" in the line before (and indent past the
"(".


Lucas De Marchi
--
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


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux