From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 1/3] ALSA: hda - Make azx_attach_pcm_stream static Date: Mon, 03 Mar 2014 09:56:50 +0100 Message-ID: References: <1393821841-4133-1-git-send-email-dgreid@chromium.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 2A0C7265141 for ; Mon, 3 Mar 2014 09:56:51 +0100 (CET) In-Reply-To: <1393821841-4133-1-git-send-email-dgreid@chromium.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Dylan Reid Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Sun, 2 Mar 2014 20:43:59 -0800, Dylan Reid wrote: > > It is only used in hda_controller.c now. > > Signed-off-by: Dylan Reid Thanks, applied all three patches. Takashi > --- > sound/pci/hda/hda_controller.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c > index 6156d0a..97993e1 100644 > --- a/sound/pci/hda/hda_controller.c > +++ b/sound/pci/hda/hda_controller.c > @@ -971,8 +971,8 @@ static void azx_pcm_free(struct snd_pcm *pcm) > > #define MAX_PREALLOC_SIZE (32 * 1024 * 1024) > > -int azx_attach_pcm_stream(struct hda_bus *bus, struct hda_codec *codec, > - struct hda_pcm *cpcm) > +static int azx_attach_pcm_stream(struct hda_bus *bus, struct hda_codec *codec, > + struct hda_pcm *cpcm) > { > struct azx *chip = bus->private_data; > struct snd_pcm *pcm; > -- > 1.8.1.3.605.g02339dd >