Searched refs:solo_pcm (Results 1 – 1 of 1) sorted by relevance
92 struct solo_snd_pcm *solo_pcm; in solo_g723_isr() local103 solo_pcm = snd_pcm_substream_chip(ss); in solo_g723_isr()104 if (!solo_pcm->on) in solo_g723_isr()143 struct solo_snd_pcm *solo_pcm; in snd_solo_pcm_open() local145 solo_pcm = kzalloc(sizeof(*solo_pcm), GFP_KERNEL); in snd_solo_pcm_open()146 if (solo_pcm == NULL) in snd_solo_pcm_open()149 solo_pcm->g723_buf = pci_alloc_consistent(solo_dev->pdev, in snd_solo_pcm_open()151 &solo_pcm->g723_dma); in snd_solo_pcm_open()152 if (solo_pcm->g723_buf == NULL) in snd_solo_pcm_open()155 spin_lock_init(&solo_pcm->lock); in snd_solo_pcm_open()[all …]