~ubuntu-branches/ubuntu/precise/alsa-driver/precise

« back to all changes in this revision

Viewing changes to alsa-kernel/pci/lx6464es/lx6464es.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-02-21 18:06:40 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221180640-a8p2yxtvgf7xbxub
Tags: 1.0.24+dfsg-0ubuntu1
* New upstream release
* Refreshed patches:
  - distinguish_kernel_makefile_and_source_dirs.patch
  - debian_dfsg_configure.patch
* debian/control: Update Vcs-bzr field to point to new branch location

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
static void lx_trigger_start(struct lx6464es *chip, struct lx_stream *lx_stream)
426
426
{
427
427
        struct snd_pcm_substream *substream = lx_stream->stream;
428
 
        const int is_capture = lx_stream->is_capture;
 
428
        const unsigned int is_capture = lx_stream->is_capture;
429
429
 
430
430
        int err;
431
431
 
473
473
 
474
474
static void lx_trigger_stop(struct lx6464es *chip, struct lx_stream *lx_stream)
475
475
{
476
 
        const int is_capture = lx_stream->is_capture;
 
476
        const unsigned int is_capture = lx_stream->is_capture;
477
477
        int err;
478
478
 
479
479
        snd_printd(LXP "stopping: stopping stream\n");