Home
last modified time | relevance | path

Searched refs:pcm_capture_hook (Results 1 – 4 of 4) sorted by relevance

/linux/sound/pci/hda/
H A Dhda_generic.h287 void (*pcm_capture_hook)(struct hda_pcm_stream *hinfo, member
H A Dpatch_cs8409.c1186 spec->gen.pcm_capture_hook = cs42l42_capture_pcm_hook; in cs8409_cs42l42_fixups()
1399 spec->gen.pcm_capture_hook = cs42l42_capture_pcm_hook; in dolphin_fixups()
H A Dpatch_conexant.c647 spec->gen.pcm_capture_hook = olpc_xo_capture_hook; in cxt_fixup_olpc_xo()
H A Dhda_generic.c5323 if (spec->pcm_capture_hook) in call_pcm_capture_hook()
5324 spec->pcm_capture_hook(hinfo, codec, substream, action); in call_pcm_capture_hook()