Home
last modified time | relevance | path

Searched refs:hda_pcm_stream (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_generic.h91 const struct hda_pcm_stream *stream_analog_playback;
92 const struct hda_pcm_stream *stream_analog_capture;
95 const struct hda_pcm_stream *stream_analog_alt_playback;
96 const struct hda_pcm_stream *stream_analog_alt_capture;
99 const struct hda_pcm_stream *stream_digital_playback;
100 const struct hda_pcm_stream *stream_digital_capture;
279 void (*pcm_playback_hook)(struct hda_pcm_stream *hinfo,
283 void (*pcm_capture_hook)(struct hda_pcm_stream *hinfo,
Dhda_codec.h41 struct hda_pcm_stream;
157 int (*open)(struct hda_pcm_stream *info, struct hda_codec *codec,
159 int (*close)(struct hda_pcm_stream *info, struct hda_codec *codec,
161 int (*prepare)(struct hda_pcm_stream *info, struct hda_codec *codec,
164 int (*cleanup)(struct hda_pcm_stream *info, struct hda_codec *codec,
166 unsigned int (*get_delay)(struct hda_pcm_stream *info,
172 struct hda_pcm_stream { struct
196 struct hda_pcm_stream stream[2]; argument
448 struct hda_pcm_stream *hinfo,
453 struct hda_pcm_stream *hinfo,
Dpatch_si3054.c149 static int si3054_pcm_prepare(struct hda_pcm_stream *hinfo, in si3054_pcm_prepare()
168 static int si3054_pcm_open(struct hda_pcm_stream *hinfo, in si3054_pcm_open()
184 static const struct hda_pcm_stream si3054_pcm = {
Dhda_generic.c5089 static void call_pcm_playback_hook(struct hda_pcm_stream *hinfo, in call_pcm_playback_hook()
5099 static void call_pcm_capture_hook(struct hda_pcm_stream *hinfo, in call_pcm_capture_hook()
5112 static int playback_pcm_open(struct hda_pcm_stream *hinfo, in playback_pcm_open()
5132 static int playback_pcm_prepare(struct hda_pcm_stream *hinfo, in playback_pcm_prepare()
5149 static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in playback_pcm_cleanup()
5163 static int playback_pcm_close(struct hda_pcm_stream *hinfo, in playback_pcm_close()
5176 static int capture_pcm_open(struct hda_pcm_stream *hinfo, in capture_pcm_open()
5184 static int capture_pcm_prepare(struct hda_pcm_stream *hinfo, in capture_pcm_prepare()
5196 static int capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in capture_pcm_cleanup()
5206 static int capture_pcm_close(struct hda_pcm_stream *hinfo, in capture_pcm_close()
[all …]
Dpatch_hdmi.c147 struct hda_pcm_stream pcm_playback;
374 struct hda_pcm_stream *hinfo) in hinfo_to_pin_index()
1437 static int hdmi_pcm_open(struct hda_pcm_stream *hinfo, in hdmi_pcm_open()
1783 static int generic_hdmi_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in generic_hdmi_playback_pcm_prepare()
1829 static int generic_hdmi_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in generic_hdmi_playback_pcm_cleanup()
1837 static int hdmi_pcm_close(struct hda_pcm_stream *hinfo, in hdmi_pcm_close()
2056 struct hda_pcm_stream *pstr; in generic_hdmi_build_pcms()
2373 struct hda_pcm_stream *pstr; in simple_playback_build_pcms()
2531 static int simple_playback_pcm_open(struct hda_pcm_stream *hinfo, in simple_playback_pcm_open()
2564 static int simple_playback_pcm_close(struct hda_pcm_stream *hinfo, in simple_playback_pcm_close()
[all …]
Dpatch_ca0132.c2664 static int ca0132_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in ca0132_playback_pcm_prepare()
2677 static int ca0132_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in ca0132_playback_pcm_cleanup()
2696 static unsigned int ca0132_playback_pcm_delay(struct hda_pcm_stream *info, in ca0132_playback_pcm_delay()
2724 static int ca0132_dig_playback_pcm_open(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_open()
2732 static int ca0132_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_prepare()
2743 static int ca0132_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_cleanup()
2751 static int ca0132_dig_playback_pcm_close(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_close()
2762 static int ca0132_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in ca0132_capture_pcm_prepare()
2774 static int ca0132_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in ca0132_capture_pcm_cleanup()
2787 static unsigned int ca0132_capture_pcm_delay(struct hda_pcm_stream *info, in ca0132_capture_pcm_delay()
[all …]
Dhda_controller.c260 static inline struct hda_pcm_stream *
271 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_adjust_codec_delay()
407 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_close()
451 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_hw_free()
478 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_prepare()
718 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_get_position()
801 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_open()
Dhda_codec.c3258 struct hda_pcm_stream *hinfo = &pcm->stream[str]; in add_std_chmaps()
3623 static int hda_pcm_default_open_close(struct hda_pcm_stream *hinfo, in hda_pcm_default_open_close()
3630 static int hda_pcm_default_prepare(struct hda_pcm_stream *hinfo, in hda_pcm_default_prepare()
3640 static int hda_pcm_default_cleanup(struct hda_pcm_stream *hinfo, in hda_pcm_default_cleanup()
3649 struct hda_pcm_stream *info) in set_pcm_default_values()
3694 struct hda_pcm_stream *hinfo, in snd_hda_codec_prepare()
3722 struct hda_pcm_stream *hinfo, in snd_hda_codec_cleanup()
3808 struct hda_pcm_stream *info = &cpcm->stream[stream]; in snd_hda_codec_parse_pcms()
4212 struct hda_pcm_stream *hinfo) in snd_hda_multi_out_analog_open()
Dhda_local.h321 struct hda_pcm_stream *hinfo);
774 struct hda_pcm_stream *hinfo);
Dpatch_via.c115 static void via_playback_pcm_hook(struct hda_pcm_stream *hinfo,
427 static void via_playback_pcm_hook(struct hda_pcm_stream *hinfo, in via_playback_pcm_hook()
Dhda_eld.c593 struct hda_pcm_stream *hinfo) in snd_hdmi_eld_update_pcm_info()
Dpatch_conexant.c449 static void olpc_xo_capture_hook(struct hda_pcm_stream *hinfo, in olpc_xo_capture_hook()
Dpatch_sigmatel.c251 static void stac_playback_pcm_hook(struct hda_pcm_stream *hinfo, in stac_playback_pcm_hook()
261 static void stac_capture_pcm_hook(struct hda_pcm_stream *hinfo, in stac_capture_pcm_hook()
Dpatch_realtek.c2635 static const struct hda_pcm_stream alc269_44k_pcm_analog_playback = {
2639 static const struct hda_pcm_stream alc269_44k_pcm_analog_capture = {
/linux-4.1.27/Documentation/sound/alsa/
Dhda_codec.txt150 struct hda_pcm_stream {
164 struct hda_pcm_stream stream[2];
181 int (*open)(struct hda_pcm_stream *info, struct hda_codec *codec,
183 int (*close)(struct hda_pcm_stream *info, struct hda_codec *codec,
185 int (*prepare)(struct hda_pcm_stream *info, struct hda_codec *codec,
188 int (*cleanup)(struct hda_pcm_stream *info, struct hda_codec *codec,