Home
last modified time | relevance | path

Searched refs:ref_count_rate (Results 1 – 4 of 4) sorted by relevance

/sound/pci/pcxhr/
Dpcxhr.h112 int ref_count_rate; member
Dpcxhr.c1069 mgr->ref_count_rate++; in pcxhr_open()
1088 if (--mgr->ref_count_rate == 0) { in pcxhr_close()
/sound/pci/mixart/
Dmixart.h109 int ref_count_rate; member
Dmixart.c482 if(chip->mgr->ref_count_rate == 1) in snd_mixart_prepare()
757 if(mgr->ref_count_rate++) { in snd_mixart_playback_open()
835 if(mgr->ref_count_rate++) { in snd_mixart_capture_open()
860 if(--mgr->ref_count_rate == 0) { in snd_mixart_close()