Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/ppc/
A Dpmac.c562 if (chip->freqs_ok & (1 << i)) in snd_pmac_pcm_open()
568 if (chip->freqs_ok & (1 << i)) { in snd_pmac_pcm_open()
574 if (chip->freqs_ok & (1 << i)) { in snd_pmac_pcm_open()
614 astr->cur_freqs = chip->freqs_ok; in snd_pmac_pcm_close()
696 chip->playback.cur_freqs = chip->freqs_ok; in snd_pmac_pcm_new()
697 chip->capture.cur_freqs = chip->freqs_ok; in snd_pmac_pcm_new()
907 chip->freqs_ok = 0xff; /* all ok */ in snd_pmac_detect()
1049 chip->freqs_ok = 0; in snd_pmac_detect()
1057 chip->freqs_ok |= (1 << i); in snd_pmac_detect()
1064 chip->freqs_ok = 1; in snd_pmac_detect()
A Dpmac.h109 unsigned int freqs_ok; /* bit flags */ member

Completed in 6 milliseconds