The PCM namehint for some PCM types like dmix, dsnoop and surround51
should be defined as single directional.
Reported-by: Trent Reed <treed0803@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
name defaults.namehint.extended
}
description "Direct sample mixing device"
- device $DEV
+ device_output $DEV
}
}
name defaults.namehint.extended
}
description "Direct sample snooping device"
- device $DEV
+ device_input $DEV
}
}
ttable.2.LFE 1
hint {
description "2.1 Surround output to Front and Subwoofer speakers"
- device $DEV
+ device_output $DEV
}
}
}
hint {
description "4.0 Surround output to Front and Rear speakers"
- device $DEV
+ device_output $DEV
}
}
ttable.4.LFE 1
hint {
description "4.1 Surround output to Front, Rear and Subwoofer speakers"
- device $DEV
+ device_output $DEV
}
}
ttable.4.FC 1
hint {
description "5.0 Surround output to Front, Center and Rear speakers"
- device $DEV
+ device_output $DEV
}
}
}
hint {
description "5.1 Surround output to Front, Center, Rear and Subwoofer speakers"
- device $DEV
+ device_output $DEV
}
}
}
hint {
description "7.1 Surround output to Front, Center, Side, Rear and Woofer speakers"
- device $DEV
+ device_output $DEV
}
}