mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
hdspmixer: Fix labels on H9652
The H9652 uses the same layout as the Digiface, except Digiface features an additional headphones out. That's why the channel mappings are the same, but Digiface has mexdest=14 while H9652 has maxdest=13 (12 ADAT pairs, another pair for S/PDIF and headphone-L/R on Digiface) Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
05d6bc9728
commit
863c47cebe
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ void HDSPMixerOutput::setLabels()
|
|||
return;
|
||||
};
|
||||
|
||||
if (type == Digiface) {
|
||||
if (type == Digiface || type == H9652) {
|
||||
if (sm)
|
||||
labels_input = labels_playback = labels_df_ds;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue