Home
last modified time | relevance | path

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

/Linux-v5.15/sound/core/
Ddevice.c251 int snd_device_get_state(struct snd_card *card, void *device_data) in snd_device_get_state() function
260 EXPORT_SYMBOL_GPL(snd_device_get_state);
/Linux-v5.15/include/sound/
Dcore.h322 int snd_device_get_state(struct snd_card *card, void *device_data);
/Linux-v5.15/sound/usb/
Dstream.c505 if (snd_device_get_state(chip->card, as->pcm) != in __snd_usb_add_audio_stream()