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:
Takashi Iwai 2016-05-12 16:33:19 +02:00
parent 8cdbdae731
commit 5fb3fe1724
8 changed files with 8 additions and 8 deletions

View file

@ -110,6 +110,6 @@ pcm.!dmix {
name defaults.namehint.extended
}
description "Direct sample mixing device"
device $DEV
device_output $DEV
}
}

View file

@ -110,6 +110,6 @@ pcm.!dsnoop {
name defaults.namehint.extended
}
description "Direct sample snooping device"
device $DEV
device_input $DEV
}
}

View file

@ -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
}
}

View file

@ -54,6 +54,6 @@ pcm.!surround40 {
}
hint {
description "4.0 Surround output to Front and Rear speakers"
device $DEV
device_output $DEV
}
}

View file

@ -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
}
}

View file

@ -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
}
}

View file

@ -56,6 +56,6 @@ pcm.!surround51 {
}
hint {
description "5.1 Surround output to Front, Center, Rear and Subwoofer speakers"
device $DEV
device_output $DEV
}
}

View file

@ -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
}
}