Home
last modified time | relevance | path

Searched refs:UAC_FORMAT_TYPE_I_PCM (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/usb/
H A Dformat.c46 format = UAC_FORMAT_TYPE_I_PCM; in parse_audio_format_i_type()
89 format = 1 << UAC_FORMAT_TYPE_I_PCM; in parse_audio_format_i_type()
91 if (format & (1 << UAC_FORMAT_TYPE_I_PCM)) { in parse_audio_format_i_type()
/openbmc/linux/include/uapi/linux/usb/
H A Daudio.h504 #define UAC_FORMAT_TYPE_I_PCM 0x1 macro
/openbmc/linux/drivers/usb/gadget/function/
H A Df_uac1.c183 .wFormatTag = cpu_to_le16(UAC_FORMAT_TYPE_I_PCM),
192 .wFormatTag = cpu_to_le16(UAC_FORMAT_TYPE_I_PCM),
H A Df_uac1_legacy.c153 .wFormatTag = UAC_FORMAT_TYPE_I_PCM,
H A Df_uac2.c333 .bmFormats = cpu_to_le32(UAC_FORMAT_TYPE_I_PCM),
467 .bmFormats = cpu_to_le32(UAC_FORMAT_TYPE_I_PCM),
/openbmc/linux/sound/usb/misc/
H A Dua101.c924 if (desc->bFormatType != UAC_FORMAT_TYPE_I_PCM || in find_format_descriptor()