Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_codec.c3236 static const int audio_idx[HDA_PCM_NTYPES][5] = { in get_empty_pcm_device() local
3249 for (i = 0; audio_idx[type][i] >= 0; i++) { in get_empty_pcm_device()
3251 if (audio_idx[type][i] >= 8) in get_empty_pcm_device()
3254 if (!test_and_set_bit(audio_idx[type][i], bus->pcm_dev_bits)) in get_empty_pcm_device()
3255 return audio_idx[type][i]; in get_empty_pcm_device()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_codec.c3254 static const int audio_idx[HDA_PCM_NTYPES][5] = { in get_empty_pcm_device() local
3267 for (i = 0; audio_idx[type][i] >= 0; i++) { in get_empty_pcm_device()
3269 if (audio_idx[type][i] >= 8) in get_empty_pcm_device()
3272 if (!test_and_set_bit(audio_idx[type][i], bus->pcm_dev_bits)) in get_empty_pcm_device()
3273 return audio_idx[type][i]; in get_empty_pcm_device()

Completed in 11 milliseconds