Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/echoaudio/
Ddarla20.c59 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dgina20.c63 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Ddarla24.c64 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dindigo.c64 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dindigodj.c64 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dindigodjx.c64 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dindigoio.c65 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dlayla20.c73 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dindigoiox.c65 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dmia.c74 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dlayla24.c83 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dgina24.c84 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dmona.c93 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Decho3g.c77 static const struct snd_pcm_hardware pcm_hardware_skel = { variable
Dechoaudio.c285 memcpy(&pipe->hw, &pcm_hardware_skel, sizeof(struct snd_pcm_hardware)); in pcm_open()