Lines Matching refs:hda_pcm_stream
5240 static void call_pcm_playback_hook(struct hda_pcm_stream *hinfo, in call_pcm_playback_hook()
5250 static void call_pcm_capture_hook(struct hda_pcm_stream *hinfo, in call_pcm_capture_hook()
5263 static int playback_pcm_open(struct hda_pcm_stream *hinfo, in playback_pcm_open()
5283 static int playback_pcm_prepare(struct hda_pcm_stream *hinfo, in playback_pcm_prepare()
5300 static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in playback_pcm_cleanup()
5314 static int playback_pcm_close(struct hda_pcm_stream *hinfo, in playback_pcm_close()
5327 static int capture_pcm_open(struct hda_pcm_stream *hinfo, in capture_pcm_open()
5335 static int capture_pcm_prepare(struct hda_pcm_stream *hinfo, in capture_pcm_prepare()
5347 static int capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in capture_pcm_cleanup()
5357 static int capture_pcm_close(struct hda_pcm_stream *hinfo, in capture_pcm_close()
5365 static int alt_playback_pcm_open(struct hda_pcm_stream *hinfo, in alt_playback_pcm_open()
5383 static int alt_playback_pcm_close(struct hda_pcm_stream *hinfo, in alt_playback_pcm_close()
5396 static int alt_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_playback_pcm_prepare()
5408 static int alt_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_playback_pcm_cleanup()
5421 static int dig_playback_pcm_open(struct hda_pcm_stream *hinfo, in dig_playback_pcm_open()
5429 static int dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in dig_playback_pcm_prepare()
5440 static int dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in dig_playback_pcm_cleanup()
5448 static int dig_playback_pcm_close(struct hda_pcm_stream *hinfo, in dig_playback_pcm_close()
5462 static int alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_capture_pcm_prepare()
5477 static int alt_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_capture_pcm_cleanup()
5492 static const struct hda_pcm_stream pcm_analog_playback = {
5505 static const struct hda_pcm_stream pcm_analog_capture = {
5518 static const struct hda_pcm_stream pcm_analog_alt_playback = {
5531 static const struct hda_pcm_stream pcm_analog_alt_capture = {
5544 static const struct hda_pcm_stream pcm_digital_playback = {
5557 static const struct hda_pcm_stream pcm_digital_capture = {
5565 static const struct hda_pcm_stream pcm_null_stream = {
5592 static int dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_prepare()
5607 static int dyn_adc_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_cleanup()
5618 static const struct hda_pcm_stream dyn_adc_pcm_analog_capture = {
5651 static void setup_pcm_stream(struct hda_pcm_stream *str, in setup_pcm_stream()
5652 const struct hda_pcm_stream *default_str, in setup_pcm_stream()
5653 const struct hda_pcm_stream *spec_str, in setup_pcm_stream()