Lines Matching refs:cxsc
87 struct snd_cx18_card *cxsc = snd_kcontrol_chip(kctl); in snd_cx18_mixer_tv_vol_get() local
88 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); in snd_cx18_mixer_tv_vol_get()
95 snd_cx18_lock(cxsc); in snd_cx18_mixer_tv_vol_get()
97 snd_cx18_unlock(cxsc); in snd_cx18_mixer_tv_vol_get()
107 struct snd_cx18_card *cxsc = snd_kcontrol_chip(kctl); in snd_cx18_mixer_tv_vol_put() local
108 struct cx18 *cx = to_cx18(cxsc->v4l2_dev); in snd_cx18_mixer_tv_vol_put()
115 snd_cx18_lock(cxsc); in snd_cx18_mixer_tv_vol_put()
129 snd_cx18_unlock(cxsc); in snd_cx18_mixer_tv_vol_put()
161 int __init snd_cx18_mixer_create(struct snd_cx18_card *cxsc) in snd_cx18_mixer_create() argument
163 struct v4l2_device *v4l2_dev = cxsc->v4l2_dev; in snd_cx18_mixer_create()
164 struct snd_card *sc = cxsc->sc; in snd_cx18_mixer_create()
169 ret = snd_ctl_add(sc, snd_ctl_new1(snd_cx18_mixer_tv_vol, cxsc)); in snd_cx18_mixer_create()