Home
last modified time | relevance | path

Searched refs:freqs_ok (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/ppc/
H 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 in snd_pmac_detect()
[all...]
H A Dpmac.h108 unsigned int freqs_ok; /* bit flags */ member
/kernel/linux/linux-6.6/sound/ppc/
H 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 in snd_pmac_detect()
[all...]
H A Dpmac.h109 unsigned int freqs_ok; /* bit flags */ member

Completed in 4 milliseconds