Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c1237 struct dsp_scb_descriptor * src_scb = NULL, * pcm_scb, * mixer_scb = NULL; in cs46xx_dsp_create_pcm_channel() local
1247 mixer_scb = ins->master_mix_scb; in cs46xx_dsp_create_pcm_channel()
1250 mixer_scb = ins->rear_mix_scb; in cs46xx_dsp_create_pcm_channel()
1253 mixer_scb = ins->center_lfe_mix_scb; in cs46xx_dsp_create_pcm_channel()
1262 mixer_scb = ins->asynch_tx_scb; in cs46xx_dsp_create_pcm_channel()
1291 ins->pcm_channels[i].mixer_scb == mixer_scb) { in cs46xx_dsp_create_pcm_channel()
1324 if (mixer_scb->sub_list_ptr == ins->the_null_scb) { in cs46xx_dsp_create_pcm_channel()
1325 src_parent_scb = mixer_scb; in cs46xx_dsp_create_pcm_channel()
1328 src_parent_scb = find_next_free_scb(chip,mixer_scb->sub_list_ptr); in cs46xx_dsp_create_pcm_channel()
1385 ins->pcm_channels[pcm_index].mixer_scb = mixer_scb; in cs46xx_dsp_create_pcm_channel()
/linux-2.6.39/include/sound/
Dcs46xx_dsp_spos.h144 struct dsp_scb_descriptor * mixer_scb; member