aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/oxygen.h
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2008-01-28 02:35:20 -0500
committerJaroslav Kysela <perex@perex.cz>2008-01-31 11:30:17 -0500
commita3601560496d7b46d2d1187169824d11570ff63a (patch)
treeabcb52cdea5f118815994895b2375ad000fc4d24 /sound/pci/oxygen/oxygen.h
parent1e821dd2763c97df1a0a451e553d218cb8886cd7 (diff)
[ALSA] oxygen: add front panel controls
Add mixer controls for the front panel AC97 codec. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/oxygen/oxygen.h')
-rw-r--r--sound/pci/oxygen/oxygen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen.h b/sound/pci/oxygen/oxygen.h
index 55ce2448805d..e71c53498995 100644
--- a/sound/pci/oxygen/oxygen.h
+++ b/sound/pci/oxygen/oxygen.h
@@ -86,7 +86,7 @@ struct oxygen_model {
86 struct snd_pcm_hw_params *params); 86 struct snd_pcm_hw_params *params);
87 void (*update_dac_volume)(struct oxygen *chip); 87 void (*update_dac_volume)(struct oxygen *chip);
88 void (*update_dac_mute)(struct oxygen *chip); 88 void (*update_dac_mute)(struct oxygen *chip);
89 void (*ac97_switch_hook)(struct oxygen *chip, 89 void (*ac97_switch_hook)(struct oxygen *chip, unsigned int codec,
90 unsigned int reg, int mute); 90 unsigned int reg, int mute);
91 size_t model_data_size; 91 size_t model_data_size;
92 u8 dac_channels; 92 u8 dac_channels;