summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_local.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2009-11-11 13:49:07 +0100
committerTakashi Iwai <tiwai@suse.de>2009-11-16 14:14:28 +0100
commit85dd662ff4d2967084acfc761a33717383297e42 (patch)
treeaa274fbb508bc2ceeec81bb735ee297883234e92 /sound/pci/hda/hda_local.h
parentd019361a0802924e2dbcd7313fa3dcfc960222a7 (diff)
downloadop-kernel-dev-85dd662ff4d2967084acfc761a33717383297e42.zip
op-kernel-dev-85dd662ff4d2967084acfc761a33717383297e42.tar.gz
ALSA: hda - move snd_hda_pcm_type_name from hda_codec.h to hda_local.h
The snd_hda_pcm_type_name array is local only. Signed-off-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-rw-r--r--sound/pci/hda/hda_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h
index 4e77f47..7c04983 100644
--- a/sound/pci/hda/hda_local.h
+++ b/sound/pci/hda/hda_local.h
@@ -92,6 +92,8 @@
#define HDA_CODEC_MUTE_BEEP(xname, nid, xindex, direction) \
HDA_CODEC_MUTE_BEEP_MONO(xname, nid, 3, xindex, direction)
+extern const char *snd_hda_pcm_type_name[];
+
int snd_hda_mixer_amp_volume_info(struct snd_kcontrol *kcontrol,
struct snd_ctl_elem_info *uinfo);
int snd_hda_mixer_amp_volume_get(struct snd_kcontrol *kcontrol,
OpenPOWER on IntegriCloud