Home
last modified time | relevance | path

Searched refs:SNDRV_SB_CSP_MODE_DSP_READ (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/sound/
H A Dsb16_csp.h29 #define SNDRV_SB_CSP_MODE_DSP_READ 0x01 /* Record from DSP */ macro
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dsb16_csp.h14 #define SNDRV_SB_CSP_MODE_DSP_READ 0x01 /* Record from DSP */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dsb16_csp.h22 #define SNDRV_SB_CSP_MODE_DSP_READ 0x01 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dsb16_csp.h9 #define SNDRV_SB_CSP_MODE_DSP_READ 0x01 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dsb16_csp.h22 #define SNDRV_SB_CSP_MODE_DSP_READ 0x01 macro
/kernel/linux/linux-5.10/sound/isa/sb/
H A Dsb16_main.c96 if ((csp->mode & SNDRV_SB_CSP_MODE_DSP_READ) && in snd_sb16_csp_capture_prepare()
106 if (csp->ops.csp_autoload(csp, runtime->format, SNDRV_SB_CSP_MODE_DSP_READ)) { in snd_sb16_csp_capture_prepare()
120 chip->open = SNDRV_SB_CSP_MODE_DSP_READ; in snd_sb16_csp_capture_prepare()
179 if (csp->mode & SNDRV_SB_CSP_MODE_DSP_READ) { in snd_sb16_csp_capture_open()
192 if ((chip->hardware == SB_HW_16CSP) && (chip->open == SNDRV_SB_CSP_MODE_DSP_READ)) { in snd_sb16_csp_capture_close()
H A Dsb16_csp.c732 p->mode = SNDRV_SB_CSP_MODE_DSP_READ | SNDRV_SB_CSP_MODE_DSP_WRITE; in snd_sb_csp_autoload()
737 p->mode = SNDRV_SB_CSP_MODE_DSP_READ | SNDRV_SB_CSP_MODE_DSP_WRITE; in snd_sb_csp_autoload()
751 p->mode = SNDRV_SB_CSP_MODE_DSP_READ; in snd_sb_csp_autoload()
1165 ((p->mode & SNDRV_SB_CSP_MODE_DSP_READ) ? "capture" : "-")); in info_read()
/kernel/linux/linux-6.6/sound/isa/sb/
H A Dsb16_main.c96 if ((csp->mode & SNDRV_SB_CSP_MODE_DSP_READ) && in snd_sb16_csp_capture_prepare()
106 if (csp->ops.csp_autoload(csp, runtime->format, SNDRV_SB_CSP_MODE_DSP_READ)) { in snd_sb16_csp_capture_prepare()
120 chip->open = SNDRV_SB_CSP_MODE_DSP_READ; in snd_sb16_csp_capture_prepare()
179 if (csp->mode & SNDRV_SB_CSP_MODE_DSP_READ) { in snd_sb16_csp_capture_open()
192 if ((chip->hardware == SB_HW_16CSP) && (chip->open == SNDRV_SB_CSP_MODE_DSP_READ)) { in snd_sb16_csp_capture_close()
H A Dsb16_csp.c734 p->mode = SNDRV_SB_CSP_MODE_DSP_READ | SNDRV_SB_CSP_MODE_DSP_WRITE; in snd_sb_csp_autoload()
739 p->mode = SNDRV_SB_CSP_MODE_DSP_READ | SNDRV_SB_CSP_MODE_DSP_WRITE; in snd_sb_csp_autoload()
753 p->mode = SNDRV_SB_CSP_MODE_DSP_READ; in snd_sb_csp_autoload()
1168 ((p->mode & SNDRV_SB_CSP_MODE_DSP_READ) ? "capture" : "-")); in info_read()

Completed in 8 milliseconds