Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/sound/
Dhdspm.h212 struct hdspm_mixer { struct
217 struct hdspm_mixer *mixer; argument
228 typedef struct hdspm_mixer hdspm_mixer_t;
/linux-4.4.14/sound/pci/rme9652/
Dhdspm.c1065 struct hdspm_mixer *mixer;
6354 sizeof(struct hdspm_mixer))) in snd_hdspm_hwdep_ioctl()
6633 sizeof(struct hdspm_mixer)); in snd_hdspm_create()
6634 hdspm->mixer = kzalloc(sizeof(struct hdspm_mixer), GFP_KERNEL); in snd_hdspm_create()
6638 (int)sizeof(struct hdspm_mixer)); in snd_hdspm_create()