-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USB-Audio: Add 0582:01d8 BOSS Katana HEAD MkII support
Closes: #430 Signed-off-by: Alejandro Domínguez <adomu4@gmail.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
- Loading branch information
Showing
3 changed files
with
118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
Include.pcm_split.File "/common/pcm/split.conf" | ||
|
||
Macro [ | ||
{ | ||
SplitPCM { | ||
Name "katana_stereo_out" | ||
Direction Playback | ||
Channels 2 | ||
HWChannels 4 | ||
HWChannelPos0 FL | ||
HWChannelPos1 FR | ||
HWChannelPos2 FL | ||
HWChannelPos3 FR | ||
} | ||
} | ||
{ | ||
SplitPCM { | ||
Name "katana_stereo_in" | ||
Direction Capture | ||
Channels 2 | ||
HWChannels 4 | ||
HWChannelPos0 FL | ||
HWChannelPos1 FR | ||
HWChannelPos2 FL | ||
HWChannelPos3 FR | ||
} | ||
} | ||
] | ||
|
||
SectionDevice."PrimaryOut" { | ||
Comment "Music Playback" | ||
|
||
Value { | ||
PlaybackPriority 200 | ||
} | ||
Macro.pcm_split.SplitPCMDevice { | ||
Name "katana_stereo_out" | ||
Direction Playback | ||
Channels 2 | ||
HWChannels 4 | ||
Channel0 0 | ||
Channel1 1 | ||
ChannelPos0 FL | ||
ChannelPos1 FR | ||
} | ||
} | ||
|
||
SectionDevice."SecondaryOut" { | ||
Comment "DI Playback" | ||
|
||
Value { | ||
PlaybackPriority 100 | ||
} | ||
Macro.pcm_split.SplitPCMDevice { | ||
Name "katana_stereo_out" | ||
Direction Playback | ||
Channels 2 | ||
HWChannels 4 | ||
Channel0 2 | ||
Channel1 3 | ||
ChannelPos0 FL | ||
ChannelPos1 FR | ||
} | ||
} | ||
|
||
SectionDevice."PrimaryIn" { | ||
Comment "Processed Signal" | ||
|
||
Value { | ||
CapturePriority 200 | ||
} | ||
Macro.pcm_split.SplitPCMDevice { | ||
Name "katana_stereo_in" | ||
Direction Capture | ||
Channels 2 | ||
HWChannels 4 | ||
Channel0 0 | ||
Channel1 1 | ||
ChannelPos0 FL | ||
ChannelPos1 FR | ||
} | ||
} | ||
|
||
SectionDevice."SecondaryIn" { | ||
Comment "DI Capture" | ||
|
||
Value { | ||
CapturePriority 100 | ||
} | ||
Macro.pcm_split.SplitPCMDevice { | ||
Name "katana_stereo_in" | ||
Direction Capture | ||
Channels 2 | ||
HWChannels 4 | ||
Channel0 2 | ||
Channel1 3 | ||
ChannelPos0 FL | ||
ChannelPos1 FR | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Comment "BOSS Katana USB-Audio" | ||
|
||
SectionUseCase."HiFi" { | ||
File "/USB-Audio/BOSS/Katana-HiFi.conf" | ||
Comment "Default" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters