Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
6e78b780
Commit
6e78b780
authored
Jan 19, 2009
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/virtuoso' into for-linus
parents
c0554f10
3288a662
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
sound/pci/Kconfig
sound/pci/Kconfig
+2
-2
sound/pci/oxygen/virtuoso.c
sound/pci/oxygen/virtuoso.c
+2
-1
No files found.
sound/pci/Kconfig
View file @
6e78b780
...
@@ -744,8 +744,8 @@ config SND_VIRTUOSO
...
@@ -744,8 +744,8 @@ config SND_VIRTUOSO
select SND_OXYGEN_LIB
select SND_OXYGEN_LIB
help
help
Say Y here to include support for sound cards based on the
Say Y here to include support for sound cards based on the
Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2
, D2X and
Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2
and D2X.
HDAV1.3 (Deluxe)
.
Support for the HDAV1.3 (Deluxe) is very experimental
.
To compile this driver as a module, choose M here: the module
To compile this driver as a module, choose M here: the module
will be called snd-virtuoso.
will be called snd-virtuoso.
...
...
sound/pci/oxygen/virtuoso.c
View file @
6e78b780
...
@@ -683,7 +683,7 @@ static void xonar_hdav_uart_input(struct oxygen *chip)
...
@@ -683,7 +683,7 @@ static void xonar_hdav_uart_input(struct oxygen *chip)
if
(
chip
->
uart_input_count
>=
2
&&
if
(
chip
->
uart_input_count
>=
2
&&
chip
->
uart_input
[
chip
->
uart_input_count
-
2
]
==
'O'
&&
chip
->
uart_input
[
chip
->
uart_input_count
-
2
]
==
'O'
&&
chip
->
uart_input
[
chip
->
uart_input_count
-
1
]
==
'K'
)
{
chip
->
uart_input
[
chip
->
uart_input_count
-
1
]
==
'K'
)
{
printk
(
KERN_DEBUG
"message from Xonar HDAV HDMI chip received:"
);
printk
(
KERN_DEBUG
"message from Xonar HDAV HDMI chip received:
\n
"
);
print_hex_dump_bytes
(
""
,
DUMP_PREFIX_OFFSET
,
print_hex_dump_bytes
(
""
,
DUMP_PREFIX_OFFSET
,
chip
->
uart_input
,
chip
->
uart_input_count
);
chip
->
uart_input
,
chip
->
uart_input_count
);
chip
->
uart_input_count
=
0
;
chip
->
uart_input_count
=
0
;
...
@@ -908,6 +908,7 @@ static const struct oxygen_model model_xonar_hdav = {
...
@@ -908,6 +908,7 @@ static const struct oxygen_model model_xonar_hdav = {
.
dac_channels
=
8
,
.
dac_channels
=
8
,
.
dac_volume_min
=
0x0f
,
.
dac_volume_min
=
0x0f
,
.
dac_volume_max
=
0xff
,
.
dac_volume_max
=
0xff
,
.
misc_flags
=
OXYGEN_MISC_MIDI
,
.
function_flags
=
OXYGEN_FUNCTION_2WIRE
,
.
function_flags
=
OXYGEN_FUNCTION_2WIRE
,
.
dac_i2s_format
=
OXYGEN_I2S_FORMAT_LJUST
,
.
dac_i2s_format
=
OXYGEN_I2S_FORMAT_LJUST
,
.
adc_i2s_format
=
OXYGEN_I2S_FORMAT_LJUST
,
.
adc_i2s_format
=
OXYGEN_I2S_FORMAT_LJUST
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment