Home
last modified time | relevance | path

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

/Linux-v5.4/sound/isa/
Dcmi8330.c401 #define CMI_SB_STREAM SNDRV_PCM_STREAM_PLAYBACK macro
404 #define CMI_SB_STREAM SNDRV_PCM_STREAM_CAPTURE macro
442 ops = snd_sb16dsp_get_pcm_ops(CMI_SB_STREAM); in snd_cmi8330_pcm()
443 chip->streams[CMI_SB_STREAM].ops = *ops; in snd_cmi8330_pcm()
444 chip->streams[CMI_SB_STREAM].open = ops->open; in snd_cmi8330_pcm()
445 chip->streams[CMI_SB_STREAM].ops.open = cmi_open_callbacks[CMI_SB_STREAM]; in snd_cmi8330_pcm()
446 chip->streams[CMI_SB_STREAM].private_data = chip->sb; in snd_cmi8330_pcm()