Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_codec.c3237 static const int audio_idx[HDA_PCM_NTYPES][5] = { in get_empty_pcm_device() local
3250 for (i = 0; audio_idx[type][i] >= 0; i++) { in get_empty_pcm_device()
3252 if (audio_idx[type][i] >= 8) in get_empty_pcm_device()
3255 if (!test_and_set_bit(audio_idx[type][i], bus->pcm_dev_bits)) in get_empty_pcm_device()
3256 return audio_idx[type][i]; in get_empty_pcm_device()