diff options
| author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2010-01-01 13:05:43 -0500 |
|---|---|---|
| committer | Jaroslav Kysela <perex@perex.cz> | 2010-01-08 02:53:16 -0500 |
| commit | dd3533eca859a6debb1565503ec03e68354e08e0 (patch) | |
| tree | 8be62b0dd048a7163a7ed73e075e98c98fb1d69f | |
| parent | 7b3a177b0d4f92b3431b8dca777313a07533a710 (diff) | |
ALSA: ac97_codec: merge WM9703 and WM9705 ops
The WM9705 and WM9703 ops are the same actually so use
the same code for both.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
| -rw-r--r-- | sound/pci/ac97/ac97_patch.c | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c index 139cf3b2b9d7..e288a5595f34 100644 --- a/sound/pci/ac97/ac97_patch.c +++ b/sound/pci/ac97/ac97_patch.c | |||
| @@ -544,25 +544,10 @@ static int patch_wolfson04(struct snd_ac97 * ac97) | |||
| 544 | return 0; | 544 | return 0; |
| 545 | } | 545 | } |
| 546 | 546 | ||
| 547 | static int patch_wolfson_wm9705_specific(struct snd_ac97 * ac97) | ||
| 548 | { | ||
| 549 | int err, i; | ||
| 550 | for (i = 0; i < ARRAY_SIZE(wm97xx_snd_ac97_controls); i++) { | ||
| 551 | if ((err = snd_ctl_add(ac97->bus->card, snd_ac97_cnew(&wm97xx_snd_ac97_controls[i], ac97))) < 0) | ||
| 552 | return err; | ||
| 553 | } | ||
| 554 | snd_ac97_write_cache(ac97, 0x72, 0x0808); | ||
| 555 | return 0; | ||
| 556 | } | ||
| 557 | |||
| 558 | static struct snd_ac97_build_ops patch_wolfson_wm9705_ops = { | ||
| 559 | .build_specific = patch_wolfson_wm9705_specific, | ||
| 560 | }; | ||
| 561 | |||
| 562 | static int patch_wolfson05(struct snd_ac97 * ac97) | 547 | static int patch_wolfson05(struct snd_ac97 * ac97) |
| 563 | { | 548 | { |
| 564 | /* WM9705, WM9710 */ | 549 | /* WM9705, WM9710 */ |
| 565 | ac97->build_ops = &patch_wolfson_wm9705_ops; | 550 | ac97->build_ops = &patch_wolfson_wm9703_ops; |
| 566 | #ifdef CONFIG_TOUCHSCREEN_WM9705 | 551 | #ifdef CONFIG_TOUCHSCREEN_WM9705 |
| 567 | /* WM9705 touchscreen uses AUX and VIDEO for touch */ | 552 | /* WM9705 touchscreen uses AUX and VIDEO for touch */ |
| 568 | ac97->flags |= AC97_HAS_NO_VIDEO | AC97_HAS_NO_AUX; | 553 | ac97->flags |= AC97_HAS_NO_VIDEO | AC97_HAS_NO_AUX; |
