Home
last modified time | relevance | path

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

/sound/pci/cs46xx/
Dcs46xx_lib.c69 static const struct snd_pcm_ops snd_cs46xx_playback_ops; variable
1130 substream->ops = &snd_cs46xx_playback_ops; in snd_cs46xx_playback_hw_params()
1141 substream->ops = &snd_cs46xx_playback_ops; in snd_cs46xx_playback_hw_params()
1716 static const struct snd_pcm_ops snd_cs46xx_playback_ops = { variable
1778 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_cs46xx_playback_ops); in snd_cs46xx_pcm()