Home
last modified time | relevance | path

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

/Linux-v6.1/sound/pci/hda/
Dhda_codec.c3252 static const int audio_idx[HDA_PCM_NTYPES][5] = { in get_empty_pcm_device() local
3265 for (i = 0; audio_idx[type][i] >= 0; i++) { in get_empty_pcm_device()
3267 if (audio_idx[type][i] >= 8) in get_empty_pcm_device()
3270 if (!test_and_set_bit(audio_idx[type][i], bus->pcm_dev_bits)) in get_empty_pcm_device()
3271 return audio_idx[type][i]; in get_empty_pcm_device()