Searched refs:solo_pcm (Results 1 – 1 of 1) sorted by relevance
81 struct solo_snd_pcm *solo_pcm; in solo_g723_isr() local92 solo_pcm = snd_pcm_substream_chip(ss); in solo_g723_isr()93 if (!solo_pcm->on) in solo_g723_isr()132 struct solo_snd_pcm *solo_pcm; in snd_solo_pcm_open() local134 solo_pcm = kzalloc(sizeof(*solo_pcm), GFP_KERNEL); in snd_solo_pcm_open()135 if (solo_pcm == NULL) in snd_solo_pcm_open()138 solo_pcm->g723_buf = pci_alloc_consistent(solo_dev->pdev, in snd_solo_pcm_open()140 &solo_pcm->g723_dma); in snd_solo_pcm_open()141 if (solo_pcm->g723_buf == NULL) in snd_solo_pcm_open()144 spin_lock_init(&solo_pcm->lock); in snd_solo_pcm_open()[all …]