Lines Matching defs:format

112 			    int format);
909 #define is_hbr_format(format) \
910 ((format & AC_FMT_TYPE_NON_PCM) && (format & AC_FMT_CHAN_MASK) == 7)
949 u32 stream_tag, int format)
956 is_hbr_format(format));
976 if (is_hbr_format(format))
983 snd_hda_codec_setup_stream(codec, cvt_nid, stream_tag, 0, format);
1665 unsigned int format;
1671 format = snd_hdac_calc_stream_format(I915_SILENT_RATE, I915_SILENT_CHANNELS,
1674 I915_SILENT_FMT_MASK, I915_SILENT_FMT_MASK, format);
1676 snd_hda_codec_setup_stream(codec, per_pin->cvt_nid, I915_SILENT_FMT_MASK, 0, format);
2086 unsigned int format,
2106 stream_tag, 0, format);
2155 per_pin->dev_id, stream_tag, format);
2907 int format)
2928 stream_tag, format);
3335 /* support only the safe format and rate */
3426 unsigned int format,
3431 stream_tag, format, substream);
3534 /* set the stream format */
3549 unsigned int format,
3579 /* set the stream format */
3581 AC_VERB_SET_STREAM_FORMAT, format);
3619 /* set the stream format */
3624 format);
3857 * format. On Tegra, bit 31 is used as a trigger that causes an interrupt to
3859 * implementation stores the HDA format (see AC_FMT_*) in bits [15:0] and an
3860 * additional bit (at position 30) to signal the validity of the format.
3888 * The format parameter is the HDA audio format (see AC_FMT_*). If set to 0,
3889 * the format is invalidated so that the HDMI codec can be disabled.
3893 unsigned int format)
3913 /* bits [15:0] are used to store the HDA format */
3916 (format >> 0) & 0xff);
3919 (format >> 8) & 0xff);
3929 if (format == 0)
3961 unsigned int format,
3967 format, substream);
3971 /* notify the HDMI codec of the format change */
3972 tegra_hdmi_set_format(codec, hinfo->nid, format);
3981 /* invalidate the format in the HDMI codec */
4018 * codec about format changes.
4244 /* ati_channel_setup format: [7..4] = stream_channel_id, [1] = mute, [0] = enable */
4370 u32 stream_tag, int format)
4375 if (format & AC_FMT_TYPE_NON_PCM)
4382 stream_tag, format);