summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_controller.c
diff options
context:
space:
mode:
authorDylan Reid <dgreid@chromium.org>2014-03-03 04:43:59 (GMT)
committerTakashi Iwai <tiwai@suse.de>2014-03-03 08:53:14 (GMT)
commit7c3e438add2710f9a92017e2d942081db4f88909 (patch)
tree307cf480d04ad162a1d6a12f4b1d2da338b635cd /sound/pci/hda/hda_controller.c
parent78e34f34ac27c9c25c6db58d05129994bed9ec25 (diff)
downloadlinux-7c3e438add2710f9a92017e2d942081db4f88909.tar.xz
ALSA: hda - Make azx_attach_pcm_stream static
It is only used in hda_controller.c now. Signed-off-by: Dylan Reid <dgreid@chromium.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_controller.c')
-rw-r--r--sound/pci/hda/hda_controller.c4
1 files 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;