Searched refs:cur_format (Results 1 - 8 of 8) sorted by relevance

/linux-master/sound/usb/
H A Dcard.h139 snd_pcm_format_t cur_format; member in struct:snd_usb_endpoint
H A Dpcm.c939 ep->cur_format, fp->endpoint);
940 fbits |= pcm_format_to_bits(ep->cur_format);
949 ep->cur_format, fp->sync_ep);
950 fbits |= pcm_format_to_bits(ep->cur_format);
1556 if (unlikely(ep->cur_format == SNDRV_PCM_FORMAT_DSD_U16_LE &&
1559 } else if (unlikely(ep->cur_format == SNDRV_PCM_FORMAT_DSD_U8 &&
H A Dendpoint.c747 ep->cur_format != params_format(params) ||
832 ep->cur_format = params_format(params);
833 ep->cur_frame_bytes = snd_pcm_format_physical_width(ep->cur_format) *
849 snd_pcm_format_name(ep->cur_format),
1106 if (ep->cur_format == SNDRV_PCM_FORMAT_DSD_U16_LE && fmt->dsd_dop) {
1118 switch (ep->cur_format) {
/linux-master/sound/atmel/
H A Dac97c.c45 u64 cur_format; member in struct:atmel_ac97c
97 if (chip->cur_format)
98 runtime->hw.formats = pcm_format_to_bits(chip->cur_format);
116 if (chip->cur_format)
117 runtime->hw.formats = pcm_format_to_bits(chip->cur_format);
131 chip->cur_format = 0;
148 chip->cur_format = 0;
165 chip->cur_format = params_format(hw_params);
179 chip->cur_format = params_format(hw_params);
/linux-master/sound/xen/
H A Dxen_snd_front_cfg.c190 char *cur_format; local
194 while ((cur_format = strsep(&list, XENSND_LIST_SEPARATOR))) {
196 if (!strncasecmp(cur_format,
/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c375 format = stream->cur_format;
421 stream->cur_format = format;
495 format = stream->cur_format;
H A Duvcvideo.h445 const struct uvc_format *cur_format; member in struct:uvc_streaming
449 * Protect access to ctrl, cur_format, cur_frame and hardware video
H A Duvc_video.c1384 !(stream->cur_format->flags & UVC_FMT_FLAG_COMPRESSED))
2191 stream->cur_format = format;

Completed in 168 milliseconds