Lines Matching refs:hda_pcm_stream

5244 static void call_pcm_playback_hook(struct hda_pcm_stream *hinfo,
5254 static void call_pcm_capture_hook(struct hda_pcm_stream *hinfo,
5267 static int playback_pcm_open(struct hda_pcm_stream *hinfo,
5287 static int playback_pcm_prepare(struct hda_pcm_stream *hinfo,
5304 static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
5318 static int playback_pcm_close(struct hda_pcm_stream *hinfo,
5331 static int capture_pcm_open(struct hda_pcm_stream *hinfo,
5339 static int capture_pcm_prepare(struct hda_pcm_stream *hinfo,
5351 static int capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
5361 static int capture_pcm_close(struct hda_pcm_stream *hinfo,
5369 static int alt_playback_pcm_open(struct hda_pcm_stream *hinfo,
5387 static int alt_playback_pcm_close(struct hda_pcm_stream *hinfo,
5400 static int alt_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
5412 static int alt_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
5425 static int dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
5433 static int dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
5444 static int dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
5452 static int dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
5466 static int alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
5481 static int alt_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
5496 static const struct hda_pcm_stream pcm_analog_playback = {
5509 static const struct hda_pcm_stream pcm_analog_capture = {
5522 static const struct hda_pcm_stream pcm_analog_alt_playback = {
5535 static const struct hda_pcm_stream pcm_analog_alt_capture = {
5548 static const struct hda_pcm_stream pcm_digital_playback = {
5561 static const struct hda_pcm_stream pcm_digital_capture = {
5569 static const struct hda_pcm_stream pcm_null_stream = {
5596 static int dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
5611 static int dyn_adc_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
5622 static const struct hda_pcm_stream dyn_adc_pcm_analog_capture = {
5655 static void setup_pcm_stream(struct hda_pcm_stream *str,
5656 const struct hda_pcm_stream *default_str,
5657 const struct hda_pcm_stream *spec_str,