Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/
Dintel8x0.c1484 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 …]
Dintel8x0m.c707 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/
Dali5451.c1669 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,