Lines Matching refs:called
57 The command callback is called when the codec module needs to send a
59 The get_response callback is called when the codec requires the answer
62 The third, private_free callback, is optional. It's called in the
66 CONFIG_SND_HDA_POWER_SAVE kconfig. It's called when the codec needs
105 initialization sequence is called when the controls are built later.
141 streams. When it's called, each codec belonging to the bus stores
194 The open callback should be called in PCM open after runtime->hw is
196 Similarly, the close callback should be called in the PCM close.
198 The prepare callback should be called in PCM prepare. This will set
200 called in hw_free to clean up the configuration.
242 patch is called. The patch callback should initialize the codec and
261 The build_controls callback is called from snd_hda_build_controls().
262 Similarly, the build_pcms callback is called from
263 snd_hda_build_pcms(). The init callback is called after
265 The free callback is called as a destructor.
267 The unsol_event callback is called when an unsolicited event is
280 The check_power_status callback is called when the amp value of the
284 Each entry can be NULL if not necessary to be called.