Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Dcs46xx_lib.c1753 #define MAX_PLAYBACK_CHANNELS (DSP_MAX_PCM_CHANNELS - 1) macro
1755 #define MAX_PLAYBACK_CHANNELS 1 macro
1763 if ((err = snd_pcm_new(chip->card, "CS46xx", device, MAX_PLAYBACK_CHANNELS, 1, &pcm)) < 0) in snd_cs46xx_pcm()
1790 if ((err = snd_pcm_new(chip->card, "CS46xx - Rear", device, MAX_PLAYBACK_CHANNELS, 0, &pcm)) < 0) in snd_cs46xx_pcm_rear()
1814 if ((err = snd_pcm_new(chip->card, "CS46xx - Center LFE", device, MAX_PLAYBACK_CHANNELS, 0, &pcm)) < 0) in snd_cs46xx_pcm_center_lfe()
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H A Dcs46xx_lib.c1742 #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()

Completed in 9 milliseconds