riptide.c (b22364c8eec89e6b0c081a237f3b6348df87796f) riptide.c (c187c041c6552339e4d8883a1a00c3c489354eca)
1/*
2 * Driver for the Conexant Riptide Soundchip
3 *
4 * Copyright (c) 2004 Peter Gruber <nokos@gmx.net>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 1905 unchanged lines hidden (view full) ---

1914 return err;
1915 }
1916
1917 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
1918 snd_riptide_free(chip);
1919 return err;
1920 }
1921
1/*
2 * Driver for the Conexant Riptide Soundchip
3 *
4 * Copyright (c) 2004 Peter Gruber <nokos@gmx.net>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 1905 unchanged lines hidden (view full) ---

1914 return err;
1915 }
1916
1917 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
1918 snd_riptide_free(chip);
1919 return err;
1920 }
1921
1922 snd_card_set_dev(card, &pci->dev);
1923
1922 *rchip = chip;
1923 return 0;
1924}
1925
1926static void
1927snd_riptide_proc_read(struct snd_info_entry *entry,
1928 struct snd_info_buffer *buffer)
1929{

--- 301 unchanged lines hidden ---
1924 *rchip = chip;
1925 return 0;
1926}
1927
1928static void
1929snd_riptide_proc_read(struct snd_info_entry *entry,
1930 struct snd_info_buffer *buffer)
1931{

--- 301 unchanged lines hidden ---