Home
last modified time | relevance | path

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

/linux/sound/pci/pcxhr/
H A Dpcxhr.h95 int ref_count_rate; member
H A Dpcxhr.c1050 mgr->ref_count_rate++; in pcxhr_open()
1068 if (--mgr->ref_count_rate == 0) { in pcxhr_close()
/linux/sound/pci/mixart/
H A Dmixart.h88 int ref_count_rate; member
H A Dmixart.c490 if(chip->mgr->ref_count_rate == 1) in snd_mixart_prepare()
763 if(mgr->ref_count_rate++) { in snd_mixart_playback_open()
837 if(mgr->ref_count_rate++) { in snd_mixart_capture_open()
860 if(--mgr->ref_count_rate == 0) { in snd_mixart_close()