Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'oss'

940437 - Patch for Acer TravelMate 4060 i: hack oss oss4 travelmate tm4060 acer 4060 opensound
  1. diff -Naur oss-v4.1-build080226-old/kernel/drv/hdaudio/hdaudio_codecids.h oss-v4.1-build080226-new/kernel/drv/hdaudio/hdaudio_codecids.h
  2. --- oss-v4.1-build080226-old/kernel/drv/hdaudio/hdaudio_codecids.h      2008-02-26 06:13:36.000000000 -0300
  3. +++ oss-v4.1-build080226-new/kernel/drv/hdaudio/hdaudio_codecids.h      2008-03-10 01:59:34.000000000 -0300
  4. @@ -1022,6 +1022,7 @@
  5.  extern int hdaudio_scaleoP_mixer_init (int dev, hdaudio_mixer_t * mixer, int cad, int top_group);
  6.  extern int hdaudio_abit_AA8_mixer_init (int dev, hdaudio_mixer_t * mixer, int cad, int top_group);
  7.  extern int hdaudio_ferrari5k_mixer_init (int dev, hdaudio_mixer_t * mixer, int cad, int top_group);
  8. +extern int hdaudio_travelmate4060_mixer_init (int dev, hdaudio_mixer_t * mixer, int cad, int top_group);
  9.  
936744 - hdaudio_codecids.h: patch hack oss oss4 travelmate tm4060
  1. /* ... */
  2.  
  3. extern int hdaudio_travelmate4060_mixer_init (int dev, hdaudio_mixer_t * mixer, int cad, int top_group);
  4.  
  5. const codec_desc_t subdevices[] = {
  6.    /* ... */
  7.    {0x1025160d, "Acer_travelmate4060/ALC260", VF_NONE, (char **) &alc260remap, 0, hdaudio_travelmate4060_mixer_init, 0x10ec0260, 0x1025008f},
  8.    /* ... */
  9.  
936743 - hdaudio_travelmate4060.c: patch hack oss oss4 travelmate tm4060
  1. /*
  2. *
  3. * This file is part of Open Sound System.
  4. *
  5. * Copyright (C) 2008 Paulo Matias <matias@dotbsd.org>
  6. *
  7. * I hereby grant permanent and irrevocable permission for
  8. * 4Front Technologies to use and sublicense this code
  9.  
  10.  
897570 - maximilion: 3 sound quake choppy aoss oss
  1. I did
  2.  
  3. modprobe snd-pcm-oss
  4. modprobe snd-mixer-oss
  5. sudo echo "quake3 0 0 direct" > /proc/asound/card0/pcm0p/oss
  6.  
  7. No complaints. I type
  8.  
  9.  
fantasy-obligation