Lines Matching refs:format
894 * @fmt: format string for the device's name
1107 /* update the format-id if changed */
1109 hda_nid_t nid, int format)
1113 if (p->format_id != format) {
1116 if (oldval != format) {
1120 format);
1122 p->format_id = format;
1132 * @format: stream format.
1136 int channel_id, int format)
1147 "hda_codec_setup_stream: NID=0x%x, stream=0x%x, channel=%d, format=0x%x\n",
1148 nid, stream_tag, channel_id, format);
1156 update_pcm_format(codec, p, nid, format);
1159 update_pcm_format(codec, p, nid, format);
3141 unsigned int format,
3144 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format);
3195 * @format: format id to assign
3204 unsigned int format,
3210 ret = hinfo->ops.prepare(hinfo, codec, stream, format,
3611 unsigned int stream_tag, unsigned int format)
3628 curr_fmt != format;
3636 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
3641 format);
3682 * @format: format id to assign
3688 unsigned int format,
3692 setup_dig_out_stream(codec, mout->dig_out_nid, stream_tag, format);
3787 * @format: format id to assign
3796 unsigned int format,
3810 format) &&
3814 stream_tag, format);
3824 0, format);
3829 0, format);
3835 stream_tag, 0, format);
3841 i * 2, format);
3844 0, format);
3857 stream_tag, ch, format);