Lines Matching refs:subdevice
1204 int device, int subdevice, in openctl_elem() argument
1212 snd_ctl_elem_id_set_subdevice(id, subdevice); in openctl_elem()
1230 static int openctl(struct loopback_handle *lhandle, int device, int subdevice) in openctl() argument
1246 openctl_elem(lhandle, device, subdevice, "Playback Pitch 1000000", in openctl()
1254 openctl_elem(lhandle, device, subdevice, "PCM Notify", in openctl()
1256 openctl_elem(lhandle, device, subdevice, "PCM Rate Shift 100000", in openctl()
1258 openctl_elem(lhandle, device, subdevice, "Capture Pitch 1000000", in openctl()
1261 openctl_elem(lhandle, device, subdevice, "PCM Slave Active", in openctl()
1263 openctl_elem(lhandle, device, subdevice, "PCM Slave Format", in openctl()
1265 openctl_elem(lhandle, device, subdevice, "PCM Slave Rate", in openctl()
1267 openctl_elem(lhandle, device, subdevice, "PCM Slave Channels", in openctl()
1291 int err, card, device, subdevice; in openit() local
1307 subdevice = snd_pcm_info_get_subdevice(info); in openit()
1325 openctl(lhandle, device, subdevice); in openit()