Searched refs:snd_dev_ref_cnt (Results 1 – 4 of 4) sorted by relevance
129 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) { in audio_extn_extspk_update()134 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) { in audio_extn_extspk_update()
194 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) { in tfa_98xx_get_audio_mode()202 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) { in tfa_98xx_get_audio_mode()208 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) { in tfa_98xx_get_audio_mode()215 if (data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) { in tfa_98xx_get_audio_mode()
373 int *snd_dev_ref_cnt; member
759 if (adev->snd_dev_ref_cnt[snd_device] >= 1) { in enable_snd_device()812 adev->snd_dev_ref_cnt[snd_device]++; in enable_snd_device()829 if (adev->snd_dev_ref_cnt[snd_device] <= 0) { in disable_snd_device()835 adev->snd_dev_ref_cnt[snd_device]--; in disable_snd_device()836 if (adev->snd_dev_ref_cnt[snd_device] == 0) { in disable_snd_device()6297 free(adev->snd_dev_ref_cnt); in adev_close()6488 adev->snd_dev_ref_cnt = calloc(SND_DEVICE_MAX, sizeof(int)); in adev_open()6496 free(adev->snd_dev_ref_cnt); in adev_open()