All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@nokia.com>
To: "Marc-André Lureau" <marcandre.lureau@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] audio: make *_suspend() use bt_stop_stream_rsp
Date: Tue, 17 Feb 2009 13:12:58 +0200	[thread overview]
Message-ID: <20090217111258.GA24132@localhost> (raw)
In-Reply-To: <1234867777-24745-1-git-send-email-marcandre.lureau@gmail.com>

On Tue, Feb 17, 2009, Marc-André Lureau wrote:
> diff --git a/audio/unix.c b/audio/unix.c
> index 294155a..7fc4387 100644
> --- a/audio/unix.c
> +++ b/audio/unix.c
> @@ -352,7 +352,7 @@ static void headset_suspend_complete(struct audio_device *dev, void *user_data)
>  {
>  	struct unix_client *client = user_data;
>  	char buf[BT_SUGGESTED_BUFFER_SIZE];
> -	struct bt_start_stream_rsp *rsp = (void *) buf;
> +	struct bt_stop_stream_rsp *rsp = (void *) buf;
>  
>  	if (!dev)
>  		goto failed;
> @@ -613,7 +613,7 @@ static void a2dp_suspend_complete(struct avdtp *session,
>  {
>  	struct unix_client *client = user_data;
>  	char buf[BT_SUGGESTED_BUFFER_SIZE];
> -	struct bt_start_stream_rsp *rsp = (void *) buf;
> +	struct bt_stop_stream_rsp *rsp = (void *) buf;
>  	struct a2dp_data *a2dp = &client->d.a2dp;
>  
>  	if (err)

Pushed upstream. Thanks!

Johan

      reply	other threads:[~2009-02-17 11:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-17 10:49 [PATCH] audio: make *_suspend() use bt_stop_stream_rsp Marc-André Lureau
2009-02-17 11:12 ` Johan Hedberg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090217111258.GA24132@localhost \
    --to=johan.hedberg@nokia.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcandre.lureau@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.