Home
last modified time | relevance | path

Searched refs:freqs_ok (Results 1 – 2 of 2) sorted by relevance

/linux/sound/ppc/
H A Dpmac.c557 if (chip->freqs_ok & (1 << i)) in snd_pmac_pcm_open()
563 if (chip->freqs_ok & (1 << i)) { in snd_pmac_pcm_open()
569 if (chip->freqs_ok & (1 << i)) { in snd_pmac_pcm_open()
609 astr->cur_freqs = chip->freqs_ok; in snd_pmac_pcm_close()
691 chip->playback.cur_freqs = chip->freqs_ok; in snd_pmac_pcm_new()
692 chip->capture.cur_freqs = chip->freqs_ok; in snd_pmac_pcm_new()
901 chip->freqs_ok = 0xff; /* all ok */ in snd_pmac_detect()
1042 chip->freqs_ok = 0; in snd_pmac_detect()
1050 chip->freqs_ok |= (1 << i); in snd_pmac_detect()
1057 chip->freqs_ok = 1; in snd_pmac_detect()
H A Dpmac.h109 unsigned int freqs_ok; /* bit flags */ member