Lines Matching refs:format
1065 /* update the format-id if changed */
1067 hda_nid_t nid, int format)
1071 if (p->format_id != format) {
1074 if (oldval != format) {
1078 format);
1080 p->format_id = format;
1090 * @format: stream format.
1094 int channel_id, int format)
1105 "hda_codec_setup_stream: NID=0x%x, stream=0x%x, channel=%d, format=0x%x\n",
1106 nid, stream_tag, channel_id, format);
1114 update_pcm_format(codec, p, nid, format);
1117 update_pcm_format(codec, p, nid, format);
3123 unsigned int format,
3126 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format);
3177 * @format: format id to assign
3186 unsigned int format,
3192 ret = hinfo->ops.prepare(hinfo, codec, stream, format,
3580 unsigned int stream_tag, unsigned int format)
3597 curr_fmt != format;
3605 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
3610 format);
3651 * @format: format id to assign
3657 unsigned int format,
3661 setup_dig_out_stream(codec, mout->dig_out_nid, stream_tag, format);
3756 * @format: format id to assign
3765 unsigned int format,
3779 format) &&
3783 stream_tag, format);
3793 0, format);
3798 0, format);
3804 stream_tag, 0, format);
3810 i * 2, format);
3813 0, format);
3826 stream_tag, ch, format);