diff options
author | Jani Alinikula <janialinikula@gmail.com> | 2006-06-27 09:00:55 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-28 13:31:03 -0400 |
commit | c83c0c470565a0aed2f6fcbaa6c80a98ef250586 (patch) | |
tree | 5f6810822c019af78dcb95f67565101cb97198c0 /include/sound | |
parent | be7ee27822975cee5dabb2cfd7f03e7fde38e3f4 (diff) |
[ALSA] Stereo controls for M-Audio Revolution cards
This patch adds stereo controls to revo cards by making the ak4xxx
driver mixers configurable from the card driver.
Signed-off-by: Jani Alinikula <janialinikula@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/ak4xxx-adda.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/ak4xxx-adda.h b/include/sound/ak4xxx-adda.h index 3bf5911fe827..acf8cc1292e0 100644 --- a/include/sound/ak4xxx-adda.h +++ b/include/sound/ak4xxx-adda.h | |||
@@ -53,6 +53,8 @@ struct snd_akm4xxx { | |||
53 | SND_AK4524, SND_AK4528, SND_AK4529, | 53 | SND_AK4524, SND_AK4528, SND_AK4529, |
54 | SND_AK4355, SND_AK4358, SND_AK4381 | 54 | SND_AK4355, SND_AK4358, SND_AK4381 |
55 | } type; | 55 | } type; |
56 | unsigned int *num_stereo; /* array of combined counts for the mixer */ | ||
57 | char **channel_names; /* array of mixer channel names */ | ||
56 | struct snd_ak4xxx_ops ops; | 58 | struct snd_ak4xxx_ops ops; |
57 | }; | 59 | }; |
58 | 60 | ||