Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/isa/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds