Home
last modified time | relevance | path

Searched refs:AC_FMT_BITS_16 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dhda.c36 case AC_FMT_BITS_16: in tegra_hda_parse_format()
/openbmc/linux/include/sound/
H A Dhda_verbs.h216 #define AC_FMT_BITS_16 (1 << 4) macro
/openbmc/qemu/hw/audio/
H A Dintel-hda-defs.h391 #define AC_FMT_BITS_16 (1 << 4) macro
H A Dhda-codec.c107 case AC_FMT_BITS_16: as->fmt = AUDIO_FORMAT_S16; break; in hda_codec_parse_fmt()
734 st->format = AC_FMT_TYPE_PCM | AC_FMT_BITS_16 | in hda_audio_init()
/openbmc/linux/sound/hda/
H A Dhdac_device.c766 val |= AC_FMT_BITS_16; in snd_hdac_calc_stream_format()