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()
6167 struct hdspm_mixer_ioctl mixer; in snd_hdspm_hwdep_ioctl() local
6351 if (copy_from_user(&mixer, argp, sizeof(mixer))) in snd_hdspm_hwdep_ioctl()
6353 if (copy_to_user((void __user *)mixer.mixer, hdspm->mixer, in snd_hdspm_hwdep_ioctl()
6634 hdspm->mixer = kzalloc(sizeof(struct hdspm_mixer), GFP_KERNEL); in snd_hdspm_create()
6635 if (!hdspm->mixer) { in snd_hdspm_create()
6905 kfree(hdspm->mixer); in snd_hdspm_free()