Searched defs:hinfo (Results 1 – 10 of 10) sorted by relevance
/sound/pci/hda/ |
D | hda_controller.c | 77 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_adjust_codec_delay() local 100 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_close() local 145 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_hw_free() local 166 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_prepare() local 322 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_get_position() local 595 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_open() local
|
D | hda_generic.c | 5120 static void call_pcm_playback_hook(struct hda_pcm_stream *hinfo, in call_pcm_playback_hook() 5130 static void call_pcm_capture_hook(struct hda_pcm_stream *hinfo, in call_pcm_capture_hook() 5143 static int playback_pcm_open(struct hda_pcm_stream *hinfo, in playback_pcm_open() 5163 static int playback_pcm_prepare(struct hda_pcm_stream *hinfo, in playback_pcm_prepare() 5180 static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in playback_pcm_cleanup() 5194 static int playback_pcm_close(struct hda_pcm_stream *hinfo, in playback_pcm_close() 5207 static int capture_pcm_open(struct hda_pcm_stream *hinfo, in capture_pcm_open() 5215 static int capture_pcm_prepare(struct hda_pcm_stream *hinfo, in capture_pcm_prepare() 5227 static int capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in capture_pcm_cleanup() 5237 static int capture_pcm_close(struct hda_pcm_stream *hinfo, in capture_pcm_close() [all …]
|
D | patch_si3054.c | 149 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()
|
D | patch_hdmi.c | 267 struct hda_pcm_stream *hinfo) in hinfo_to_pcm_index() 281 struct hda_pcm_stream *hinfo) in hinfo_to_pin_index() 1143 static int hdmi_pcm_open_no_pin(struct hda_pcm_stream *hinfo, in hdmi_pcm_open_no_pin() 1191 static int hdmi_pcm_open(struct hda_pcm_stream *hinfo, in hdmi_pcm_open() 1380 struct hda_pcm_stream *hinfo; in hdmi_pcm_setup_pin() local 1863 static int generic_hdmi_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in generic_hdmi_playback_pcm_prepare() 1938 static int generic_hdmi_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in generic_hdmi_playback_pcm_cleanup() 1946 static int hdmi_pcm_close(struct hda_pcm_stream *hinfo, in hdmi_pcm_close() 2838 static int simple_playback_pcm_open(struct hda_pcm_stream *hinfo, in simple_playback_pcm_open() 2871 static int simple_playback_pcm_close(struct hda_pcm_stream *hinfo, in simple_playback_pcm_close() [all …]
|
D | hda_codec.c | 3006 struct hda_pcm_stream *hinfo = &pcm->stream[str]; in add_std_chmaps() local 3065 static int hda_pcm_default_open_close(struct hda_pcm_stream *hinfo, in hda_pcm_default_open_close() 3072 static int hda_pcm_default_prepare(struct hda_pcm_stream *hinfo, in hda_pcm_default_prepare() 3082 static int hda_pcm_default_cleanup(struct hda_pcm_stream *hinfo, in hda_pcm_default_cleanup() 3136 struct hda_pcm_stream *hinfo, in snd_hda_codec_prepare() 3164 struct hda_pcm_stream *hinfo, in snd_hda_codec_cleanup() 3662 struct hda_pcm_stream *hinfo) in snd_hda_multi_out_analog_open()
|
D | patch_ca0132.c | 2699 static int ca0132_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in ca0132_playback_pcm_prepare() 2712 static int ca0132_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in ca0132_playback_pcm_cleanup() 2759 static int ca0132_dig_playback_pcm_open(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_open() 2767 static int ca0132_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_prepare() 2778 static int ca0132_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_cleanup() 2786 static int ca0132_dig_playback_pcm_close(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_close() 2797 static int ca0132_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in ca0132_capture_pcm_prepare() 2809 static int ca0132_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in ca0132_capture_pcm_cleanup()
|
D | hda_eld.c | 569 struct hda_pcm_stream *hinfo) in snd_hdmi_eld_update_pcm_info()
|
D | patch_via.c | 430 static void via_playback_pcm_hook(struct hda_pcm_stream *hinfo, in via_playback_pcm_hook()
|
D | patch_conexant.c | 462 static void olpc_xo_capture_hook(struct hda_pcm_stream *hinfo, in olpc_xo_capture_hook()
|
D | patch_sigmatel.c | 253 static void stac_playback_pcm_hook(struct hda_pcm_stream *hinfo, in stac_playback_pcm_hook() 263 static void stac_capture_pcm_hook(struct hda_pcm_stream *hinfo, in stac_capture_pcm_hook()
|