mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
pcm: Define namehint for single directional PCM types
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>
This commit is contained in:
parent
8cdbdae731
commit
5fb3fe1724
8 changed files with 8 additions and 8 deletions
|
|
@ -110,6 +110,6 @@ pcm.!dmix {
|
|||
name defaults.namehint.extended
|
||||
}
|
||||
description "Direct sample mixing device"
|
||||
device $DEV
|
||||
device_output $DEV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,6 +110,6 @@ pcm.!dsnoop {
|
|||
name defaults.namehint.extended
|
||||
}
|
||||
description "Direct sample snooping device"
|
||||
device $DEV
|
||||
device_input $DEV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,6 +56,6 @@ pcm.!surround21 {
|
|||
ttable.2.LFE 1
|
||||
hint {
|
||||
description "2.1 Surround output to Front and Subwoofer speakers"
|
||||
device $DEV
|
||||
device_output $DEV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,6 +54,6 @@ pcm.!surround40 {
|
|||
}
|
||||
hint {
|
||||
description "4.0 Surround output to Front and Rear speakers"
|
||||
device $DEV
|
||||
device_output $DEV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -60,6 +60,6 @@ pcm.!surround41 {
|
|||
ttable.4.LFE 1
|
||||
hint {
|
||||
description "4.1 Surround output to Front, Rear and Subwoofer speakers"
|
||||
device $DEV
|
||||
device_output $DEV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -60,6 +60,6 @@ pcm.!surround50 {
|
|||
ttable.4.FC 1
|
||||
hint {
|
||||
description "5.0 Surround output to Front, Center and Rear speakers"
|
||||
device $DEV
|
||||
device_output $DEV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,6 +56,6 @@ pcm.!surround51 {
|
|||
}
|
||||
hint {
|
||||
description "5.1 Surround output to Front, Center, Rear and Subwoofer speakers"
|
||||
device $DEV
|
||||
device_output $DEV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -58,6 +58,6 @@ pcm.!surround71 {
|
|||
}
|
||||
hint {
|
||||
description "7.1 Surround output to Front, Center, Side, Rear and Woofer speakers"
|
||||
device $DEV
|
||||
device_output $DEV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue