Searched refs:snd_ac97_try_bit (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_patch.h77 static int snd_ac97_try_bit(struct snd_ac97 * ac97, int reg, int bit);
H A Dac97_codec.c1123 static int snd_ac97_try_bit(struct snd_ac97 * ac97, int reg, int bit) function
1291 if (snd_ac97_try_bit(ac97, reg, 15)) {
1520 if (snd_ac97_try_bit(ac97, AC97_REC_GAIN, 15)) {
1542 if (snd_ac97_try_bit(ac97, AC97_GENERAL_PURPOSE, 15)) {
1554 if (snd_ac97_try_bit(ac97, AC97_GENERAL_PURPOSE, 13)) {
1566 if (snd_ac97_try_bit(ac97, AC97_GENERAL_PURPOSE, 9)) {
1572 if (snd_ac97_try_bit(ac97, AC97_GENERAL_PURPOSE, 8)) {
1578 if (enable_loopback && snd_ac97_try_bit(ac97, AC97_GENERAL_PURPOSE, 7)) {
1639 if (snd_ac97_try_bit(ac97, AC97_POWERDOWN, 15)) {
H A Dac97_patch.c964 if (snd_ac97_try_bit(ac97, AC97_SIGMATEL_ANALOG, 1))
967 if (snd_ac97_try_bit(ac97, AC97_SIGMATEL_ANALOG, 0))
970 if (snd_ac97_try_bit(ac97, AC97_SIGMATEL_DAC2INVERT, 2))
973 if (snd_ac97_try_bit(ac97, AC97_SIGMATEL_DAC2INVERT, 3))
3397 if (snd_ac97_try_bit(ac97, 0x5a, 9))

Completed in 30 milliseconds