Searched refs:check_mute (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Dsnd.c84 static inline int check_mute(int mute) function
140 if (check_mute(dev.ear_mute) < 0 ||
141 check_mute(dev.mic_mute) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dtumbler.c957 static void check_mute(struct snd_pmac *chip, struct pmac_gpio *gp, int val, int do_notify, function
992 check_mute(chip, &mix->hp_mute, 0, mix->auto_mute_notify,
995 check_mute(chip, &mix->line_mute, 0, mix->auto_mute_notify,
999 check_mute(chip, &mix->amp_mute, 1, mix->auto_mute_notify,
1003 check_mute(chip, &mix->amp_mute, 0, mix->auto_mute_notify,
1007 check_mute(chip, &mix->hp_mute, 1, mix->auto_mute_notify,
1010 check_mute(chip, &mix->line_mute, 1, mix->auto_mute_notify,

Completed in 82 milliseconds