Searched refs:solo_pcm (Results 1 – 1 of 1) sorted by relevance
90 struct solo_snd_pcm *solo_pcm; in solo_g723_isr() local101 solo_pcm = snd_pcm_substream_chip(ss); in solo_g723_isr()102 if (!solo_pcm->on) in solo_g723_isr()141 struct solo_snd_pcm *solo_pcm; in snd_solo_pcm_open() local143 solo_pcm = kzalloc(sizeof(*solo_pcm), GFP_KERNEL); in snd_solo_pcm_open()144 if (solo_pcm == NULL) in snd_solo_pcm_open()147 solo_pcm->g723_buf = pci_alloc_consistent(solo_dev->pdev, in snd_solo_pcm_open()149 &solo_pcm->g723_dma); in snd_solo_pcm_open()150 if (solo_pcm->g723_buf == NULL) in snd_solo_pcm_open()153 spin_lock_init(&solo_pcm->lock); in snd_solo_pcm_open()[all …]