Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dhdspm.h216 struct hdspm_mixer { struct
221 struct hdspm_mixer *mixer; argument
232 typedef struct hdspm_mixer hdspm_mixer_t;
/linux-4.1.27/sound/pci/rme9652/
Dhdspm.c1065 struct hdspm_mixer *mixer;
6355 sizeof(struct hdspm_mixer))) in snd_hdspm_hwdep_ioctl()
6634 sizeof(struct hdspm_mixer)); in snd_hdspm_create()
6635 hdspm->mixer = kzalloc(sizeof(struct hdspm_mixer), GFP_KERNEL); in snd_hdspm_create()
6639 (int)sizeof(struct hdspm_mixer)); in snd_hdspm_create()