Home
last modified time | relevance | path

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

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