Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_codec.c3746 static int audio_idx[HDA_PCM_NTYPES][5] = { in get_empty_pcm_device() local
3759 for (i = 0; audio_idx[type][i] >= 0; i++) { in get_empty_pcm_device()
3761 if (audio_idx[type][i] >= 8) in get_empty_pcm_device()
3764 if (!test_and_set_bit(audio_idx[type][i], bus->pcm_dev_bits)) in get_empty_pcm_device()
3765 return audio_idx[type][i]; in get_empty_pcm_device()