Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/cs46xx/
Dcs46xx_lib.c1587 #define MAX_PLAYBACK_CHANNELS (DSP_MAX_PCM_CHANNELS - 1) macro
1589 #define MAX_PLAYBACK_CHANNELS 1 macro
1599 if ((err = snd_pcm_new(chip->card, "CS46xx", device, MAX_PLAYBACK_CHANNELS, 1, &pcm)) < 0) in snd_cs46xx_pcm()
1631 if ((err = snd_pcm_new(chip->card, "CS46xx - Rear", device, MAX_PLAYBACK_CHANNELS, 0, &pcm)) < 0) in snd_cs46xx_pcm_rear()
1660 …if ((err = snd_pcm_new(chip->card, "CS46xx - Center LFE", device, MAX_PLAYBACK_CHANNELS, 0, &pcm))… in snd_cs46xx_pcm_center_lfe()