Lines Matching defs:pmac_tumbler
80 struct pmac_tumbler { struct
81 struct pmac_keywest i2c;
82 struct pmac_gpio audio_reset;
83 struct pmac_gpio amp_mute;
84 struct pmac_gpio line_mute;
85 struct pmac_gpio line_detect;
86 struct pmac_gpio hp_mute;
87 struct pmac_gpio hp_detect;
88 int headphone_irq;
89 int lineout_irq;
90 unsigned int save_master_vol[2];
91 unsigned int master_vol[2];
92 unsigned int save_master_switch[2];
93 unsigned int master_switch[2];
94 unsigned int mono_vol[VOL_IDX_LAST_MONO];
95 unsigned int mix_vol[VOL_IDX_LAST_MIX][2]; /* stereo volumes for tas3004 */
96 int drc_range;
97 int drc_enable;
98 int capture_source;
99 int anded_reset;
100 int auto_mute_notify;
101 int reset_on_sleep;
102 u8 acs;