Lines Matching defs:pmac_tumbler
94 struct pmac_tumbler { struct
95 struct pmac_keywest i2c;
96 struct pmac_gpio audio_reset;
97 struct pmac_gpio amp_mute;
98 struct pmac_gpio line_mute;
99 struct pmac_gpio line_detect;
100 struct pmac_gpio hp_mute;
101 struct pmac_gpio hp_detect;
102 int headphone_irq;
103 int lineout_irq;
104 unsigned int save_master_vol[2];
105 unsigned int master_vol[2];
106 unsigned int save_master_switch[2];
107 unsigned int master_switch[2];
108 unsigned int mono_vol[VOL_IDX_LAST_MONO];
109 unsigned int mix_vol[VOL_IDX_LAST_MIX][2]; /* stereo volumes for tas3004 */
110 int drc_range;
111 int drc_enable;
112 int capture_source;
113 int anded_reset;
114 int auto_mute_notify;
115 int reset_on_sleep;
116 u8 acs;