Home
last modified time | relevance | path

Searched refs:AC_FMT_BASE_44K (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dhda.c21 if (format & AC_FMT_BASE_44K) in tegra_hda_parse_format()
/openbmc/linux/include/sound/
H A Dhda_verbs.h226 #define AC_FMT_BASE_44K (1 << 14) macro
/openbmc/qemu/hw/audio/
H A Dintel-hda-defs.h401 #define AC_FMT_BASE_44K (1 << 14) macro
H A Dhda-codec.c87 as->freq = (format & AC_FMT_BASE_44K) ? 44100 : 48000; in hda_codec_parse_fmt()