Lines Matching refs:mixer
1065 struct hdspm_mixer *mixer; member
1162 return hdspm->mixer->ch[chan].in[in]; in hdspm_read_in_gain()
1170 return hdspm->mixer->ch[chan].pb[pb]; in hdspm_read_pb_gain()
1182 (hdspm->mixer->ch[chan].in[in] = data & 0xFFFF)); in hdspm_write_in_gain()
1195 (hdspm->mixer->ch[chan].pb[pb] = data & 0xFFFF)); in hdspm_write_pb_gain()
6168 struct hdspm_mixer_ioctl mixer; in snd_hdspm_hwdep_ioctl() local
6352 if (copy_from_user(&mixer, argp, sizeof(mixer))) in snd_hdspm_hwdep_ioctl()
6354 if (copy_to_user((void __user *)mixer.mixer, hdspm->mixer, in snd_hdspm_hwdep_ioctl()
6635 hdspm->mixer = kzalloc(sizeof(struct hdspm_mixer), GFP_KERNEL); in snd_hdspm_create()
6636 if (!hdspm->mixer) { in snd_hdspm_create()
6906 kfree(hdspm->mixer); in snd_hdspm_free()