Home
last modified time | relevance | path

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

/linux/sound/isa/
H A Dcmi8330.c402 #define CMI_SB_STREAM SNDRV_PCM_STREAM_PLAYBACK macro
405 #define CMI_SB_STREAM SNDRV_PCM_STREAM_CAPTURE macro
444 ops = snd_sb16dsp_get_pcm_ops(CMI_SB_STREAM); in snd_cmi8330_pcm()
445 chip->streams[CMI_SB_STREAM].ops = *ops; in snd_cmi8330_pcm()
446 chip->streams[CMI_SB_STREAM].open = ops->open; in snd_cmi8330_pcm()
447 chip->streams[CMI_SB_STREAM].ops.open = cmi_open_callbacks[CMI_SB_STREAM]; in snd_cmi8330_pcm()
448 chip->streams[CMI_SB_STREAM].private_data = chip->sb; in snd_cmi8330_pcm()