Searched refs:MAX_PLAYBACK_CHANNELS (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 1775 #define MAX_PLAYBACK_CHANNELS (DSP_MAX_PCM_CHANNELS - 1) macro 1777 #define MAX_PLAYBACK_CHANNELS 1 macro 1785 if ((err = snd_pcm_new(chip->card, "CS46xx", device, MAX_PLAYBACK_CHANNELS, 1, &pcm)) < 0) in snd_cs46xx_pcm() 1811 if ((err = snd_pcm_new(chip->card, "CS46xx - Rear", device, MAX_PLAYBACK_CHANNELS, 0, &pcm)) < 0) in snd_cs46xx_pcm_rear() 1834 …if ((err = snd_pcm_new(chip->card, "CS46xx - Center LFE", device, MAX_PLAYBACK_CHANNELS, 0, &pcm))… in snd_cs46xx_pcm_center_lfe()
|