diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2008-01-24 05:49:21 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:30:13 -0500 |
commit | 09a99959180d25f4e5070f902e3adc1b20439cd6 (patch) | |
tree | 991af44ef8181a899e56b52ff31035b6bf654b7d /sound/pci/hda/hda_codec.c | |
parent | 90da78bf6aaabd4d31c6663b7c1d1b9c5a8c023f (diff) |
[ALSA] hda: Add dynamic mono mixer support for STAC92xx codecs
Allows for dynamically creating mono out mixer controls and well
as mono mux controls.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index df927be176af..26812dc2b7f2 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -769,7 +769,7 @@ get_alloc_amp_hash(struct hda_codec *codec, u32 key) | |||
769 | /* | 769 | /* |
770 | * query AMP capabilities for the given widget and direction | 770 | * query AMP capabilities for the given widget and direction |
771 | */ | 771 | */ |
772 | static u32 query_amp_caps(struct hda_codec *codec, hda_nid_t nid, int direction) | 772 | u32 query_amp_caps(struct hda_codec *codec, hda_nid_t nid, int direction) |
773 | { | 773 | { |
774 | struct hda_amp_info *info; | 774 | struct hda_amp_info *info; |
775 | 775 | ||