summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/ac97_codec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/ac97_codec.h b/include/sound/ac97_codec.h
index 74bc85473b58..15aa5f07c955 100644
--- a/include/sound/ac97_codec.h
+++ b/include/sound/ac97_codec.h
@@ -417,11 +417,13 @@
417#define AC97_RATES_MIC_ADC 4 417#define AC97_RATES_MIC_ADC 4
418#define AC97_RATES_SPDIF 5 418#define AC97_RATES_SPDIF 5
419 419
420#define AC97_NUM_GPIOS 16
420/* 421/*
421 * 422 *
422 */ 423 */
423 424
424struct snd_ac97; 425struct snd_ac97;
426struct snd_ac97_gpio_priv;
425struct snd_pcm_chmap; 427struct snd_pcm_chmap;
426 428
427struct snd_ac97_build_ops { 429struct snd_ac97_build_ops {
@@ -529,6 +531,7 @@ struct snd_ac97 {
529 struct delayed_work power_work; 531 struct delayed_work power_work;
530#endif 532#endif
531 struct device dev; 533 struct device dev;
534 struct snd_ac97_gpio_priv *gpio_priv;
532 535
533 struct snd_pcm_chmap *chmaps[2]; /* channel-maps (optional) */ 536 struct snd_pcm_chmap *chmaps[2]; /* channel-maps (optional) */
534}; 537};