Searched refs:capture_ops (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/sound/pci/ |
D | intel8x0.c | 1484 struct snd_pcm_ops *capture_ops; member 1503 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0_pcm1() 1509 if (rec->capture_ops) in snd_intel8x0_pcm1() 1510 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0_pcm1() 1530 .capture_ops = &snd_intel8x0_capture_ops, 1536 .capture_ops = &snd_intel8x0_capture_mic_ops, 1543 .capture_ops = &snd_intel8x0_capture_mic2_ops, 1550 .capture_ops = &snd_intel8x0_capture2_ops, 1567 .capture_ops = &snd_intel8x0_capture_ops, 1573 .capture_ops = &snd_intel8x0_capture_mic_ops, [all …]
|
D | intel8x0m.c | 707 struct snd_pcm_ops *capture_ops; member 726 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0m_pcm1() 732 if (rec->capture_ops) in snd_intel8x0m_pcm1() 733 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0m_pcm1() 756 .capture_ops = &snd_intel8x0m_capture_ops,
|
/linux-2.6.39/sound/pci/ali5451/ |
D | ali5451.c | 1669 struct snd_pcm_ops *capture_ops; member 1698 if (desc->capture_ops) in snd_ali_pcm() 1700 desc->capture_ops); in snd_ali_pcm() 1719 .capture_ops = &snd_ali_capture_ops 1725 .capture_ops = &snd_ali_modem_capture_ops,
|