Lines Matching refs:hinfo

5089 static void call_pcm_playback_hook(struct hda_pcm_stream *hinfo,  in call_pcm_playback_hook()  argument
5096 spec->pcm_playback_hook(hinfo, codec, substream, action); in call_pcm_playback_hook()
5099 static void call_pcm_capture_hook(struct hda_pcm_stream *hinfo, in call_pcm_capture_hook() argument
5106 spec->pcm_capture_hook(hinfo, codec, substream, action); in call_pcm_capture_hook()
5112 static int playback_pcm_open(struct hda_pcm_stream *hinfo, in playback_pcm_open() argument
5122 hinfo); in playback_pcm_open()
5125 call_pcm_playback_hook(hinfo, codec, substream, in playback_pcm_open()
5132 static int playback_pcm_prepare(struct hda_pcm_stream *hinfo, in playback_pcm_prepare() argument
5144 call_pcm_playback_hook(hinfo, codec, substream, in playback_pcm_prepare()
5149 static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in playback_pcm_cleanup() argument
5158 call_pcm_playback_hook(hinfo, codec, substream, in playback_pcm_cleanup()
5163 static int playback_pcm_close(struct hda_pcm_stream *hinfo, in playback_pcm_close() argument
5170 call_pcm_playback_hook(hinfo, codec, substream, in playback_pcm_close()
5176 static int capture_pcm_open(struct hda_pcm_stream *hinfo, in capture_pcm_open() argument
5180 call_pcm_capture_hook(hinfo, codec, substream, HDA_GEN_PCM_ACT_OPEN); in capture_pcm_open()
5184 static int capture_pcm_prepare(struct hda_pcm_stream *hinfo, in capture_pcm_prepare() argument
5190 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format); in capture_pcm_prepare()
5191 call_pcm_capture_hook(hinfo, codec, substream, in capture_pcm_prepare()
5196 static int capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in capture_pcm_cleanup() argument
5200 snd_hda_codec_cleanup_stream(codec, hinfo->nid); in capture_pcm_cleanup()
5201 call_pcm_capture_hook(hinfo, codec, substream, in capture_pcm_cleanup()
5206 static int capture_pcm_close(struct hda_pcm_stream *hinfo, in capture_pcm_close() argument
5210 call_pcm_capture_hook(hinfo, codec, substream, HDA_GEN_PCM_ACT_CLOSE); in capture_pcm_close()
5214 static int alt_playback_pcm_open(struct hda_pcm_stream *hinfo, in alt_playback_pcm_open() argument
5226 call_pcm_playback_hook(hinfo, codec, substream, in alt_playback_pcm_open()
5232 static int alt_playback_pcm_close(struct hda_pcm_stream *hinfo, in alt_playback_pcm_close() argument
5239 call_pcm_playback_hook(hinfo, codec, substream, in alt_playback_pcm_close()
5245 static int alt_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_playback_pcm_prepare() argument
5251 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format); in alt_playback_pcm_prepare()
5252 call_pcm_playback_hook(hinfo, codec, substream, in alt_playback_pcm_prepare()
5257 static int alt_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_playback_pcm_cleanup() argument
5261 snd_hda_codec_cleanup_stream(codec, hinfo->nid); in alt_playback_pcm_cleanup()
5262 call_pcm_playback_hook(hinfo, codec, substream, in alt_playback_pcm_cleanup()
5270 static int dig_playback_pcm_open(struct hda_pcm_stream *hinfo, in dig_playback_pcm_open() argument
5278 static int dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in dig_playback_pcm_prepare() argument
5289 static int dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in dig_playback_pcm_cleanup() argument
5297 static int dig_playback_pcm_close(struct hda_pcm_stream *hinfo, in dig_playback_pcm_close() argument
5311 static int alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_capture_pcm_prepare() argument
5321 call_pcm_capture_hook(hinfo, codec, substream, in alt_capture_pcm_prepare()
5326 static int alt_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_capture_pcm_cleanup() argument
5334 call_pcm_capture_hook(hinfo, codec, substream, in alt_capture_pcm_cleanup()
5441 static int dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_prepare() argument
5455 static int dyn_adc_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_cleanup() argument