Comment 37 for bug 1166529

Revision history for this message
Raymond (superquad-vortex2) wrote : Re: Creative Recon3d & Sound Blaster Z (CA0132), No Sound At All; Broken Beyond All Repair

have you sent email to the author

ALSA: hda/ca0132: Add PCM enhancements
Change the max channels of analog playback to 6.

 .channels_min = 2,
- .channels_max = 2,
+ .channels_max = 6,
.ops = {

but max channels still 2

 info->name = "CA0132 Analog";
 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = ca0132_pcm_analog_playback;
 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->dacs[0];
 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max =
  spec->multiout.max_channels;

spec->multiout.dac_nids = spec->dacs;
 spec->multiout.num_dacs = 3;
 spec->multiout.max_channels = 2;