Home
last modified time | relevance | path

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

/linux-3.4.99/sound/isa/
Dcmi8330.c415 #define CMI_SB_STREAM SNDRV_PCM_STREAM_PLAYBACK macro
418 #define CMI_SB_STREAM SNDRV_PCM_STREAM_CAPTURE macro
456 ops = snd_sb16dsp_get_pcm_ops(CMI_SB_STREAM); in snd_cmi8330_pcm()
457 chip->streams[CMI_SB_STREAM].ops = *ops; in snd_cmi8330_pcm()
458 chip->streams[CMI_SB_STREAM].open = ops->open; in snd_cmi8330_pcm()
459 chip->streams[CMI_SB_STREAM].ops.open = cmi_open_callbacks[CMI_SB_STREAM]; in snd_cmi8330_pcm()
460 chip->streams[CMI_SB_STREAM].private_data = chip->sb; in snd_cmi8330_pcm()