mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
ALSA: ca0106 - Add quirk for GA-G1975X mobo
Giga-byte GA-G1975X mobo has a CA0106 on-board chip. Reference: bnc#395807 https://bugzilla.novell.com/show_bug.cgi?id=395807 Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
1de9e8e70f
commit
f3a374e55a
1 changed files with 8 additions and 0 deletions
|
@ -255,6 +255,14 @@ static struct snd_ca0106_details ca0106_chip_details[] = {
|
|||
.gpio_type = 2,
|
||||
.i2c_adc = 1,
|
||||
.spi_dac = 1 } ,
|
||||
/* Giga-byte GA-G1975X mobo
|
||||
* Novell bnc#395807
|
||||
*/
|
||||
/* FIXME: the GPIO and I2C setting aren't tested well */
|
||||
{ .serial = 0x1458a006,
|
||||
.name = "Giga-byte GA-G1975X",
|
||||
.gpio_type = 1,
|
||||
.i2c_adc = 1 },
|
||||
/* Shuttle XPC SD31P which has an onboard Creative Labs
|
||||
* Sound Blaster Live! 24-bit EAX
|
||||
* high-definition 7.1 audio processor".
|
||||
|
|
Loading…
Reference in a new issue