Lines Matching defs:format

106 			    int format);
898 #define is_hbr_format(format) \
899 ((format & AC_FMT_TYPE_NON_PCM) && (format & AC_FMT_CHAN_MASK) == 7)
938 u32 stream_tag, int format)
945 is_hbr_format(format));
965 if (is_hbr_format(format))
972 snd_hda_codec_setup_stream(codec, cvt_nid, stream_tag, 0, format);
1691 unsigned int format;
1727 format = snd_hdac_calc_stream_format(I915_SILENT_RATE, I915_SILENT_CHANNELS,
1730 I915_SILENT_FMT_MASK, I915_SILENT_FMT_MASK, format);
1732 snd_hda_codec_setup_stream(codec, per_pin->cvt_nid, I915_SILENT_FMT_MASK, 0, format);
2057 unsigned int format,
2078 stream_tag, 0, format);
2131 per_pin->dev_id, stream_tag, format);
2903 int format)
2907 stream_tag, format);
3202 /* support only the safe format and rate */
3293 unsigned int format,
3298 stream_tag, format, substream);
3401 /* set the stream format */
3416 unsigned int format,
3446 /* set the stream format */
3448 AC_VERB_SET_STREAM_FORMAT, format);
3486 /* set the stream format */
3491 format);
3725 * format. On Tegra, bit 31 is used as a trigger that causes an interrupt to
3727 * implementation stores the HDA format (see AC_FMT_*) in bits [15:0] and an
3728 * additional bit (at position 30) to signal the validity of the format.
3753 * The format parameter is the HDA audio format (see AC_FMT_*). If set to 0,
3754 * the format is invalidated so that the HDMI codec can be disabled.
3756 static void tegra_hdmi_set_format(struct hda_codec *codec, unsigned int format)
3765 /* bits [15:0] are used to store the HDA format */
3768 (format >> 0) & 0xff);
3771 (format >> 8) & 0xff);
3781 if (format == 0)
3800 unsigned int format,
3806 format, substream);
3810 /* notify the HDMI codec of the format change */
3811 tegra_hdmi_set_format(codec, format);
3820 /* invalidate the format in the HDMI codec */
3857 * codec about format changes.
4043 /* ati_channel_setup format: [7..4] = stream_channel_id, [1] = mute, [0] = enable */
4169 u32 stream_tag, int format)
4174 if (format & AC_FMT_TYPE_NON_PCM)
4181 stream_tag, format);