Lines Matching refs:hda_pcm_stream
5089 static void call_pcm_playback_hook(struct hda_pcm_stream *hinfo, in call_pcm_playback_hook()
5099 static void call_pcm_capture_hook(struct hda_pcm_stream *hinfo, in call_pcm_capture_hook()
5112 static int playback_pcm_open(struct hda_pcm_stream *hinfo, in playback_pcm_open()
5132 static int playback_pcm_prepare(struct hda_pcm_stream *hinfo, in playback_pcm_prepare()
5149 static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in playback_pcm_cleanup()
5163 static int playback_pcm_close(struct hda_pcm_stream *hinfo, in playback_pcm_close()
5176 static int capture_pcm_open(struct hda_pcm_stream *hinfo, in capture_pcm_open()
5184 static int capture_pcm_prepare(struct hda_pcm_stream *hinfo, in capture_pcm_prepare()
5196 static int capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in capture_pcm_cleanup()
5206 static int capture_pcm_close(struct hda_pcm_stream *hinfo, in capture_pcm_close()
5214 static int alt_playback_pcm_open(struct hda_pcm_stream *hinfo, in alt_playback_pcm_open()
5232 static int alt_playback_pcm_close(struct hda_pcm_stream *hinfo, in alt_playback_pcm_close()
5245 static int alt_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_playback_pcm_prepare()
5257 static int alt_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_playback_pcm_cleanup()
5270 static int dig_playback_pcm_open(struct hda_pcm_stream *hinfo, in dig_playback_pcm_open()
5278 static int dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in dig_playback_pcm_prepare()
5289 static int dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in dig_playback_pcm_cleanup()
5297 static int dig_playback_pcm_close(struct hda_pcm_stream *hinfo, in dig_playback_pcm_close()
5311 static int alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_capture_pcm_prepare()
5326 static int alt_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_capture_pcm_cleanup()
5341 static const struct hda_pcm_stream pcm_analog_playback = {
5354 static const struct hda_pcm_stream pcm_analog_capture = {
5367 static const struct hda_pcm_stream pcm_analog_alt_playback = {
5380 static const struct hda_pcm_stream pcm_analog_alt_capture = {
5393 static const struct hda_pcm_stream pcm_digital_playback = {
5406 static const struct hda_pcm_stream pcm_digital_capture = {
5414 static const struct hda_pcm_stream pcm_null_stream = {
5441 static int dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_prepare()
5455 static int dyn_adc_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_cleanup()
5465 static const struct hda_pcm_stream dyn_adc_pcm_analog_capture = {
5498 static void setup_pcm_stream(struct hda_pcm_stream *str, in setup_pcm_stream()
5499 const struct hda_pcm_stream *default_str, in setup_pcm_stream()
5500 const struct hda_pcm_stream *spec_str, in setup_pcm_stream()