Lines Matching refs:hda_pcm_stream
5328 static void call_pcm_playback_hook(struct hda_pcm_stream *hinfo, in call_pcm_playback_hook()
5338 static void call_pcm_capture_hook(struct hda_pcm_stream *hinfo, in call_pcm_capture_hook()
5351 static int playback_pcm_open(struct hda_pcm_stream *hinfo, in playback_pcm_open()
5371 static int playback_pcm_prepare(struct hda_pcm_stream *hinfo, in playback_pcm_prepare()
5388 static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in playback_pcm_cleanup()
5402 static int playback_pcm_close(struct hda_pcm_stream *hinfo, in playback_pcm_close()
5415 static int capture_pcm_open(struct hda_pcm_stream *hinfo, in capture_pcm_open()
5423 static int capture_pcm_prepare(struct hda_pcm_stream *hinfo, in capture_pcm_prepare()
5435 static int capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in capture_pcm_cleanup()
5445 static int capture_pcm_close(struct hda_pcm_stream *hinfo, in capture_pcm_close()
5453 static int alt_playback_pcm_open(struct hda_pcm_stream *hinfo, in alt_playback_pcm_open()
5471 static int alt_playback_pcm_close(struct hda_pcm_stream *hinfo, in alt_playback_pcm_close()
5484 static int alt_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_playback_pcm_prepare()
5496 static int alt_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_playback_pcm_cleanup()
5509 static int dig_playback_pcm_open(struct hda_pcm_stream *hinfo, in dig_playback_pcm_open()
5517 static int dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in dig_playback_pcm_prepare()
5528 static int dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in dig_playback_pcm_cleanup()
5536 static int dig_playback_pcm_close(struct hda_pcm_stream *hinfo, in dig_playback_pcm_close()
5550 static int alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_capture_pcm_prepare()
5565 static int alt_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_capture_pcm_cleanup()
5580 static const struct hda_pcm_stream pcm_analog_playback = {
5593 static const struct hda_pcm_stream pcm_analog_capture = {
5606 static const struct hda_pcm_stream pcm_analog_alt_playback = {
5619 static const struct hda_pcm_stream pcm_analog_alt_capture = {
5632 static const struct hda_pcm_stream pcm_digital_playback = {
5645 static const struct hda_pcm_stream pcm_digital_capture = {
5653 static const struct hda_pcm_stream pcm_null_stream = {
5680 static int dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_prepare()
5695 static int dyn_adc_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_cleanup()
5706 static const struct hda_pcm_stream dyn_adc_pcm_analog_capture = {
5739 static void setup_pcm_stream(struct hda_pcm_stream *str, in setup_pcm_stream()
5740 const struct hda_pcm_stream *default_str, in setup_pcm_stream()
5741 const struct hda_pcm_stream *spec_str, in setup_pcm_stream()