Lines Matching refs:hda_pcm_stream
5257 static void call_pcm_playback_hook(struct hda_pcm_stream *hinfo, in call_pcm_playback_hook()
5267 static void call_pcm_capture_hook(struct hda_pcm_stream *hinfo, in call_pcm_capture_hook()
5280 static int playback_pcm_open(struct hda_pcm_stream *hinfo, in playback_pcm_open()
5300 static int playback_pcm_prepare(struct hda_pcm_stream *hinfo, in playback_pcm_prepare()
5317 static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in playback_pcm_cleanup()
5331 static int playback_pcm_close(struct hda_pcm_stream *hinfo, in playback_pcm_close()
5344 static int capture_pcm_open(struct hda_pcm_stream *hinfo, in capture_pcm_open()
5352 static int capture_pcm_prepare(struct hda_pcm_stream *hinfo, in capture_pcm_prepare()
5364 static int capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in capture_pcm_cleanup()
5374 static int capture_pcm_close(struct hda_pcm_stream *hinfo, in capture_pcm_close()
5382 static int alt_playback_pcm_open(struct hda_pcm_stream *hinfo, in alt_playback_pcm_open()
5400 static int alt_playback_pcm_close(struct hda_pcm_stream *hinfo, in alt_playback_pcm_close()
5413 static int alt_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_playback_pcm_prepare()
5425 static int alt_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_playback_pcm_cleanup()
5438 static int dig_playback_pcm_open(struct hda_pcm_stream *hinfo, in dig_playback_pcm_open()
5446 static int dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in dig_playback_pcm_prepare()
5457 static int dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in dig_playback_pcm_cleanup()
5465 static int dig_playback_pcm_close(struct hda_pcm_stream *hinfo, in dig_playback_pcm_close()
5479 static int alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_capture_pcm_prepare()
5494 static int alt_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_capture_pcm_cleanup()
5509 static const struct hda_pcm_stream pcm_analog_playback = {
5522 static const struct hda_pcm_stream pcm_analog_capture = {
5535 static const struct hda_pcm_stream pcm_analog_alt_playback = {
5548 static const struct hda_pcm_stream pcm_analog_alt_capture = {
5561 static const struct hda_pcm_stream pcm_digital_playback = {
5574 static const struct hda_pcm_stream pcm_digital_capture = {
5582 static const struct hda_pcm_stream pcm_null_stream = {
5609 static int dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_prepare()
5624 static int dyn_adc_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_cleanup()
5635 static const struct hda_pcm_stream dyn_adc_pcm_analog_capture = {
5668 static void setup_pcm_stream(struct hda_pcm_stream *str, in setup_pcm_stream()
5669 const struct hda_pcm_stream *default_str, in setup_pcm_stream()
5670 const struct hda_pcm_stream *spec_str, in setup_pcm_stream()