diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-12-19 14:38:33 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-12 08:30:56 +0100 |
commit | 12c93df60ccf926f8798723f97f9f45175fce85b (patch) | |
tree | 2a03a0b5ed24b2466e075dffd9e4cf88fa5306db /sound/pci/hda/hda_generic.h | |
parent | 731dc3019c7b9fa7a787f9b0a74e94638eee3fe1 (diff) | |
download | talos-obmc-linux-12c93df60ccf926f8798723f97f9f45175fce85b.tar.gz talos-obmc-linux-12c93df60ccf926f8798723f97f9f45175fce85b.zip |
ALSA: hda - Export snd_hda_gen_add_kctl()
It may be used in other codec drivers, so let it free.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_generic.h')
-rw-r--r-- | sound/pci/hda/hda_generic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h index 9c00bd5863e5..d71e86de9060 100644 --- a/sound/pci/hda/hda_generic.h +++ b/sound/pci/hda/hda_generic.h @@ -192,6 +192,10 @@ snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid, void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path, bool enable, bool add_aamix); +struct snd_kcontrol_new * +snd_hda_gen_add_kctl(struct hda_gen_spec *spec, const char *name, + const struct snd_kcontrol_new *temp); + int snd_hda_gen_parse_auto_config(struct hda_codec *codec, const hda_nid_t *ignore_nids); int snd_hda_gen_build_controls(struct hda_codec *codec); |