Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/hda/
Dhda_codec.c3253 static const int audio_idx[HDA_PCM_NTYPES][5] = { in get_empty_pcm_device() local
3266 for (i = 0; audio_idx[type][i] >= 0; i++) { in get_empty_pcm_device()
3268 if (audio_idx[type][i] >= 8) in get_empty_pcm_device()
3271 if (!test_and_set_bit(audio_idx[type][i], bus->pcm_dev_bits)) in get_empty_pcm_device()
3272 return audio_idx[type][i]; in get_empty_pcm_device()