Lines Matching refs:hda_pcm_stream
5091 static void call_pcm_playback_hook(struct hda_pcm_stream *hinfo, in call_pcm_playback_hook()
5101 static void call_pcm_capture_hook(struct hda_pcm_stream *hinfo, in call_pcm_capture_hook()
5114 static int playback_pcm_open(struct hda_pcm_stream *hinfo, in playback_pcm_open()
5134 static int playback_pcm_prepare(struct hda_pcm_stream *hinfo, in playback_pcm_prepare()
5151 static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in playback_pcm_cleanup()
5165 static int playback_pcm_close(struct hda_pcm_stream *hinfo, in playback_pcm_close()
5178 static int capture_pcm_open(struct hda_pcm_stream *hinfo, in capture_pcm_open()
5186 static int capture_pcm_prepare(struct hda_pcm_stream *hinfo, in capture_pcm_prepare()
5198 static int capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in capture_pcm_cleanup()
5208 static int capture_pcm_close(struct hda_pcm_stream *hinfo, in capture_pcm_close()
5216 static int alt_playback_pcm_open(struct hda_pcm_stream *hinfo, in alt_playback_pcm_open()
5234 static int alt_playback_pcm_close(struct hda_pcm_stream *hinfo, in alt_playback_pcm_close()
5247 static int alt_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_playback_pcm_prepare()
5259 static int alt_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_playback_pcm_cleanup()
5272 static int dig_playback_pcm_open(struct hda_pcm_stream *hinfo, in dig_playback_pcm_open()
5280 static int dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in dig_playback_pcm_prepare()
5291 static int dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in dig_playback_pcm_cleanup()
5299 static int dig_playback_pcm_close(struct hda_pcm_stream *hinfo, in dig_playback_pcm_close()
5313 static int alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in alt_capture_pcm_prepare()
5328 static int alt_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in alt_capture_pcm_cleanup()
5343 static const struct hda_pcm_stream pcm_analog_playback = {
5356 static const struct hda_pcm_stream pcm_analog_capture = {
5369 static const struct hda_pcm_stream pcm_analog_alt_playback = {
5382 static const struct hda_pcm_stream pcm_analog_alt_capture = {
5395 static const struct hda_pcm_stream pcm_digital_playback = {
5408 static const struct hda_pcm_stream pcm_digital_capture = {
5416 static const struct hda_pcm_stream pcm_null_stream = {
5443 static int dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_prepare()
5457 static int dyn_adc_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in dyn_adc_capture_pcm_cleanup()
5467 static const struct hda_pcm_stream dyn_adc_pcm_analog_capture = {
5500 static void setup_pcm_stream(struct hda_pcm_stream *str, in setup_pcm_stream()
5501 const struct hda_pcm_stream *default_str, in setup_pcm_stream()
5502 const struct hda_pcm_stream *spec_str, in setup_pcm_stream()