Lines Matching defs:open
162 snd_pcm_open_callback_t open;
394 * - replace the open callback with the new one, which replaces the
396 * and calls again the original open callback of the chip.
412 /* replace the private_data and call the original open callback */
414 return chip->streams[SNDRV_PCM_STREAM_PLAYBACK].open(substream);
421 /* replace the private_data and call the original open callback */
423 return chip->streams[SNDRV_PCM_STREAM_CAPTURE].open(substream);
444 chip->streams[CMI_SB_STREAM].open = ops->open;
445 chip->streams[CMI_SB_STREAM].ops.open = cmi_open_callbacks[CMI_SB_STREAM];
451 chip->streams[CMI_AD_STREAM].open = ops->open;
452 chip->streams[CMI_AD_STREAM].ops.open = cmi_open_callbacks[CMI_AD_STREAM];