Searched refs:MAX_PLAYBACK_CHANNELS (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 1742 #define MAX_PLAYBACK_CHANNELS (DSP_MAX_PCM_CHANNELS - 1) macro 1744 #define MAX_PLAYBACK_CHANNELS 1 macro 1752 err = snd_pcm_new(chip->card, "CS46xx", device, MAX_PLAYBACK_CHANNELS, 1, &pcm); in snd_cs46xx_pcm() 1780 err = snd_pcm_new(chip->card, "CS46xx - Rear", device, MAX_PLAYBACK_CHANNELS, 0, &pcm); in snd_cs46xx_pcm_rear() 1805 err = snd_pcm_new(chip->card, "CS46xx - Center LFE", device, MAX_PLAYBACK_CHANNELS, 0, &pcm); in snd_cs46xx_pcm_center_lfe()
|