Lines Matching refs:hda_pcm_stream

5245 static void call_pcm_playback_hook(struct hda_pcm_stream *hinfo,  in call_pcm_playback_hook()
5255 static void call_pcm_capture_hook(struct hda_pcm_stream *hinfo, in call_pcm_capture_hook()
5268 static int playback_pcm_open(struct hda_pcm_stream *hinfo, in playback_pcm_open()
5288 static int playback_pcm_prepare(struct hda_pcm_stream *hinfo, in playback_pcm_prepare()
5305 static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in playback_pcm_cleanup()
5319 static int playback_pcm_close(struct hda_pcm_stream *hinfo, in playback_pcm_close()
5332 static int capture_pcm_open(struct hda_pcm_stream *hinfo, in capture_pcm_open()
5340 static int capture_pcm_prepare(struct hda_pcm_stream *hinfo, in capture_pcm_prepare()
5352 static int capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in capture_pcm_cleanup()
5362 static int capture_pcm_close(struct hda_pcm_stream *hinfo, in capture_pcm_close()
5370 static int alt_playback_pcm_open(struct hda_pcm_stream *hinfo, in alt_playback_pcm_open()
5388 static int alt_playback_pcm_close(struct hda_pcm_stream *hinfo, in alt_playback_pcm_close()
5401 static int alt_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_playback_pcm_prepare()
5413 static int alt_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_playback_pcm_cleanup()
5426 static int dig_playback_pcm_open(struct hda_pcm_stream *hinfo, in dig_playback_pcm_open()
5434 static int dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in dig_playback_pcm_prepare()
5445 static int dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in dig_playback_pcm_cleanup()
5453 static int dig_playback_pcm_close(struct hda_pcm_stream *hinfo, in dig_playback_pcm_close()
5467 static int alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_capture_pcm_prepare()
5482 static int alt_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_capture_pcm_cleanup()
5497 static const struct hda_pcm_stream pcm_analog_playback = {
5510 static const struct hda_pcm_stream pcm_analog_capture = {
5523 static const struct hda_pcm_stream pcm_analog_alt_playback = {
5536 static const struct hda_pcm_stream pcm_analog_alt_capture = {
5549 static const struct hda_pcm_stream pcm_digital_playback = {
5562 static const struct hda_pcm_stream pcm_digital_capture = {
5570 static const struct hda_pcm_stream pcm_null_stream = {
5597 static int dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_prepare()
5612 static int dyn_adc_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_cleanup()
5623 static const struct hda_pcm_stream dyn_adc_pcm_analog_capture = {
5656 static void setup_pcm_stream(struct hda_pcm_stream *str, in setup_pcm_stream()
5657 const struct hda_pcm_stream *default_str, in setup_pcm_stream()
5658 const struct hda_pcm_stream *spec_str, in setup_pcm_stream()